@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');


@font-face {
    font-family: 'Scribe';
    src: url('font/Scribe-Regular.woff2') format('woff2'),
        url('font/Scribe-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



h1,h2,h3,h4,h5,h6, .btn{font-family: 'PT Serif', serif;}

:root {
  --black: #000;
  --white: #fff;
  --lightblack: #0000001a;
  --lightblack2: #000000ab;
  --lightbrown: #a47b4f;
  --transbrown: #a47b4fb2;
  --darkbrown: #1d0e09;
  --ptfont:font-family: 'PT Serif', serif;
}
p{
	color:#000;
	
}
.navigation__extra,
.ps-form--subscribe-popup input,
.ps-form__content .ps-btn{
	display:none;
}
.h1_title{
	font-size:24px;
}
/*
.form-coupon-wrapper{
	visibility:hidden;
}*/
.black_friday_sale_menu {
    background: #C72121;
  
}
.ps-popup-imgbx a{
	z-index: 1;
}
.header .navigation .navigation__left {
	display: none;
}
.ps-form--subscribe-popup .ps-form__content {
     max-width:490px !important; 
    text-align: center;
}
.ps-checkbox label::before {
    border: 1px solid #000 !important;
}
/*
.ps-form--subscribe-popup h4,
.ps-form--subscribe-popup p,
.ps-form--subscribe-popup .ps-checkbox>label {
    color:#fff !important;
}*/
.checkout-logo .ps-logo-txt,
.header .ps-logo-txt {
	font-family: 'Scribe';
	font-size: 30px;
	margin-left: 10px;
	color: var(--black);
}
.checkout-logo a img {
	height: 100px;
	max-width: 100%;
	width: auto;
}

.header .ps-logo-txt img {
	max-height: 35px;
}

.checkout-logo .ps-logo-txt img {
	max-height: 40px;
	position: relative;
	top: 5px;
}

.checkout-logo {
	margin-bottom: 20px;
	text-align: center;
}

.header .navigation .navigation__right {
	padding-left: 0;
}

.navigation .navigation__right .menu li a {
	color: var(--white);
	padding: 15px 15px;
}

.header .header__extra:hover i {
	color: var(--lightbrown);
}
.header .header .header__extra:hover i, .header .menu--product-categories .menu--dropdown > li:hover > a, .header .menu--product-categories .menu--dropdown > li:hover > a i, .header .menu--product-categories .menu--dropdown > li:hover > a::after, .header .navigation .menu > .current-menu-item > a, .header .navigation .menu > .current-menu-item > a:hover, .header .ps-block--user-header .ps-block__right a:hover {
	color: var(--lightbrown);
}

.header .navigation .menu > .current-menu-item > a,
.navigation .navigation__right .menu li a:hover {
	background: var(--darkbrown);
	color:var(--white);
}

.header .header__top {
	background: var(--white);
	padding: 15px 0;
	/*border-top: 5px solid var(--color-1st);*/
	
}
.header__left .ps-logo img {
	height: 100px;
}

.header .header__top .ps-form--quick-search {
	border: 1px solid var(--lightbrown);
}
.header .header__top .ps-form--quick-search .form-group--icon .form-control{
	border-right:1px solid var(--lightbrown);
}


.header.header--1.header--sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.header.header--1.header--sticky .header__top {
	padding: 5px 0;
	display:none;
}

.header.header--1.header--sticky .header__left .menu--product-categories {
	display: none;
}
.header.header--1.header--sticky .header__left .ps-logo {
	display: block;
}
.header.header--1.header--sticky .header__left .ps-logo img {
	height: 70px;
}

#homepage-1 .ps-home-banner {
	padding-top: 0;
}
#homepage-1 .ps-home-banner .ps-container {
	padding: 0;
	max-width: 100%;
}

.header__center .ps-form--quick-search {
	border: 1px solid var(--lightbrown);
}
.header__center .ps-form--quick-search .form-group--icon .product-cat-label {
	border-right: 1px solid var(--lightbrown);
}


.banner-section-bx .banner-section-bx-inr {
	border:1px solid #0000001f;
	display: flex;
	column-gap: 20px;
	padding: 20px;
	box-shadow: -1px 1px 6px var(--lightblack);
	position: relative;
	margin-top: -100px;
	z-index: 1;
	background: var(--white);
	flex-wrap: wrap;
}

.banner-section-bx .bsbi-bx {
	position: relative;
	width: 49%;
}
.banner-section-bx .bsbi-bx .bsbi-bx-info {
	position: absolute;
	background: var(--lightblack2);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 70px 60px 60px;
	color: var(--white);
	z-index: 1;
}

.banner-section-bx .bsbi-bx .bsbi-bx-img {
	overflow: hidden;
}
.banner-section-bx .bsbi-bx .bsbi-bx-img img {
	transition-duration: 0.3s;width:100%;
}
.banner-section-bx .bsbi-bx:hover .bsbi-bx-img img {
	opacity: 0.9;
	transform: scale(1.3)rotate(4deg);
}


.banner-section-bx .bsbi-bx .bsbi-bx-info h3,
.banner-section-bx .bsbi-bx .bsbi-bx-info h1 {
	color: var(--white);
	font-size: 32px;
	max-width: 70%;
	text-transform: uppercase;
}
.banner-section-bx .bsbi-bx .bsbi-bx-info::before {
	content: "";
	border: 1px solid var(--lightbrown);
	left: 25px;
	right: 25px;
	bottom: 25px;
	top: 25px;
	width: auto;
	height: auto;
	position: absolute;
}

.banner-section-bx .bsbi-bx .bsbi-bx-info .btn {
	position: absolute;
	bottom: 60px;
}

.btn {
	font-size: 15px;
}

.btn a {
	border: 1px solid var(--lightbrown);
	color: var(--white);
	padding: 10px 25px;
	display: inline-block;
	font-family:var(--ptfont);
}
.btn a i {
	display: inline-block;
	margin-left: 4px;
}

.btn a:hover {
	border: 1px solid var(--lightbrown);
	color: var(--white);
	background:var(--lightbrown);
}


#homepage-1 .ps-section__header {
	background: none;
	border: 0;
	text-align: center;
	padding: 0;
	justify-content: center;
}

#homepage-1 .ps-section__header h3 {
	font-size: 32px;
	font-weight: 600;
	color: var(--black);
	position: relative;
	padding-bottom: 55px;
}
#homepage-1 .ps-section__header h3::after {
	content: "";
	background: url(../img/cigaricon.png);
	width: 120px;
    height: 55px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-size: 100%;
}

#homepage-1 .ps-section__header .ps-section__links {
	display: none;
}

#homepage-1 .cproducts-brand .ps-section__header h3::after {
	background: url(../img/cigaricon.png);
	
}

.cproducts-brand {
    background: url(../img/brandbg-min.jpg);
    margin-top: 30px;
}
.cproducts-brand .cproducts-brand-inr {
	background: var(--lightblack2);
	padding: 40px 0; 
}
#homepage-1 .cproducts-brand .ps-section__header h3{
	color:var(--white);
}

#homepage-1 .cproducts-brand .ps-shop-brand {
	display: flex;
}
#homepage-1 .cproducts-brand .ps-shop-brand a {
	border: 2px solid var(--lightblack2);
	padding: 10px;
	background: #fff;
	width: 25%;
	text-align: center;
}
#homepage-1 .cproducts-brand .ps-shop-brand a img {
	max-height: 130px;
}
.customer-page {
   
    margin-top: -40px;
}
.ps-product__title:hover{
	color:#a47b4f !important;
}
.banner-section-bx.banner-sec-down .banner-section-bx-inr {
	border: 0;
	margin: 0 0 20px;
	box-shadow: none;
	padding:0;
}
.banner-section-bx.banner-sec-down .bsbi-bx .bsbi-bx-info {
	background: var(--lightblack2);
}

.cigar-category {
	margin-bottom: 20px;
}

.cigar-category .cigar-category-inr {
	display: flex;
	flex-wrap: wrap;
}
.cigar-category .cigar-category-inr .cigar-cbx {
	width: 33.33%;
	position: relative;
}
.cigar-category .cigar-category-inr .cigar-cbx .cigar-cbx-img img {
	width: 100%;
	transition-duration: 0.3s;
}

.cigar-category .cigar-category-inr .cigar-cbx .cigar-cbx-img{
	overflow: hidden;
}

.cigar-category .cigar-category-inr .cigar-cbx:hover .cigar-cbx-img img {
	opacity: 0.9;
	transform: scale(1.3)rotate(4deg);
}

.cigar-category .cigar-category-inr .cigar-cbx .cigar-cbx-img {
	position: relative;
}

.cigar-category .cigar-category-inr .cigar-cbx .cigar-cbx-img::before {
	content: "";
	background: var(--lightblack2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.cigar-category .cigar-category-inr .cigar-cbx .cigar-cbx-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	text-align: center;
	z-index: 9;
}
.cigar-category .cigar-category-inr .cigar-cbx .cigar-cbx-info h3{
	color:var(--white);
	font-size: 32px;
	font-weight: 600;
}
.cigar-category .cigar-category-inr .cigar-cbx .cigar-cbx-img::after {
	border: 1px solid var(--lightbrown);
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 1;

}
#product-quickview .modal-dialog .modal-content p{
	width: 480px;
}
.header .header__top .ps-form--quick-search button {
	border-radius: 0;
	background:var(--lightbrown);
}

 
.cproducts-section .ps-product {
	border: 1px solid var(--lightblack);
	margin: 0 7px;
	padding: 15px;
}
.ps-product {
	border: 1px solid var(--lightblack);
	margin: 0 0px 30px;
	padding: 15px;
}
.home_category_products h3{
	    margin-top: 35px;
    margin-bottom: 15px
}
.ps-product .ps-product__content .ps-product__title,
.cproducts-section .ps-product .ps-product__content .ps-product__title {
	color: var(--darkbrown);
	font-size: 15px;
	font-weight: 500;
	max-height: 54px;
	display: block;
	min-height: 54px;
	text-align: center;
}
.ps-product__price{
	margin-bottom:-10px;
}
.ps-product .ps-product__content > p,
.cproducts-section .ps-product .ps-product__content > p {
	color: var(--darkbrown);
	font-size: 20px;
	text-align: center;
	font-weight: 600;
}

.ps-product .rating_wrap,
.cproducts-section .ps-product .rating_wrap {
	text-align: center;
	display:none;
}

.ps-product .ps-product__actions,
.cproducts-section .ps-product .ps-product__actions {
	background-color: var(--transbrown);
	padding: 6px 6px;
}
.ps-product:hover .ps-product__thumbnail .ps-product__actions, 
.cproducts-section .ps-product:hover .ps-product__thumbnail .ps-product__actions {
	bottom: 40%;
}
.ps-product .ps-product__actions li a,
.cproducts-section .ps-product .ps-product__actions li a {
	border-radius: 0;
	color: var(--white);
}
.ps-product--detail .ps-product__desc p{
	text-align:justify;
}
.ps-product .ps-product__actions li a:hover,
.cproducts-section .ps-product .ps-product__actions li a:hover {
	background-color: var(--darkbrown);
	color: var(--white);
}
.ps-product .ps-product__actions li:last-child,
.cproducts-section .ps-product .ps-product__actions li:last-child
{ margin-right:0;}


.ps-product .addcartbtn,
.cproducts-section .ps-product .addcartbtn {
	text-align: center;
}
.ps-product .addcartbtn .add-to-cart-button i,
.cproducts-section .ps-product .addcartbtn .add-to-cart-button i {
	margin-right: 4px;
}
.ps-product .addcartbtn .add-to-cart-button,
.cproducts-section .ps-product .addcartbtn .add-to-cart-button {
	background: var(--lightbrown);
	color: var(--white);
	padding: 8px 15px;
	display: inline-block;
}
.ps-product .addcartbtn .add-to-cart-button:hover,
.cproducts-section .ps-product .addcartbtn .add-to-cart-button:hover {
	background: var(--darkbrown);
	color: var(--white);
}

.ps-product__thumbimg,
.cproducts-section .ps-product__thumbimg {
	overflow: hidden;
}
.ps-product__thumbimg img,
.cproducts-section .ps-product__thumbimg img {
	width: 100%;
	transition-duration: 0.3s;
}
.ps-product:hover .ps-product__thumbimg img,
.cproducts-section .ps-product:hover .ps-product__thumbimg img {
	opacity: 0.9;
	transform: scale(1.3)rotate(4deg);
}

.cigar-review-sec{
	background-image: url(../img/bg-pettorn.png);
	background-color:var(--darkbrown);
	padding:100px 0;
} 
.product-review-number .review_cnt{
	  font-size: 15px;
    font-weight: bold;
		margin-bottom:0px !important;
}
.product-review-number-title {
    
    margin-bottom: 3px !important;
    margin-top: -28px;
}
.product-review-number {
   
    padding: 35px 43px 10px 40px !important;
}
.related_prdct_header{
	text-align:center;
}
.cigar-review-sec .crivewbx {
	margin: auto;
	text-align: center;
	max-width: 670px;
}
.cigar-review-sec .crivewbx .crivewbx_rating {
	margin: 0 0 8px;
}
.cigar-review-sec .crivewbx .crivewbx_rating i {
	background: #f9c300;
	color: #fff;
	padding: 4px;
}
.cigar-review-sec .crivewbx .crivewbx_txt p {
	color: var(--white);
}
.cigar-review-sec .crivewbx .crivewbx_txt h5 {
	color: var(--white);
	font-size: 18px;
}
.ps-section--default {
	margin-bottom: 80px;
	margin-top: -75px;
}
.ps-product--detail .ps-tab-list {
	border-bottom: 1px solid #e1e1e1;
	display: block;
	margin: 0px 0 16px;
	padding-left: 0;
	position: relative;
}
.ps-pagination {
	 padding-top: unset; 
	text-align: center;
	margin-bottom: -105px;
}
.pagination .page-item a.page-link:hover, 
.pagination .page-item.active .page-link {
    color: #fff;
}
.cbrand-list .btn {
	text-align: center;
	width: 100%;
	padding-top: 20px;
}
.related_products .owl-prev{
  	margin-top: -150px;
    float: left;
    margin-left: -25px;
}
.related_products .owl-next{
  	margin-top: -150px;
    float: right;
    margin-right: -25px;
}
.related_products  .icon-chevron-left,
.related_products  .icon-chevron-right{
	    font-weight: bold;
    font-size: 20px;
}

/**/

.section .section_iner {
	/*padding: 80px 0 80px;*/
	position: relative;
}

#aboutnsec p{
	text-align:justify;
}
#aboutnsec .aboutnsec_imgbx {
	position: relative;
}
#aboutnsec .aboutnsec_imgbx .aboutnsec_imgbxn {
	position: relative;
	z-index: 1;
}

#aboutnsec .aboutnsec_imgbx .aboutnsec_img1, #aboutnsec .aboutnsec_imgbx .aboutnsec_img2 {
	background: #000;
	width: 55%;
	border-radius: 50px;
	overflow: hidden;
	margin-bottom: 15px;
}
#aboutnsec .aboutnsec_imgbx .retutrn_policy_img, #aboutnsec .aboutnsec_imgbx .aboutnsec_img2 {
	background: #fff !important;
	width: 55%;
	border-radius: 50px;
	overflow: hidden;
	margin-bottom: 15px;
}
#aboutnsec .aboutnsec_imgbx .aboutnsec_img2 {
	position: absolute;
	top: 100px;
	right: 0;
	border: 10px solid #fff;
	box-shadow: 0px 0px 2px #00000082;
}
#aboutnsec .aboutnsec_expbx {
	border-radius: 20px;
	padding: 10px;
	width: 45%;
	background: rgb(217,31,105);
	background: var(--color-1st);
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	display:none;
}
#aboutnsec .aboutnsec_expbx p{color: #fff;}
#aboutnsec .aboutnsec_expbx .exbx_icn {
	font-size: 30px;
	margin: 0 0 6px;
	position:relative;
}
#aboutnsec .aboutnsec_expbx .exbx_icn::before {
	content: "\e789";
	font-family: Linearicons;
}

.aboutnsec_info p a {
	color:var(--color-1st);
	font-size: 20px;
	font-weight: 600;
}

.section h6 {
	font-size: 14px;
	font-weight: 600;
	color: var(--color-1st);
	margin: 0 0 20px;
	line-height: 16px;
}
.section h1 {
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #222;
	font-weight: 700;
	line-height: 45px;
	position: relative;
}
#aboutnsec h1 {
	padding: 0 0 0 25px;
}
#aboutnsec h1::before {
	content: "";
	background:var(--darkbrown);
	background: var(--darkbrown);
	width: 5px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 0.5;
}
.ps-section--shopping .ps-section__header h1 {
    font-size: 30px;
    font-weight: 600;
    margin-top: -62px;
    margin-bottom: -25px;
}
.ps-product--cart img{
	max-width:60%;
}
.ps-table--shopping-cart tbody tr td {
    font-size: 16px;
    padding: 3px 10px;
    vertical-align: middle;
}
.checkout-product-img-wrapper  .img-thumbnail {
    height: 80px;   
}

/**/

.ps-footer {
	background: var(--black);
	padding-top: 30px;
}
.ps-footer__links p strong,
.ps-footer .widget_footer .widget-title {
	color: rgb(164, 123, 79);
}

.ps-footer .ps-footer__copyright {
	border-top: 0;
	display: block;
	padding: 0px 0;
	background: var(--lightbrown);
}
.ps-footer__copyright .ps-footer__copyright_inr {
	/*display: flex;*/
	text-align:center;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.ps-footer__widgets {
   
    padding-bottom: 0;
}

.ps-footer__widgets .widget.widget_footer {
	width: 25%;
} 
.ps-footer__widgets .widget.widget_footer .ps-list--link li a {
	color: var(--white);
}
.ps-footer__widgets .widget.widget_footer .ps-list--link li a:hover {
	color: var(--lightbrown);
}
.ps-footer__widgets .widget.widget_footer p {
	color: var(--white);
}

/**/

.ps-product--detail .slick-slide {
	padding: 0 10px;
}

.ps-page--product .ps-product--detail .ps-product__thumbnail {
	display: flex;
	flex-flow: column;
	width: 100%;
}
.ps-page--product .ps-product--detail .ps-product__thumbnail .ps-product__variants {
	max-width: 100%;
	min-width: 60px;
	width: 100%;
}

/*
.widget_features,
.widget_shop {
	background-color: var(--lightbrown);
}

.ps-product--detail .ps-tab-list li a:before{ display:none;}
.ps-product--detail .ps-tab-list li a:hover,
.ps-product--detail .ps-tab-list li.active a {
	color: var(--white);
	background: var(--lightbrown);
	border: 0;
}*/


.widget_features p,
.widget_features p i,
.widget_shop .ps-slider__meta,
.widget_shop .ps-checkbox > label,
.widget_shop .widget-title{
	color:var(--white);
}
.widget_shop .ps-checkbox input[type="checkbox"]:checked ~ label,
.ps-list--categories li a{color:var(--white);}

.ps-list--categories .sub-toggle::after, .ps-list--categories .sub-toggle::before {
	background-color: var(--white);
}
.auth-card__body{
	padding:unset !important;
}
.auth-card__body .ps-checkbox label::before {
	border: 1px solid #000;
}
.ps-checkbox label::before {
	border: 1px solid var(--white);
}
.ps-product--header-sticky .ps-product__price span{
	color: var(--lightbrown);
}


.ps-product--detail .ps-tab-list {
	background: var(--black);
}
#product-page .ps-product--detail .ps-tab-list li a {
	color: var(--white);
	font-size: 15px;
}
#product-page .ps-product--detail .ps-tab-list li a:before{ display:none;}

#product-page .ps-product--detail .ps-tab-list li.active a {
	color: var(--white);
	background: var(--lightbrown);
}

.widget_features,
.widget_shop {
	background-image: url(../img/bg-sidebar.jpg);
	padding: 40px 40px;
	background-position: top center;
	background-size: cover;
	background-repeat:no-repeat;
}
.widget_features::before,
.widget.widget_shop::before {
	content: "";
	border: 2px solid var(--lightbrown);
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
}
.widget_shop .widget-title {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	background: var(--lightbrown);
	margin: -15px -15px 12px;
	padding: 10px 15px;
}

.widget_features p:last-child {
	margin-bottom: 0;
}

.ps-product__gallery .slick-slide img {
	width: 100%;
}
.ps-product--detail .ps-product__price,
.ps-product--detail h1 {
	color:var(--lightbrown);
	font-size: 28px;
	font-weight: 600;
}
.ps-product--header-sticky .ps-product__title,
.ps-product--header-sticky .ps-product__price span,
.ps-product--detail .ps-product__price span {
	font-family: 'PT Serif', serif;
	font-weight: 600;
}


.ps-product--detail .ps-product__desc ul li::before {
	background-color: var(--lightbrown);
	height: 8px;
	width: 8px;
}

.ps-btn, button.ps-btn,
.ps-shopping-cart .btn-cart-button-action,
.ps-cart--mobile figure .ps-btn,
.ps-product--detail .ps-product__shopping .ps-btn,
.ps-product--header-sticky .ps-product__shopping .ps-btn{
	color:var(--white);
}

.ps-block--shopping-total h3 span,
.ps-product--cart .ps-product__content a,
.ps-cart--mobile .ps-cart__footer h3 strong,
.ps-product--cart-mobile .ps-product__content a,
.ps-product--detail .ps-product__specification p.categories a,
.ps-breadcrumb .breadcrumb a{color:var(--lightbrown);}

.ps-section--default .ps-section__header {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 30px;
	padding-bottom: 0;
}

.ps-section--default .ps-section__header h3 {
	font-size: 22px;
	margin: 0 0 20px !important;
}

.ps-section--account-setting .ps-section__content p {
	margin: 0 0 20px;
	font-size: 17px;
}
.ps-section--account-setting .ps-section__content p i {
	background: var(--lightbrown);
	padding: 10px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	color: var(--white);
	margin-right: 8px;
}

.text-swatch li span:hover{
	background: var(--lightbrown);
	color: var(--white);
}

.widget.widget_shop .ps-custom-scrollbar.mCustomScrollbar {
	margin-top: 0;
	border-top: 0;
	margin-right: 0;
	overflow: auto;
	padding-top: 0;
}

.ps-product--header-sticky .ps-product__shopping .ps-btn,
.ps-product--detail .ps-product__shopping .ps-btn {
	font-size: 15px;
	padding: 10px 30px;
	border-radius: 0;
}
.brand_title h1{
	    text-align: center;
    font-size: 24px;
}
.ps-shop-brand #navbar.alphabet_container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.ps-shop-brand .ul_cigar_brands {
	padding: 20px 25px;
}

.ps-shop-brand .ul_cigar_brands .alphabet.cigar_brands {
	display: flex;
	padding: 0;
	line-height: 18px;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.ps-shop-brand .ul_cigar_brands .alphabet.cigar_brands li {
	float: none;
	padding: 0 15px;
	margin: 0 0 10px;
}
.ps-product--detail .ps-product__shopping {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.ps-product--detail > .ps-product__content {
	padding-top: 0px;
}

.ps-product--detail .ps-product__header .ps-product__info .Box_size {
	background: #a47b4f;
	display: inline-block;
	margin-bottom: 8px;
}

.ps-product--detail .ps-product__header .ps-product__info .Box_size label {
	margin: 0;
	padding: 7px 10px;
	color: #fff;
}
.ps-product--detail .ps-product__header .ps-product__info .Box_size span {
	background: #000;
	color: #fff;
	padding: 7px 10px;
	display: inline-block;
}

.ps-section--default.ps-customer-bought.mt-60 {
	margin-top: 0;
}

#back2top {
	background-color: #000;
	border: 1px solid #000;
}

#back2top i {
	color: #fff;
}

.form-control, .form-select {
	background-color: transparent;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 0 0 0 #000;
	font-size: 14px;
	height: 50px;
	outline: none;
	padding: 0 20px;
	width: 100%;
}


.page-sidebar-closed-hide-logo.page-content-white.page-container-bg-solid {
	background: #a47b4f;
}
#app .container.container-tight {
	background: #a47b4f;
	border: 0;
	margin: 0 !important;
	padding: 50px !important;
}

#app .navbar-brand img {
	height: 90px;
	background: #fff;
	padding: 8px 20px;
	border-radius: 10px;
}
#app .form-body .form-control {
	background: #fff;
	color: #000;
	border: 0;
}

#app .form-body .form-check input {
	background: #fff;
}
#app .form-body .form-check input:checked[type="checkbox"] {
	background-image: url(../img/check-ad.png);
	width: 20px;
	height: 20px;
	background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
#app .form-body .form-label-description a,
#app .form-body .form-label {
	color: #fff;
}
#app .form-body .form-footer .btn.btn-primary.w-full { background:#000;}
.footer-payments,
.ps-footer__copyright p {
	color: #fff;
}

.ps-product--detail .ps-product__variants .item img {
	max-width: 80px;
	margin: auto;
}

.ps-contact-form h3 {
    color: #000;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: left;
}
.contact-form h3{
	margin-top:-15px;
}
.ps-contact-form {   
    padding: 25px 0;
}
.ps-contact-form h1{
	font-size:28px;
}
.ps-contact-form .contatbx {
	padding: 20px 20px 20px 90px;
	background-color: #fff;
	border-radius: 0;
	margin-bottom: 25px;
	position: relative;
	border: 1px solid #ddddddbf;
}

.ps-contact-form .contatbx .contatbx_icn {
	font-size: 30px;
	background: var(--lightbrown);
	margin-bottom: 10px;
	color: #fff;
	width: 50px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 20px;
	height: 50px;
	line-height: 50px;
}

.ps-contact-form .contatbx h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom:5px;
}
.ps-contact-form .contatbx p {
	font-size: 18px;
}

.ps-form--contact-us .submit {
	text-align: left;
}
.ps-form--contact-us .submit button {
	height: 50px;
	padding: 0 25px;
	font-size: 15px;
}

.ps-product--detail .ps-product__meta {
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.ps-product--detail .ps-product__meta p a {
	color: #a47b4f;
	font-weight: 800;
}
.ps-product--detail .ps-tab p {
	color: var(--black);
}


#homepage-1 .ps-home-banner .owl-slider .ps-banner img {
	max-height: unset;
}
.ps-product--detail .ps-product__desc .ps-list--dot {
	margin: 0;
}

.ps-product--detail .ps-product__header .ps-product__info {
	margin-bottom: 30px;
}

#product-page .ps-product__rating .ps-tab-list.ps-first_review {
	background: no-repeat;
	border: 0;
	padding-top: 15px;
	border-top: 1px solid #e1e1e1;
	margin-top: 15px;
	margin-bottom: 5px;
	
}
#product-page .ps-product__rating .ps-tab-list.ps-first_review a, #product-page .ps-product__rating .ps-tab-list.ps-first_review .active a {
	background: var(--black);
	color:  var(--white);
	padding: 10px 20px;
	font-weight: normal;
}
#product-page .ps-product__rating .ps-tab-list.ps-first_review a:hover,
#product-page .ps-product__rating .ps-tab-list.ps-first_review .active a:hover {
	background: var(--color-1st);
	color:  var(--white);
}

#product-page .ps-product__rating .rating_wrap .rating {
	width: 90px;
}

#product-page .ps-product__rating .rating_wrap .rating::before,
#product-page .ps-product__rating .rating_wrap .product_rate::before {
	font-size: 16px;
}

#product-page .ps-product__rating .rating_wrap .rating_num {
	font-weight: 600;
	color: var(--black);
}

.paypal_img img{
	width:200px;
}
.payment_collapse_wrap>p {
    
     padding-left: unset;
}
.payment-checkout-btn,.payment-checkout-btn:hover {
	background:#a47b4f !important;
}
.form-checkout .text-info{
	color:#a47b4f !important;
}
.thank-you i,.order-customer-info-meta {
    color: #a47b4f !important;
   
}

.ps-product__thumbimg, 
.cproducts-section .ps-product__thumbimg {
	text-align: center;
}

.ps-product .ps-product__thumbnail img, 
.ps-product__thumbimg img, 
.cproducts-section .ps-product__thumbimg img {
	width: auto;
	height: 160px;
	margin: auto;
}

.ps-product--search-result .ps-product__thumbnail img{
	height:unset !important;
}

.ps-carousel--responsive.owl-slider .owl-stage-outer .ps-product .ps-product__thumbimg {
	max-height: 175px;
	min-height: 175px;
}

.ps-carousel--responsive.owl-slider .owl-stage-outer .ps-product .ps-product__thumbimg img {
	height: auto;
	/* max-height: 160px; */
	/* max-width: unset; */
	width: auto;
}

.ps-form--subscribe-popup h4{
	visibility:hidden !important;
}

.ps-popup__content.bg--cover {
	padding-bottom: 35px;
	background-repeat: no-repeat;
	background-position: top center !important;
}

#subscribe .ps-checkbox {
	display: block;
	position: relative;
	background: #ffffffd4;
	padding: 4px 11px;
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	text-align: center;
	border-radius: 0;
	margin: 0;
}
#subscribe .ps-form--subscribe-popup.newsletter-form {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ps-popup .ps-popup__close {
	z-index: 9;
}

@media (max-width: 1199px) {
.ps-popup__content.bg--cover {
	padding-bottom: 40px;
}	

	
#homepage-1 .ps-section__header h3::after,
.cproducts-brand h3::after {
	width: 69px !important;
	height: 49px !important;

}
#homepage-1 .ps-section__header h3 {
	font-size: 25px;
}

#homepage-1 .cproducts-brand .ps-shop-brand a img {
	height: 80px;
	max-height: 80px;
}
	

.ps-footer__widgets {
	margin: 0 -15px;
}

.ps-footer__widgets .widget.widget_footer {
	padding: 0 15px;
}


.ps-layout--shop .ps-layout__left .ps-layout__left-container {
	max-width: 50%;
}
.ps-layout--shop .ps-layout__left .widget_shop {
	padding: 40px 40px;
}
.ps-layout--shop .ps-layout__left .widget_shop .widget-title {
	padding: 10px 15px;
}
.ps-layout--shop .ps-layout__right #products-filter-sidebar {
	background: var(--black);
	font-size: 16px;
	color:var(--white);
	padding: 12px 15px;
}
#product-page .ps-product--detail .ps-tab-list li a {
	padding: 20px;
}
.ps-section--default {
	margin-bottom: 80px;
	margin-top: -5px;
}
.widget_footer .widget-title {
	font-size: 18px;
	margin-bottom: 10px;
}

.header--mobile .navigation--mobile {
	padding: 10px 20px;
}

.header .ps-logo-txt {
	font-size: 22px;
	color: var(--white);
}

.header .header__top {
	padding: 0;
	display: none;
}

.cigar-category .cigar-category-inr .cigar-cbx {
	width: 33.33%;
}
.cigar-category .cigar-category-inr .cigar-cbx .cigar-cbx-info h3 {
	font-size: 20px;
}
.btn {
	font-size: 14px;
}
.btn a {
	padding: 6px 15px;
}

.cigar-category .cigar-category-inr .cigar-cbx .cigar-cbx-img::after {
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
}
.banner-section-bx .banner-section-bx-inr {
	column-gap: 15px;
}
.banner-section-bx .bsbi-bx {
	width: 48.5%;
	margin-bottom: 0px;
}
.banner-section-bx .bsbi-bx .bsbi-bx-info h3 {
	font-size: 22px;
	max-width: 100%;
}
.banner-section-bx .bsbi-bx .bsbi-bx-img img {
	min-height: 250px;
}
.banner-section-bx .bsbi-bx .bsbi-bx-info::before {
	left: 15px;
	right: 15px;
	bottom: 15px;
	top: 15px;
}
.banner-section-bx .bsbi-bx .bsbi-bx-info {
	padding: 50px 40px 40px;
}
.banner-section-bx .bsbi-bx .bsbi-bx-info .btn {
	position: absolute;
	bottom: 40px;
	margin: 0;
	padding: 0;
}

.ps-product--cart .ps-product__thumbnail {
	min-width: 100px;
}
.section h1 {
	font-size: 25px;
	line-height: 30px;
}

.ps-widget--account-dashboard {
	margin-bottom: 20px;
}
.ps-section--account-setting .ps-section__content p {
	margin: 0 0 20px;
	font-size: 14px;
}
.ps-widget--account-dashboard .ps-widget__content ul li a {
	font-size: 14px;
	padding: 10px 18px;
}
.ps-section--account {
	padding: 0;
}


.ps-shop-brand .ul_cigar_brands {
	padding: 15px 20px;
	max-width: 100%;
}

.ps-shop-brand #navbar.alphabet_container {
	max-width: 100%;
	padding: 0;
}
.alphabet_container a {
	padding: 4px !important;
	font-size: 15px !important;
} 
.ps-shop-brand .h3_init {
	font-size: 20px;
}

}

@media (max-width: 767px) {

.header .ps-logo-txt img {
	max-height: 25px;
}
	
.ps-layout--shop .ps-layout__left .ps-layout__left-container {
	max-width: 90%;
}
.section .section_iner {
	padding: 00px 0 20px;
	position: relative;
}
.ps-shop-brand .ul_cigar_brands .alphabet.cigar_brands li {
	width: 50%;
}
.aboutnsec_info {
	padding-top: 20px;
}
.banner-section-bx .bsbi-bx {
	width: 100%;
	margin-bottom: 20px;
}
.banner-section-bx .bsbi-bx .bsbi-bx-info::before {
	left: 15px;
	right: 15px;
	bottom: 15px;
	top: 15px;
}
.banner-section-bx .bsbi-bx .bsbi-bx-info {
	padding: 40px 40px 10px;
}
.banner-section-bx .bsbi-bx .bsbi-bx-info h3 {
	font-size: 22px;
	max-width: 100%;
}
.banner-section-bx .bsbi-bx .bsbi-bx-info .btn {
	bottom: 40px;
	padding: 0;
}
.btn a {
	padding: 7px 20px;
}
.banner-section-bx .bsbi-bx .bsbi-bx-img img {
	min-height: 230px;
}

.cigar-category .cigar-category-inr .cigar-cbx {
	width: 100%;
	margin-bottom: 20px;
}
.ps-footer__copyright .ps-footer__copyright_inr {
	flex-flow: row wrap;
}
#homepage-1 .cproducts-brand .ps-shop-brand {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#homepage-1 .cproducts-brand .ps-shop-brand a img {
	max-height: 50px;
}
#homepage-1 .cproducts-brand .ps-shop-brand a {
	background: #fff;
	max-width: 33.33%;
	width: 33.33%;
}

.checkout-logo a img {
	height: 70px;
}
.checkout-logo .ps-logo-txt img {
	max-height: 30px;
	height: auto;
}
#product-quickview .modal-dialog .modal-content p{
	width: 660px;
}

.ps-form--subscribe-popup {
	padding: 52px 50px 0;
}
.ps-popup__close {
	background-color: #000;
	border: none;
	border-radius: 0;
	display: inline-block;
	height: 30px;
	position: absolute;
	right: 0;
	top: -10px;
	width: 30px;
}

}
@media (max-width: 450px) {
#product-quickview .modal-dialog .modal-content p{
	width: 330px;
}


}
@media (max-width: 1099px) {
body .ps-popup__content.bg--cover {
	/*background:url(../img/cigarbanner-mobi3.jpg) !important;*/
	background-size: 100% !important;
}	
}
@media (max-width: 767px) {

.ps-form--subscribe-popup h4 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	visibility:hidden;
}

body .ps-popup__content.bg--cover {
	/*background:url(../img/cigarbanner-mobi3.jpg) !important;*/
}
.ps-form__content{
	margin-top:0px
}/*
.ps-popup__content.bg--cover {
	padding-bottom: 30px;
}*/
.black_friday_sale_menu a {
   
		color:#fff !important;
  
}
#cat_menu li:first-child a{
	color:#fff !important;
}
#cat_menu li:first-child{
	background:#C72121 !important;
}
}
@media (min-width: 768px) {
  #homepage-1 .ps-home-banner .ps-banner {
    min-height: 350px;
  }
	.black_friday_sale_menu a {
   
		color:#fff !important;
  
}
} 

@media (min-width: 1200px) {
#homepage-1 .ps-home-banner .ps-banner {
	min-height: 470px;
	max-height: 470px;
	overflow: hidden;
}

.header .header__left {
	max-width: 450px;
}
/*
.header__left .ps-logo img {
	height: 120px;
}*/

.header__left .ps-logo {
	position: relative;
	width: 130px;
	padding: 50px 0 20px;
}

.header__left .ps-logo img {
	height: 160px;
	position: absolute;
	z-index: 9;
	top: -5px;
}
.header .ps-logo-txt img {
	max-height: 38px;
}
.header .ps-logo-txt {
	padding-right: 30px;
}
.header .navigation .navigation__right {
	padding-left: 140px;
}
.header .navigation .navigation__right .menu li {
	margin-right: -4px;
}

.header.header--1.header--sticky .navigation__right {
	padding-left: 0;
}

.ps-shopping-product.psproductlistn .col-n4 {
	max-width: 20%;
}

#aboutnsec .aboutnsec_imgbx {
	padding-right: 10px;
}

.aboutnsec_info {
	padding-left: 10px;
}

} 
