/*
Theme Name: Paimaan
Theme URI: http://www.paimaan.com
Description: Template for Paimaan
Author: Salman Khan
Author URI: https://isalmankhan.com
Version: 3.2
Tags: paimaan, herbs, oils
Text Domain: isalmankhan.com
*/

@import url('https://cdn.jsdelivr.net/npm/animate.css@3.5.2/animate.min.css');
@import url('js/plugins/slick/slick.css');
@import url('js/plugins/slick/slick-theme.css');
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:400,600');
@import "css/owl.theme.default.min.css";
@import "css/owl.carousel.min.css";
@import "css/piaman_style.css";
@import "css/piaman_pages.css";
@import "css/piaman_animations.css";
@import "css/bootstrap.css";

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Josefin Slab', serif !important;
	font-weight: 600;
}

.theme-color {
	color: #6b5a11;
}

.main-preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(180, 199, 252);
	background: linear-gradient(184deg, rgba(180, 199, 252, 1) 8%, rgba(201, 214, 251, 1) 17%, rgba(252, 253, 255, 1) 100%);
	z-index: 123456789!important;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.main-preloader .ball-scale {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.main-preloader.window-is-loaded {
	opacity: 0
}

@-webkit-keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes ball-scale-notransform {
	0% {
		width: 0;
		height: 0
	}
	100% {
		width: 60px;
		height: 60px;
		opacity: 0
	}
}

.ball-scale>div {
	background-color: #facc17;
	border-radius: 100%;
	margin: 2px;
	display: inline-block;
	height: 60px;
	width: 60px;
	-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
	animation: ball-scale 1s 0s ease-in-out infinite
}

@-moz-document url-prefix() {
	.ball-scale>div {
		animation: ball-scale-notransform 1s 0s ease-in-out infinite
	}
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a:hover{
    text-decoration:none;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.noradius {
	border-radius: 0;
}

.nicdark_site {
	min-height: 100vh;
	/* will cover the 100% of viewport */
	overflow: hidden;
	display: block;
	position: relative;
	padding-bottom: 30px;
	/* height of your footer */
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 8px;
	line-height: 20px;
	background-color: #f5f5f5;
	color: black;
}

.footer p {
	font-weight: 300;
	font-size: 13px !important;
	letter-spacing: 0 !important;
	color: black !important;
	text-align: center;
}

.social-icons a {
	float: left;
	font-size: 22px;
	padding-left: 13%;
}

.p-small-para {
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
}

.widget {
	border: none !important;
}

.modal-header h4 {
	color: #6b5a11;
}

.modal-body {
	font-weight: 300;
	color: black;
}

.cart-empty {
	text-align: center;
	font-size: 17px;
	padding-top: 10%;
}
.quantity label{
    display:none;
}

.return-to-shop {
	text-align: center;
}

.wc-backward {
	color: #12141b!important;
	background-color: #eaca17!important;
}

.select2-container .select2-choice {
	padding: 10px 10px 10px 10px;
}

.cart_totals td {
	color: #12141b;
}

.cart_totals h2 {
	padding: 10px 0px;
	font-weight: 400;
	font-size: 18px;
	color: #12141b;
	background: none !important;
}

.cart_totals table {
	border-collapse: collapse;
	border-top-width: 0px;
	text-align: left;
	width: 100%;
	overflow: hidden;
	background: none !important;
}

.cart_totals table th {
	background: none !important;
	padding: 0 !important;
	border: none;
	font-weight: 300 !important;
	font-size: 15px !important;
}

.cart_totals {
	width: 100%;
	float: right;
	overflow: hidden;
	margin-left: 1%;
	background: none !important;
	border: none;
}

#shop-products img {
	cursor: pointer;
}

#choosesize {
	text-align: center;
}

#choosesize p {
	font-size: 15px;
	line-height: 20px;
	padding-top: 1%;
}

.equal_cols {
	display: flex;
	width: 100%;
}

.equal_col {
	flex: 1;
	padding: 16px;
}

.products-uses {
	border: 3px solid #93aa4e;
	padding: 20px;
}

.products-uses p {
	font-size: 12px;
	line-height: 15px;
}

.products-uses h4 {
	font-family: 'Josefin Slab', serif !important;
	line-height: 40px;
	font-weight: 400 !important;
	color: black !important;
}

.products-history {
	background-color: #eef5f5;
	padding: 30px 40px !important;
	border: 3px solid #eef5f5;
}

.products-history p {
	font-size: 12px;
	line-height: 15px;
	color: #7f7133;
	padding-bottom: 5%;
}

.products-history h4 {
	font-family: 'Josefin Slab', serif !important;
	line-height: 40px;
	font-weight: 400 !important;
	color: #7f7133;
}

.products-history p i {
	font-size: 22px;
	color: #91aa4d;
}

.products-history .nicdark_btn {
	width: 100%;
}

.products-history .nicdark_btn.small {
	font-size: 13px;
}

.products-emptyspace {
	width: 3% !important;
}

.product-rightbg {
	margin-left: -9%;
}

.product-dp {
	/*border: 5px solid #fafafa;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
	border: solid black 0.3em;
	-o-border-image: url(img/border-products.png) 20 20 stretch stretch;
	-icab-border-image: url(img/border-products.png) 20 20 stretch stretch;
	-moz-border-image: url(img/border-products.png) 20 20 stretch stretch;
	-webkit-border-image: url(img/border-products.png) 20 20 stretch stretch;
	border-image: url(img/border-products.png) 20 20 stretch stretch;
	-khtml-border-image: url(img/border-products.png) 20 20 stretch stretch;
}


/*.woocommerce table.shop_table, .woocommerce-page table.shop_table{
    background:none !important;
    border-radius:0;
}*/

.cart thead tr th {
	background: none !important;
}

.messenger-icon {
	position: fixed;
	bottom: 45px;
	transform: scale(0.5, 0.5)
}

.woocommerce table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page #content table.cart a.remove,
.woocommerce-message,
.woocommerce-error,
.woocommerce-success,
.woocommerce-tabs li a,
#customer_details .col-1 h3,
#customer_details .col-2 h3 {
	background: none !important;
	box-shadow: none !important;
}

.out-of-stock,
.woocommerce-error,
.woocommerce .form-row button,
.wc-backward,
.woocommerce input {
	box-shadow: none !important;
}

.select2-container {
	margin-top: 19px;
}

.wpcf7-select {
	padding-left: 16px;
}

.font-600 {
	font-weight: 600 !important;
}

.img-step-transparent {
	opacity: 0.6;
}

.displaynone {
	display: none;
}

td[data-title="Subtotal"] {
	border-top: none !important;
}

.btn-blackswatch {
	background: url("https://old.paiman.pk/wp-content/themes/isalmankhan.com/img/buttonswatch-black.png") no-repeat center center !important;
	background-size: cover !important;
	color: white !important;
	padding-left: 5% !important;
	padding-top: 1.2% !important;
}

.btn-yellowswatch {
	background: url("https://old.paiman.pk/wp-content/themes/isalmankhan.com/img/buttonswatch.png") no-repeat center center !important;
	background-size: cover !important;
	color: black !important;
	padding-left: 5% !important;
	padding-top: 1.2% !important;
}

.img-product-btm {
	width: 90%;
}

.container-fluid {
	padding-top: 1%;
	padding-bottom: 1%;
}
.height_20{
    height: 20px;
}
.nicdark_btn.small{
	padding-left: 5px;
	font-size: 15px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
}
.owl-carousel .owl-item img{
    width:auto;
}
#steps img{
    cursor:pointer;
}

/*Woocommerce Category CSS*/
.woocommerce .page-title{
    display:block;
    text-align:center;
    margin:0.2em 0;
    font-size: 22px;
    color: #6d5c14;
}
.woocommerce .term-description p{
    text-align:center;
}
.archive .nicdark_space50, .products li .add_to_cart_button{
    display:none;
}

.products li{
    background: rgba(0,0,0,0);
    border:none;
    width: 250px;
    margin: 0px 60px 60px 0px;
}
.products li a img{
    margin-bottom: 5%;
}
.products li a h2{
    font-size: 18px;
    line-height: 18px;
    text-align:center;
}
/* END Woocommerce Category CSS*/

.img-circle:hover{
   box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.2);
   -moz-box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.2);
   -webkit-box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.2);
   -o-box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.2);
}

.ourstory-leftimg{
    width: 120%;
}
.ourstory-rightimg{
    width: 90%;
}
#skip-animation-mob img{
    width: 120px;
    margin-top: 0;
    position: fixed;
    bottom: 45px;
    right: 20px;
}
.float{
    position: fixed;
    width: 35px;
    height: 35px;
    bottom: 60px;
    right: 20px;
    background-color:#25D366;
    color:#FFF;
    border-radius: 50px;
    text-align: center;
    z-index:5;
}
.float:hover{
    color:white;
}
.my-float{
	margin-top: 7px;
    font-size: 20px;
}
/*Large PCs CSS*/
@media screen and (min-width: 1600px) {
    .nicdark_navigation{
        margin-bottom: 5%;
    }
    .messenger-icon{
        transform: scale(0.8, 0.8);
    }
    #shop-products .row:first-child{
        margin-bottom:5%;
    }
    #skip-animation-mob{
        display:none;
    }
}
/*PC CSS*/
@media screen and (min-width: 800px) {
    .product .row{
        display:flex;
    }
    .product .row [class*="col-"]{
        flex:1;
    }
    #skip-animation-mob{
        display:none;
    }
    .home .float{
        bottom:100px;
    }
}
/*IPad CSS*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .product .row{
        display:flex;
    }
    .hide-ipad{
        display:none !important;
    }
    .col-ipad-12{
        width: 100% !important;
    }
    .home .nicdark_section{
		margin-bottom: 0;
	}
	.page-id-522 .nicdark_section{
	    margin-bottom: 4%;
	}
	.page-id-522 .btn-block{
	    margin-bottom: 4%;
	    float: none;
        width: 83%;
        margin: 0 auto;
	}
	.nicdark_section{
		margin-bottom: 8%;
	}
	.landing-bowlflowers {
        position: fixed;
        top: 56%;
        width: 40%;
        left: 23%;
	}
	.landing-brown {
        position: fixed;
        left: 29%;
        top: 48%;
        width: 8%;
	}
    .landing-yellow {
        position: fixed;
        width: 8%;
        left: 22%;
        top: 56%;
	}
	.landing-green {
        position: fixed;
        width: 10%;
        left: 22.5%;
        top: 44%;
	}
	.landing-bowl {
        position: fixed;
        width: 28%;
        left: 4%;
        top: 51%;
	}
	.landing-ethical {
        position: fixed;
        width: 11%;
        top: 50%;
        left: 14%;
	}
	.landing-pure {
        position: fixed;
        width: 11%;
        top: 47%;
        left: 7%;
	}
	.product-dp-animations{
	    width: 40% !important;
	}
	.border-step4{
	    width: 60%;
	}
	.step-4-content #addtocart-btn img{
	    margin-top: 2%;
	    width: 25% !important;
    }
}
/*Mobile CSS*/
@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
    .hide-sm{
        display:none !important;
    }
    .height_20{
        height:10px;
    }
    .mob_mt_20{
        margin-top:20px;
    }
    .btn-journey{
        font-size:12.5px !important;
    }
    .actions .coupon .button{
        width: 35%;
    }
    .actions .button{
        width: 45%;
    }
    .btn-blackswatch{
        padding-left: 10% !important;
        padding-top: 2.5% !important;
    }
    .actions .coupon .input-text{
        width:55% !important;
    }
	.products-history {
		margin-left: 0;
		margin-top: 5%;
	}
	.social-icons a {
		float: none;
		padding-left: 0;
		padding-right: 3%;
	}
	#shop-products .row [class*="col-"] {
		padding-top: 8%;
	}
	.footer .footer-padding {
		padding: 1.5% 0;
	}
	.nicdark_site {
		padding-bottom: 150px;
	}
	 /*Landing Page*/
	 .landing-para{
	     font-size:15px;
	 }
	 .landing-soundcontrol{
	     display:none;
	 }
	 .mobile-height-10px{
	     height:10px !important;
	 }
    .landing-logop{
        width:55%;
    }
    .landing-shadows{
        width: 90%;
        top: 75%;
        left: 2%;
    }
    .landing-bowl{
        width: 40%;
        left: 8%;
        top: 62%;
    }
    .landing-pure{
        width: 23%;
        top: 55%;
        left: 10%;
    }
    .landing-ethical{
        width: 23%;
        top: 58%;
        left: 25%;
    }
    .landing-yellow{
        width: 11%;
        left: 38%;
        top: 68%;
    }
    .landing-green{
        width: 15%;
        left: 42%;
        top: 57%;
    }
    .landing-brown{
        left: 52%;
        top: 62%;
        width: 10%;
    }
    .landing-bowlflowers{
        width: 47%;
        top: 70%;
        left: 43%;
    }
    .landing-soundcontrol{
        width: 9%;
        bottom: 15%;
        right: 1.5%;
    }
    /*END Landing Page*/
    .ethicalterms .heading-1{
        font-size:19px;
        line-height:22px;
    }
    .ethicalterms .heading-2{
        font-size:24px;
        line-height:24px;
    }
    .playtestimonial img{
        padding-bottom: 2%;
        position:relative;
    }
}