/**
* Theme Name: Nikstore Child
* Description: This is a child theme of Nikstore, generated by Auto Installer.
* Author: <a href="https://teconce.com/about">Teconce</a>
* Template: nikstore
* Version: 1.6
*/

/*Overwrite Default Theme Style*/
.dropdown-menu .submenu-box {
 background: #232A3D !important;
}
.dropdown-item:hover {
 background: none !important;
}
.pro-review {
 display: none;
}
.pro-reviews {
 display: none;
}
.nikstore__woo-style-two-rating {
 display: none;
}
.nik-pstyle-10-title {
 text-align:center;
}

/*Disable Default Relatedposts Section*/
#jp-relatedposts {
 display:none!important;
}
/*Overwrite Post Archive Page*/
.nikstore-by-post {
 display:none;
}