/* 
Theme Name:    Dhakaythaki Shop
Theme URI:     https://abc.com
Description:   abc
Author:      Arbhuyan
Author URI:  https://abc.com
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Tags: blog, news, right-sidebar, post-formats, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, sticky-post, translation-ready
Version:     1.0
Text Domain: dtshop
*/
.header {
	background: #454e5c;
}
.header-bg {
	background: #454e5c;
	padding: 50px 0 15px 0;
}
.header-two {
	padding: 0;
}
.title-slogan p {
	display: inline-block;
}
.site_title a {
	font-weight: bold;
	font-size: 45px;
	color: #fff;
}
.site_slogan {
	margin-left: 20px;
	font-style: italic;
	font-size: 17px;
	line-height: 62px;
	padding: 5px 0;
	color: rgba(255,255,255,.5);
	margin-bottom: 0;
	top: -10px;
	position: relative;
}
.site-navigation {
  background: #454e5c;
  padding-bottom: 50px;
}
.site-navigation .row {
	border: 1px solid #123;
}
ul.navbar-nav > li > a {
	padding: 5px 0 !important;
}
.main-container {
	background: #eee;
	padding: 0;
}
.main-content {
	background: #fff;
	position: relative;
	top: -50px;
	padding: 20px;
}
.post-meta h2 {
	font-weight: 20px;
}
.copyright {
	color: #fff;
	background: #000;
}
.product-info {
	margin-bottom: 35px;
}
.product-info h2 {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 23px;
}
.book-meta > span {
	display: block;
}
.product-info img {
	width: 100%;
	height: auto;
}
.nav-search {
	top: 15px !important;
}
.page-numbers {
  background: #444;
  width: 25px;
  height: 25px;
  padding: 5px 10px;
  color: #fff;
}
.page-numbers:hover {
	color: #eee;
}
.page-numbers.current {
	background: #000;
}
.nav-cart {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 75px;
  color: #999;
}
.woocommerce-billing-fields__field-wrapper p label, .woocommerce-billing-fields__field-wrapper p span, .woocommerce-additional-fields__field-wrapper p label, .woocommerce-additional-fields__field-wrapper p span {
	display: block;
	width: 100%;
}
.woocommerce-billing-fields__field-wrapper p input {
	padding: 10px;
}
.woocommerce-additional-fields {
	margin: 20px 0;
}
.woocommerce-additional-fields p textarea {
	padding: 10px;
}
.product-thumbnail img {
	width: 100px;
	height: auto;
}
.post-thumbnail img {
	width: 100%;
	display: block;
}
.read-more {
	margin: 10px 0 0 0;
	display: block;
	font-weight: normal;
	border-color: 1px solid #999;
}
.add_to_cart_button, .added_to_cart {
	display: inline-block;
	background: #bcbcbc;
	color: #000;
	padding: 5px 12px;
	border-radius: 3px;
}
.related-wrapper h3 {
	font-size: 21px;
	margin-top: 20px;
}
.sidebar ul {
    margin: 0;
    paddING: 0;
    list-style:none;
}
.sidebar ul li {
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    margin: 5px 0;
    padding: 5px;
}
.post-content h1 {
    font-size: 25px;
    margin-bottom: 20px;
}
.sidebar .widget-title {
    margin-bottom: 15px;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.sidebar .widget {
    margin-bottom: 25px !important;
}


/* responsive */
@media only screen and (max-width: 480px) {
  	.logo a {
		font-size: 25px;
		color: #fff;
		font-weight: bold;
	}
	.navbar-light ul.navbar-nav > li > a {
		color: #fff !important;
	}
	.sidebar .widget-title {
		margin: 10px 0;
	}
}