/*
Theme Name: Wicked Distribution
Theme URI: http://www.wickeddistribution.com/
Description: Smart. Flexible. Beautiful Chaosquads theme. The Go For Snap Back WordPress theme that version 1.0, based on the famous <a href="http://www.wickeddistribution.com/">Wicked Distribution</a>.
Version: 1.0
Author: Adixsoft
Author URI: https://www.adixsoft.com
*/

body { padding-bottom: 0; }

/* Css By Jeetendra */
.slider{
    width:100%;
    float: left;
}
.left-slider {
    width: 45%;
    float: left;
}

.second-slider{
    margin-top: 50px;
    width:100%;
    float: left;
}

/* Currency Switcher */
form.woocommerce-currency-switcher-form.woocs_show_flags {
    float: left;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: -30px;
}
.parent-title{
    text-align: center;
}


/* Finance Post Table Style */
 .tg {
     border-collapse: collapse;
     border-spacing: 0;
 }
.tg th{font-weight:normal;
    padding:10px 5px;
    border-style:solid;
    border-width:1px;
    overflow:hidden;
    word-break:normal;
}
.tg td {
    font-size: 12px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
}
.tg .tg-s6z2 {
    text-align: center
}
.tg .tg-hvlw {
    font-weight: bold;
    font-size: 100%;
    background-color: #fffc9e;
    text-align: center
}
.tg .tg-wg9c {
    font-weight: bold;
    background-color: #fffc9e;
    text-align: center
}
.tg .tg-9fhq {
    background-color: #68cbd0;
    text-align: center
}
.tg .tg-n5tn {
    font-weight: bold;
    background-color: #fffc9e;
    text-align: center
}
.tg .tg-hgcj {
    font-weight: bold;
    text-align: center
}

/* Css End By Jeetendra */

/* Coustom css by developer */
.pin_div {
    display: none !important;
}
.finance {
    display: none !important;
}
.float-right {
    display: none !important;
}

.productDetail .right-slider {
    margin: 20px 15px 20px 0px !important;
}
.owl-carousel .owl-wrapper-outer {
    overflow: visible !important;
}
.owl-carousel .owl-wrapper {
    display: inline-flex !important;
}
.ourproductArea{
	background-color:#ffffff !important;
}
.spare-parts{
	display: none;
}
.share-links{
	display: none;
}

.catmenuArea ul li a { 
	font-size: 14px !important;
	text-transform: uppercase;
	font-weight: 700 !important;
	font-family: Helvetica !important; 
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.productDetail .right-slider {
    width: 70% !important;
}
  
}
@media (min-width: 324px) and (max-width: 767px) {
 .productDetail .right-slider {
    width: 100% !important;
 }
}