/**
 *
 * Template:    pustaka
 */

/* Importing the parent theme stylesheet. */
@import url( '../pustaka/style.css' );

/* Place your custom style here. */

.hdr-widget {
    padding: 30px 3px;
}


	.menu-top-wrap{
		background: #000e4b;
		padding: 0.5rem 0;
		position: fixed;
top: 0;
width: 100%;
left: 0;
z-index: 100;
	}
	.menu-top-wrap .col-md-6{
		padding: 0;
	}

	ul.ww-topmenu{
	list-style: none;
	padding:0;
	margin:0;
	}
	ul.ww-topmenu > li{
		float:left;
	}
	ul.ww-topmenu li a{
	padding: 6px 12px;
	color: #ddd;
	font-size: 1rem;
	}
	ul.ww-topmenu li a:hover{
	color: #fff;
	}
	
	

.ww-topmenu li.twitter a ,
.ww-topmenu li.facebook a ,
.ww-topmenu li.g-plus a {
    position: relative;
    left: 9999px;
	font-size: 18px;
}
.ww-topmenu li.twitter a::before {
    content: "\f099";
	left: -9999px;
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
font-style: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: auto;
speak: none;
font-weight: normal;
}
.ww-topmenu li.facebook a::before {
    content: "\f09a";
	left: -9999px;
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
font-style: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: auto;
speak: none;
font-weight: normal;
}
.ww-topmenu li.g-plus a::before {
    content: "\f0d5";
	left: -9999px;
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
font-style: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: auto;
speak: none;
font-weight: normal;
}	
	
@media screen and (max-width: 480px) {
ul.ww-topmenu li a {
    font-size: 0.875rem;
}
}

@media screen and (max-width: 640px) {
.hdr-widget {
    padding: 30px 0px !important;
}
.hdr-widget--site-logo .site-logo {
    font-size: 22px;
    margin-left: 0 !important;
    margin-right: 0px;
}
.hdr-widget--site-logo {
    max-width: 140px !important;
}
.menu-top-right.pull-right{
width:100%
}
ul.ww-topmenu {
    display: flex;
    justify-content: space-between;
}
}

.menu-top-right{
padding: 0 15px;
}
.ww-topmenu li:last-child a {
    padding-right: 0;
}
.menu-top-left {padding-left: 15px}


/* UPSELL ADDON */
.sfn-cart-addons h2 {
	position: relative;
    margin-top: 30px;
    padding-bottom: 20px;
}

.sfn-cart-addons h2:after {
	content: " ";
    width: 30px;
    height: 3px;
    background-color: #CD40E6;
    position: absolute;
    left: 0;
    bottom: 0;
	background-color: #a98c6c;
}

.sfn-cart-addons .grid-item {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
}

.sfn-cart-addons .product__detail .button,.sfn-cart-addons .product__detail .product__title {
    display: none;
}

.sfn-cart-addons {
    width: 50%;
    float: left;
}

.products.sfn-cart-addons {
    width: 100%;
}

.product__image {
    pointer-events: none;
}

.product__action {
    pointer-events: all;
}

.yith-wcqv-button {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
	.sfn-cart-addons {
		width: 100%;
	}
	.sfn-cart-addons .grid-item {
		width: 100%;
		margin-bottom: 15px;
	}
}