.row-wookit {
    align-items: center;
    justify-content: center;
    padding: 10% 15%;
    background: #F0F0F1;
    margin-left: -33px;
    margin-right: 0;
}

.page-title {
    min-height: 70px;
    background: white;
    box-shadow: 0 1px 5px 0 #e7e8e8;
    border-radius: 3px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    flex-direction: row;
}

.page-title span {
    font-size: 16px;
    font-family: "iransans", sans-serif;
    font-weight: 700;
    letter-spacing: -.5px;
    margin-top: 10px;
}

.page-title i {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-right: 5px;
}

.row-wookit .side-box {
    min-height: 500px;
    background: white;
    box-shadow: 0 1px 5px 0 #e7e8e8;
}

.row-wookit .side-box ul li a {
    padding: 15px 25px;
    border-right: 3px solid transparent;
    transition: 0.2s;
    display: flex;
    text-decoration: none;
    font-family: 'iransans', sans-serif;
    font-weight: normal;
}

.row-wookit .side-box ul li a:hover {
    background: #f6f6f6;
}

.row-wookit .side-box ul li a.active {
    background: #f6f6f6;
    border-left: 3px solid #6288f8;
}

.row-wookit .side-box ul li {
    margin-bottom: 0;
}

.row-wookit .side-box ul li a span {
    color: black;
    font-size: 16px;
    font-weight: 100;
    text-transform: capitalize;
}

.row-wookit .side-box ul li a.active span {
    font-weight: bold;
}

.row-wookit .side-box nav ul {
    padding-right: 0;
}

.wookit-content {
    min-height: 500px;
    max-height: 500px;
    background: white;
    box-shadow: 0 1px 5px 0 #e7e8e8;
    border-radius: 3px;
    overflow-y: scroll;
    padding-bottom: 40px;
    scrollbar-width: thin;
}

.wookit-title {
    padding: 15px 40px 0 40px;
}

.wookit-title span {
    font-family: "iransans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 1.8;
    text-transform: capitalize;
}

.wookit-description {
    font-family: 'iransans', sans-serif;
    font-weight: 100;
    letter-spacing: -0.5px;
    font-size: 14px;
    line-height: 1.8;
}

.wookit-title::after {
    content: "";
    width: 100%;
    display: inline-flex;
    margin: 20px 0;
    border-bottom: 2px solid #f3f3f3;
}

.row-wookit .side-box ul li a:focus {
    box-shadow: unset;
    outline: none;
}

.woo-col-6 {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
}

.woo-plugin-version {
    justify-content: end;
    padding-left: 19px;
}

.wookit-switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    border-radius: 34px;
}

.wookit-switch .switch input {
    display: none;
}

.wookit-switch .switch input {
    display: none;
}

.wookit-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.wookit-switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.wookit-switch input:checked + .slider {
    background-color: #1dd1a1;
}

.wookit-switch input:focus + .slider {
    box-shadow: 0 0 1px #101010;
}

.wookit-switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.wookit-switch .slider.round {
    border-radius: 34px;
}

.wookit-switch .slider.round:before {
    border-radius: 50%;
}

.wookit-switch {
    padding: 15px 40px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.opt-col-6 {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.opt-col-6 h3 {
    font-family: 'iransans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 1.8;
    text-transform: capitalize;
}

.opt-col-6 p {
    font-family: 'iransans', sans-serif;
    font-size: 12px;
    font-weight: 100;
}

.opt-title {
    justify-content: center;
    align-items: center;
}

.woo-swal2-title {
    font-family: "iransans", sans-serif !important;
    font-size: 17px !important;
    font-weight: normal !important;
}

.woo-swal2-popup {
    top: 7%;
}

.btnWooCart {
    width: 100%;
    font-family: "iransans", sans-serif;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.btnWooCart label {
    flex: 0 0 26%;
    margin-bottom: 0;
}

.btnWooCart input {
    flex: 0 0 40%;
}

.btnWooCart input::placeholder {
    font-size: 13px;
    font-weight: 400;
    opacity: 0.6;
}

.dominokit-url {
    text-align: left;
    direction: ltr;
}


.dominokit-url::placeholder {
    text-align: right;
}

.dominokitProduct {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.boxProduct {
    width: 30%;
    max-width: 30%;
    flex: 0 0 30%;
    margin: 15px 10px;
    box-shadow: 0 1px 5px 0 #e7e8e8;
    border-radius: 3px;
    position: relative;
}

.boxImage {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.boxImage img {
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
}

.boxLink {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.boxTitle {
    padding: 5px 10px;
    min-height: 70px;
    display: flex;
    align-items: center;
}

.boxTitle h3 {
    font-family: 'iransans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: -0.5px;
}

.boxInfo {
    padding: 10px 15px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
}

.boxPrice {
    font-family: 'iransans', sans-serif;
    font-size: 14px;
    letter-spacing: -0.5px;
}

#collapse-button .collapse-button-label {
    padding: 0 30px 0 0;
}

#collapse-button {
    margin-top: 10px !important;
}

#wpbody-content {
    padding-bottom: 0;
}

.fade-up-enter-active,
.fade-up-leave-active {
    transition: all 0.3s ease-in-out;
}

.fade-up-enter,
.fade-up-leave-to {
    height: 0;
    transform: translateY(30px);
    opacity: 0;
}

.dominokit-pro {
    position: absolute;
    z-index: 9999;
    width: 80%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.dmkBlur {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.content-tab {
    position: relative;
}

.dominokitTagPro {
    position: absolute;
    background-color: red;
    padding: 0 20px 5px;
    color: #fff;
    font-family: 'iransans', sans-serif;
    font-weight: normal;
    border-radius: 10px;
    top: 20px;
}

.dominokitTagPro p {
    margin-bottom: 0;
    margin-top: 2px;
    font-size: 13px;
}

.dominokitTagPro p a {
    text-decoration: none;
    color: #fff;
}

.tagKitPro1 {
    right: 37%;
}

.tagKitPro2 {
    right: 40%;
}

.tagKitPro3 {
    right: 61%;
}

.dominokitPro {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.boxPro {
    display: flex;
    flex-direction: column;
    width: 90%;
}

.boxProTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.boxProTitle h2 {
    font-family: 'iransans', sans-serif;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 0;
}

.boxProDesc p {
    font-family: 'iransans', sans-serif;
    font-weight: 100;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 1.8;
    text-align: center;
}

.boxProList ul {
    list-style: disc;
    font-family: 'iransans', sans-serif;
    padding-right: 1rem;
}

.boxProFooter p {
    font-family: 'iransans', sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.boxProButton {
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxProButton a {
    width: 50%;
    height: 50px;
    background-color: #124bee;
    outline: none;
    color: #fff;
    font-family: 'iransans', sans-serif;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
    background-image: linear-gradient(to right, #6081e3 0%, #6081e3 50%, #124bee 50%);
    background-size: 200% 100%;
    background-position: 0 0;
    transition: all 0.5s;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxProButton a:hover {
    background-position: 100% 0;
}

.tagKitLicense1 {
    right: 37%;
}

.tagKitLicense2 {
    right: 40%;
}

.tagKitLicense3 {
    right: 61%;
    top: 20%;
}


