/* common */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}
html {
	font-family: 'Poppins', sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
body {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #000000;
	text-align: left;
	background: #fff;
}
img {
	border: 0px;
	display: block;
	max-width: 100%;
}
a{
	text-decoration: none;
	color: #ba2828;
}
input{
	/*border: none;
	width: 100%;
    padding: 0px 30px;
	color: #44444f;
	font-size: 31px;
	font-weight: 400;
	letter-spacing: 0.22px;*/
	outline: none;
}

ol,
ul,
dl {
	margin-top: 0;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-left: 0;
}
blockquote {
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
h1 {
	color: #ffffff;
	font-size: 45px;
	font-weight: 700;
	line-height: 46px;
}
h2 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	line-height: 31px;
}
h3 {
	color: #1d1d1d;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
}
h4 {
	color: #1d1d1d;
	font-size: 19px;
	font-weight: 600;
	line-height: 23px;
	/*text-decoration: underline;*/
}
h5 {
	color: #1d1d1d;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}
h6 {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}
p {
	color: #1d1d1d;
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
}
p a{
	text-decoration: underline;
	font-weight: 600;
	transition: all 0.3s;
}
p a:hover,
.view-product-block .panel .text p a:hover {
    text-decoration: none;
}
button {
	border-radius: 0;
}
button:focus {
	outline: none !important;
}

.row, .row2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.row2 {
	margin-right: -10px !important;
	margin-left: -10px !important;
}
.row > * {
	padding-left: 15px;
	padding-right: 15px;
}
.row2 > * {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-ms-flex: 0 0 43.666667%;
	flex: 0 0 43.666667%;
	max-width: 43.666667%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-ms-flex: 0 0 56.333333%;
	flex: 0 0 56.333333%;
	max-width: 56.333333%;
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.d-flex{
	display: flex;
}
.wrap{
	flex-wrap: wrap;
}
.align-center{
	align-items: center;
}
.justify-between {
	justify-content:space-between;
}
.justify-center {
	justify-content:center;
}
.justify-end {
	justify-content:flex-end;
}
.text-center{
	text-align: center;
}
.btn{
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #ba2828;
    padding: 12px 10px;
    display: inline-flex;
}
.btn.big{
	font-size: 14px;
	letter-spacing: 0.31px;
}
.container{
	max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}


/* section  */
#section {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
}

/* page wrap */
#page-wrap {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

	/* header */
#header-wrap {
	position: relative;
	width: 100%;
	z-index: 999;
}

.header-block {
	padding: 17px 0;
	box-shadow: 0 2px 6px rgba(184, 184, 184, 0.32);
	background-color: #ffffff;
}
.logo {
	width: 100%;
	max-width: 297px;
}
.logo a {
	display: block;
}
.nav-block {

}
.nav-block > ul > li{
    margin-right: 62px;
    position: relative;
}
.nav-block > ul > li:last-child{
	margin-right: 0;
}
.nav-block  ul  li  a{
	color: #1d1d1d;
	font-size: 13px;
	font-weight: 700;
}
.nav-block  ul  li  a:hover,
.sign-in-panel a:hover,
.question-block ul li a:hover{
	color: #bf2026;
}
.nav-block > ul > li > ul{
    position: absolute;
    left: -10px;
    top: 100%;
    background-color: #fff;
    z-index: 99;
	min-width: 120px;
	padding: 15px 10px 0;
	display: none;
	box-shadow: 0px 7px 17px -3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 7px 17px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 17px -3px rgba(0,0,0,0.75);
}
.nav-block > ul > li > ul > li{
	margin-bottom: 15px;
}
.nav-block > ul > li:hover > ul{
	display: block;
}
.header-block .right-panel {
    max-width: 300px;
    width: 100%;
}
.cart-panel {
	position: relative;
	margin-left: 40px;
}
.cart-panel span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	background-color: #cd7e00;
	border-radius: 50%;
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	position: absolute;
    top: -5px;
    right: -5px;
}
.sign-in-panel a{
	color: #1d1d1d;
	font-size: 14px;
	font-weight: 400;
}
.sign-in-panel a img{
	margin-right: 10px;
}
.sign-in-panel a .sign-in-hover{
	display: none;
}
.sign-in-panel a:hover .sign-in-normal{
	display: none;
}
.sign-in-panel a:hover .sign-in-hover{
	display: block;
}



/*usp-block*/
.usp-block {
    padding: 20px 0px;
    background-color: #f6f6f6;
}
.usp-block .item{
	color: #1d1d1d;
	font-size: 12px;
	font-weight: 400;
	margin-right: 20px;
	display: flex;
	align-items: center;
}
.usp-block .item:last-child{
	margin-right: 0;
}
.usp-block .item span{
	color: #cd7e00;
	font-weight: 600;
	margin-right: 2px;
	display: block;
}
.usp-block .item span.right{
	margin-left: 2px;
}
.usp-block .item img{
    margin-right: 10px;
}

/*banner-block */

.banner-block {
	/*background: url(../images/banner-img1.png) no-repeat center/cover;*/
	margin-top: 26px;
    padding-top: 42px;
}
.banner-block .container{
    position: relative;
    height: 458px;
}
.banner-block .inner{
	max-width: 490px;
	margin: 0 auto;
}
.banner-block h1{
	margin-bottom: 17px;
}
.banner-block p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 21px;
}
.right-icon{
    position: absolute;
    right: 45px;
    bottom: 27px;
}

/* content */
#content-wrap {
	width: 100%;
}

.product-block {
    padding: 63px 0 47px;
}
.product-block .top{
	margin-bottom: 25px;
}
.product-block .top .btn{
	padding: 9px 10px;
	font-size: 12px;
}
	
.product-panel {
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	padding: 20px 15px;
	background-color: #fff;
	height: 100%;
}
.product-panel:hover h5,
.winespiration-block .panel:hover h5{
	color: #bf2026;
}
.product-panel figure{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 284px;
}
.product-panel .text{
    padding: 14px 0px 0;
}
.product-panel .text h5{
    margin-bottom: 16px;
}
.product-panel .text span{
	color: #1d1d1d;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
}
.product-panel .text .price{
	color: #cd7e00;
	font-size: 17px;
	font-weight: 700;
	margin-left: 7px;
}
.product-panel .text .discount{
	color: #b6b6b6;
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
}

/*delivery-block*/

.delivery-block {
    margin-bottom: 56px;
}
.delivery-block .panel{
	border-radius: 3px;
	background-color: #fcf6ed;
    padding: 30px 45px;
    height: 100%;
}
.delivery-block .text {
    width: calc(100% - 152px);
    text-align: center;
}
.delivery-block .text h4{
    margin-bottom: 10px;
}

/*our-clients-requirement-block*/
.our-clients-requirement-block {}
.our-clients-requirement-block .inner{
	background: url(../images/img2.png) no-repeat center/cover;
	height: 310px;
	padding-top: 20px;
}
.our-clients-requirement-block .text{
	width: 640px;
}
.our-clients-requirement-block .text h2{
    margin-bottom: 11px;
}
.our-clients-requirement-block .text span{
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	display: block;
    margin-bottom: 11px;
}

/*view-product-block*/

.view-product-block {
    margin-top: 13px;
}
.view-product-block .panel{
    border-radius: 3px;
    background-color: #fcf6ed;
    padding: 29px 0px 29px 20px;
    height: 100%;
}
.view-product-block .panel figure{
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-product-block .panel .text {
    width: calc(100% - 100px);
    text-align: center;
}
.view-product-block .panel .text p{
	color: #1d1d1d;
	font-size: 16px;
	font-weight: 400;
}
.view-product-block .panel .text p a{
	text-decoration: underline;
	font-weight: 700;	
	color: #ba2828;
}
/*winespiration-block*/
.winespiration-block {
    padding: 55px 0 81px;
}
.winespiration-block .top{
    margin-bottom: 29px;
}
.winespiration-block .top .btn{
    padding: 8px 10px;
}
.winespiration-block .panel figure{
    margin-bottom: 12px;
}
.winespiration-block .panel .text {
    padding: 0 50px;
}
.our-clients-requirement-block.style2 .inner{
	background: url(../images/img16.png) no-repeat center/cover;
}
.our-clients-requirement-block.style2 .text{ 
	width: 510px;
}
.our-clients-requirement-block.style2 .btn{
	padding: 6px 13px;
}
.our-clients-requirement-block.style2 .text h2 {
	margin-bottom: 20px;
}
.content-block {
    padding: 50px 0 17px;
}
.content-block h3{
	margin-bottom: 18px;
}
.content-block p{
    margin-bottom: 23px;
}
/*.content-block p:last-child{
	margin-bottom: 0;
}*/
/*faq-block*/

.faq-block {
    padding: 52px 0px 33px;
}
.faq-block .container {
	max-width: 945px;
}
.faq-block h3{
	text-align: center;
	margin-bottom: 20px;
}
.faq-block h6{
	color: #1e1e1e;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
}
.faq-block p{
	color: #1e1e1e;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}

.accordion-block {
    border-top: 1px solid #ededed;
    margin-bottom: 57px;
}
.accordion-block .content {
	display: none;
	padding: 5px 10px 15px;
	padding-right: 150px;
}
.accordion-block .panel {
	border-bottom: 1px solid #ededed;
}
.accordion-block .top {
	padding: 10px 10px;
    cursor: pointer;
    position: relative;
}
.accordion-block .top:after{
	position: absolute;
    right: 7px;
    top: 10px;
	content: "";
	width: 22px;
	height: 22px;
	background: url(../images/arrow-down.png) no-repeat center/22px;
}
.accordion-block .top.active:after{
	transform: rotate(180deg);
}
.question-block{
	border-top: 1px solid #ededed;
    padding: 34px 0px 30px;
}
.question-block h3{
	margin-bottom: 9px;
}
.question-block ul li{
    margin: 0 13px;
}
.question-block ul li a{
	color: #1d1d1d;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.question-block ul li a img{
	margin-right: 6px;
}
/* footer wrap */
#footer-wrap {
	width: 100%;
	background-color: #1d1d1d;
}
	
.footer-block {
    padding: 43px 0px 27px;
}
.footer-block .container{
	max-width: 945px;
}
.footer-block .row > div{}
.footer-block .row > div:nth-child(1){
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
}
.footer-block .row > div:nth-child(2){}
.footer-block .row > div:nth-child(3){
	-ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
}
.footer-block .row > div:nth-child(4){
	-ms-flex: 0 0 17%;
	flex: 0 0 17%;
	max-width: 17%;
}

.footer-block h6{
    margin-bottom: 5px;
}
.footer-block p{
	color: #ffffff;
	font-size: 12px;
	line-height: 25px;
}
.footer-block ul li a{
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	line-height: 25px;
}
.footer-block ul li a:hover,
.copy-right-block ul li a:hover{
	color: #ba2828;
}
.payment-block{
	margin-bottom: 17px;
}
.payment-block ul li{
	margin: 0 6px;
}
.copy-right-block {
	padding-bottom: 5px;
}
.copy-right-block ul li{
    margin: 0 8px;
	position: relative;
}
.copy-right-block ul li:after{
	position: absolute;
    right: -8px;
    top: 8px;
    content: "";
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.54);
}
.copy-right-block ul li:last-child:after{
	display: none;
}
.copy-right-block ul li a{
	color: rgba(255, 255, 255, 0.54);
	font-size: 12px;
	font-weight: 400;
	line-height: 25px;
	font-family: 'Lato', sans-serif;
}


/*shop-page*/

.image-with-content-block {
    padding-top: 33px;
}
.image-with-content-block .inner{
	border-radius: 3px;
	background-color: #fcf6ed;
	 padding: 24px 20px;
}
.image-with-content-block .text{
	width: calc(100% - 350px);
}
.image-with-content-block h3{
    margin-bottom: 7px;
}

.mega-product-block {
    padding: 47px 0px 43px;
}
.mega-product-block > .container > .row > .col-3{
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
	max-width: 19%;
}
.mega-product-block > .container > .row > .col-9{
    -ms-flex: 0 0 81%;
    flex: 0 0 81%;
    max-width: 81%;
}
.mega-product-block .top-panel {
    margin-bottom: 20px;
}
.mega-product-block .top-panel span{
	color: #858585;
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
	margin-right: 8px;
}
.mega-product-block .top-panel select{
	color: #1d1d1d;
	font-size: 12px;
	font-weight: 400;
	line-height: 23px;
	background: url(../images/arrow-dwn-black.png) no-repeat center right 13px /8px;
	height: 28px;
	border-radius: 3px;
	border: 1px solid #f0f0f0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 0px 25px 0 13px;
	outline: none !important;
}

.product-shop-block .product-panel figure {
    min-height: 229px;
}
.product-shop-block .product-panel h5 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
}
.product-shop-block .product-panel .text .price{
	color: #cd7e00;
	font-size: 14px;
	font-weight: 700;
}
.product-shop-block > .row{
	margin-right: -10px;
	margin-left: -10px;
}
.product-shop-block .row > .col-3{
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.product-shop-block .product-panel {
	height: 100%;
}
.product-shop-block .product-panel .text {
    padding: 4px 0px 5px;
}
.product-shop-block .product-panel {
    padding: 15px 10px;
}
.usp-block.style2{
	padding: 18px 15px;
	border-radius: 3px;
	background-color: #fcf6ed;
}
.usp-block.style2 h6{
	color: #1d1d1d;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 15px;
}
.usp-block.style2 ul li{
	align-items: flex-start;
	margin-right: 0;
	margin-bottom: 14px;
	color: #1d1d1d;
	font-size: 12px;
	font-weight: 400;
}
.usp-block.style2 ul li:last-child{
	margin-bottom: 0;
}
.usp-block.style2 ul li img {
    margin-right: 4px;
}
.usp-block.style2 span{
	color: #cd7e00;
	font-weight: 600;
}



/* checkbtn */
.checkbtn {
	display: block;
	position: relative;
	padding-left: 25px;
    margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #1d1d1d;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}
.checkbtn input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
}
.checkbtn input:checked ~ .checkmark {
	background-color: #cd7e00;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbtn input:checked ~ .checkmark:after {
	display: block;
}
.checkbtn .checkmark:after {
    left: 50%;
    top: 50%;
    width: 12px;
    height: 10px;
    background: url(../images/done_mini_dark.svg) no-repeat center/11px;
    transform: translate(-50%,-50%);
}
.image-with-content-block.style2{
	padding-top: 0;
}
.image-with-content-block.style2 .inner{
	padding: 37px 0px 68px;
	background-color: #fff;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.image-with-content-block.style2 .text {
    width: calc(100% - 285px);
}

/*17-06-2022*/

/* common */

.other-page{
	padding: 0px 0 65px;
}
.faq-block.other-page h3{
	text-align: left;
	margin-bottom: 15px;
	padding: 0px 10px;
}
.breadcrumb{
	padding-top: 14px;
	margin-bottom: 52px;
}
.breadcrumb .back{
	color: #ba2828;
	font-family: "Poppins";
	font-size: 12px;
	font-weight: 700;
	line-height: 23px;
	padding-right: 14px;
	position: relative;
	margin-right: 14px;
	padding-left: 12px;
}
.breadcrumb .back:after{
	background: #dbdbdb;
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: 0px;
	width: 1px;
	height: 20px;
}
.breadcrumb .back:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0px;
    width: 8px;
    height: 10px;
    background: url(../images/angle-red.svg) no-repeat center/5px;
    transform: rotate(180deg);
}
.breadcrumb ul li,
#breadcrumbs a,
#breadcrumbs span{
	color: #858585;
	font-family: "Poppins";
	font-size: 12px;
	font-weight: 400;
	line-height: 23px;
	position: relative;
/*	padding-left: 10px;
	margin-left: 9px;*/
}
#breadcrumbs span{
    color: #dbdbdb;
   
}
.breadcrumb ul li,
#breadcrumbs a,
#breadcrumbs span.breadcrumb_last{
    color: #858585;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    position: relative;
    margin-left: 3px;
}
.breadcrumb ul li:first-child{
	padding-left: 0px;
	margin-left: 0px;
}
.breadcrumb ul li:first-child:before{
	display: none;
}
.breadcrumb ul li:before{
	color: #dbdbdb;
	content: '/';
	display: block;
	position: absolute;
	top: 2px;
    left: -3px;
}
.breadcrumb ul li a,
#breadcrumbs a{
	color: #858585;	
	text-decoration: underline;
	margin: 0 3px;
}
.content-page .breadcrumb {
    margin-bottom: 32px;
}

.winespiration-block.other-page .panel .text {
    padding: 0 75px;
    padding-bottom: 40px;
}

.two-blog h5{
	color: #1d1d1d;
	font-family: "Poppins";
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
}
.two-blog .panel .text {
    padding-bottom: 46px !important;
}
.pagination{
	width: 100%;
}
.pagination ul{
	margin-top: 6px;
	display: flex;
    justify-content: center;
}
.pagination ul li{
}
.pagination ul li a , .page-numbers.current{
	width: 46px;
	line-height: 46px;
	border-radius: 3px;
	background-color: #ead4b1;
	display: inline-block;
	color: #ffffff;
	font-family: "Poppins";
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 0px 2px;
}
.pagination ul li.active a , .page-numbers.current{
	background-color: #cd7e00;
}

.other-page h1{
	color: #1d1d1d;
	text-align: center;
	margin-bottom: 29px;
}

/* FAQ Page */
.faq-page .faq-block h3{
	text-align: left;
	padding-left: 10px;
	margin-bottom: 15px;
}
.title-panel{
	text-align: center;
	padding-bottom: 98px;
}

/* Info Page */
.info-page {
	padding-bottom: 37px;
}
.info-page .container{
	max-width: 993px;
}
.info-page h1 {
    margin-bottom: 54px;
}
.info-page p {
    margin-bottom: 23px;
}

/* Blog Details */
.blog-detail .container{
	max-width: 967px;
}
.blog-detail h1{
	padding: 2px 50px;
	line-height: 39px;
    margin-bottom: 44px;
}
.top-img img{
	width: 100%;
	margin-bottom: 21px;
}
.blog-content small{
	font-weight: 700;
	margin-bottom: 25px;
    display: block;
	color: #1d1d1d;
	font-size: 13px;
	line-height: 23px;
}
.blog-content h3 i{
	font-style: italic;
}
.blog-content .top {
	margin-bottom: 15px;
}
.blog-content h3 {
    font-size: 20px;
}
.blog-content p {
	margin-bottom: 15px;
}
.blog-content .product-block h6 {
	color: #1d1d1d;
	text-align: center;
	font-size: 16px;
	position: relative;
	margin-bottom: 19px;
}
.blog-content .product-block h6 span {
	background: #ffffff;
	position: relative;
    padding: 0px 16px;
}
.blog-content .product-block h6:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0px;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
.blog-content .product-panel figure {
    min-height: auto;
}
.product-block.style2{
	padding: 34px 0 25px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
}
.product-panel .text span{
	font-size: 11px;
}
.blog-content .product-panel .text h5 {
	font-size: 13px;
}
.blog-content .product-panel .text .price{
	font-size: 14px;
}
.winespiration-block.other-page{
	padding: 0px 0 83px;
}
.addtoany_list,
.a2a_kit a{
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.a2a_kit a{
	margin:0px 5px ;
}
.addtoany_list a:hover{
	background: #ba2828 !important;
}
.addtoany_list a:hover span{
	opacity: 1 !important;
}
.addtoany_list .a2a_svg {
	background: none !important;
}
.share-panel{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 22px;
    padding: 16px 0px 25px;
}
.share-panel h6{
	color: #1d1d1d;
	font-size: 13px;
	font-weight: 700;
	line-height: 23px;
	margin-bottom: 13px;
}
.share-panel ul li{
	margin: 0 5px;
}
.share-panel ul li a,
.a2a_kit a{
	width: 52px;
	height: 52px;
	background-color: #ba2828;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-detail.other-page{
	padding: 0px 0 0px;
}
.winespiration-block.related{
	padding: 55px 0 36px;
}
.winespiration-block.related .top .btn{
	padding: 8px 17px;
}
	/**404 css**/
	.error-404 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
}
.btn, .button {
    background-color: #bf2026;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.31px;
    text-transform: uppercase;
    padding: 13px 18px;
    display: inline-block;
    transition: all 0.3s;
}
.btn:hover, .button:hover {
	background-color: #1d1d1d;
}
.error-404 h1 {
    color: #fff;
    margin-bottom: 20px;
}
/*product shop page result*/
.woocommerce-notices-wrapper {
    display: none;
}
	/*contact form*/
.contact-block .accordion-block h6{
	color: #1e1e1e;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}
.sendus-panel .form-group input[type="text"], .sendus-panel .form-group input[type="email"], .sendus-panel .form-group textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #eeeeee;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}
.sendus-panel .form-group {
    margin-bottom: 15px;
}
.sendus-panel .form-group label {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.sendus-panel .form-group textarea {
    height: 124px;
    resize: none;
}
/*.btn, .button {
    background-color: #bf2026;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.31px;
    text-transform: uppercase;
    padding: 13px 18px;
    display: inline-block;
}*/
.sendus-panel .form-group input[type="submit"] {
    width: 100%;
    max-width: 150px;
    cursor: pointer;
    border: none;
}
/*shop page*/
.filter .top{
	padding-bottom: 19px;
}
.filter .top input,
.sf-input-range-number.sf-range-min.sf-input-number,
.sf-input-range-number.sf-range-max.sf-input-number{
	width: 87px;
	height: 30px;
	border: 1px solid #eeeeee;
	color: #1e1e1e;
	font-size: 15px;
	font-weight: 400;
	line-height: 31px;
	padding: 0 5px;
}
.filter .range{
	position: relative;
}
.filter .range input{
	width: 100%;
	height: 6px;
	background-color: #b6b6b6;
}
.filter .range .bullet{
	width: 14px;
	height: 14px;
	background-color: #1e1e1e;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: -5px;
}
.filter .range .bullet.left{
	left: 0;
}
.filter .range .bullet.right{
	right: 0;
}
.filter .price1 {
	padding-bottom: 8px;
}
.filter .price1 span {
	color: #959595;
	font-size: 14px;
	font-weight: 400;
}
.filter .btn,
.search-filter-reset{
	font-size: 12px;
	letter-spacing: 0.26px;
	padding: 3px 11px;
	border: none;
}
/*price slider*/
.searchandfilter .meta-slider {
	height: 7px !important;
	border: none;
	box-shadow: none;
}
.searchandfilter .noUi-connect {
    background-color: rgba(206, 126, 0, 0.28) !important;
}
.searchandfilter .noUi-horizontal .noUi-handle {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: #cd7e00 !important;
    border-color: #cd7e00 !important;
    box-shadow: none !important;
}
.searchandfilter .noUi-horizontal .noUi-handle {
    top: -2px !important;
}
.sf-meta-range.sf-meta-range-slider{
	color: #858585;
	font-family: 'Poppins';
	font-size: 12px;
	font-weight: 400;
	padding-top: 22px !important;
}
.noUi-handle:after, .noUi-handle:before{
	background: initial !important;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -8px !important;
    left: auto;
}
.sendus-panel h3 {
	    margin-bottom: 20px;
	}
	.information-block h3,
	.information-block .col-6 {
	    margin-bottom: 20px;
	}
	.information-block .col-6:last-child{
		margin-bottom: 0px;
	}
	.information-block {
	    margin-bottom: 20px;
	}
	.contact-information p{
		font-size: 12px;
		line-height: 21px;
	}
	.shop-block .col-3,
	.shop-block .col-9{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.shop-block > .container > .row{
		flex-direction: column-reverse;
	}
	.shop-block .top-panel {
	    margin-bottom: 20px;
	    flex-wrap: wrap;
	}
	.sort-panel{
		flex-wrap: wrap;
		align-items: flex-start;
		width: 100%;
	}
	.sort-panel .woocommerce-ordering{
		width: 100%;
	}
	.sort-panel select {
	    width: 100%;
	    margin-left: 0;
	}
	.shop-block .product-block .row {
	    padding-bottom: 15px;
	}
	.pagination-panel ul{
		display: none;
	}
	.pagination-panel .btn{
		width: 40%;
		text-align: center;
	}
/*	.searchandfilter ul li ul li ul {
	    margin-left: 0px;
	    margin-bottom: 10px;
	}
	.searchandfilter ul li li {
	    padding: 0 !important;
	}*/
	.shop-block {
	    margin-bottom: 0px;
	}
	.wine-fridge-content-block {
	    padding: 30px 0 0px;
	}
	.status-publish .coupon {
	    flex-wrap: wrap;
	}
	.status-publish .coupon input[type="text"] {
	    width: 100% !important;
	    margin-bottom: 15px;
	}
	.woocommerce table.cart td.actions .coupon .input-text+.button{
	 	width: 100%;
	}
	.status-publish .woocommerce .quantity .qty {
		width: 70px;
		padding: 5px 10px;
	}
	.status-publish .product-thumbnail img {
	    width: 80px;
	}
	.woocommerce table.shop_table td {
	    padding: 3px 12px;
	}
	/*.woocommerce ul.order_details li {
	    float: none !important;
	}*/
	.woocommerce ul.order_details {
	    margin: 0 0 0 !important;
	}
	.status-publish.hentry {
	    padding: 0;
	}
	.woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input{
		margin-bottom: 15px !important;
	}
	.searchandfilter ul li li{
		line-height: 34px;
	}
	/*search-css 28-02*/

.sf-field-taxonomy-product_cat > ul > li {}
.sf-field-taxonomy-product_cat > ul > li input{
	display: none !important;
}
.sf-field-taxonomy-product_cat > ul > li label {
	position: relative;
	line-height: 20px;
    margin-bottom: 10px;
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 5px;
	display: block;
	padding: 0px !important;
}
.sf-field-taxonomy-product_cat  ul.children li input {
    display: inline-block;
}
.sf-field-post-meta-brand ul li label{
	padding: 0px !important;
	margin-left: 10px;
}
.sf-field-taxonomy-product_cat  ul.children li label,
.sf-field-post-meta-brand ul li label {
    font-weight: 300;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
    padding: 0px;
}
.filter-panel{}
.filter-panel .panel{
    padding: 0px 0px 7px;
}
/*.filter-panel .panel:last-child{
	margin-bottom: 33px;
}*/
/*.filter-panel h5,
.sf-field-post-meta-_price h4{
	position: relative;
	border-bottom: 1px solid #f6f6f6;
	line-height: 31px;
	margin-bottom: 18px;
	color: #1e1e1e;
	font-weight: 700;
}*/
/*.searchandfilter h4{
	padding: 0px 0 5px !important;
	margin-bottom: 13px !important;
}*/

.filter-panel .sf-count{
    color: #858585;
    font-size: 8px;
    font-weight: 400;
}

.sf-field-taxonomy-product_cat ul.children li label,
.sf-field-post-meta-brand ul li label{
	position: relative;
	cursor: pointer;
	font-weight: 400 !important;
	color: #1d1d1d;
	font-size: 12px;
	line-height: 20px;
	margin-left: 0;
	display: block;
	margin-bottom: 5px;
}
/*.searchandfilter ul li li {
    padding: 0px 0 !important;
}*/
.sf-field-taxonomy-product_cat ul.children li input {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #d4d4d4;
    vertical-align: middle;
    margin-right: 0;
}

.searchandfilter ul li ul li ul.children {
    margin-bottom: 0 !important;
}
.searchandfilter ul li ul li ul {
    margin-left: 0 !important;
}
.searchandfilter ul li ul li ul {
    margin-left: 0 !important;
}
/* Start Checkbox css 16.5.22 */

.searchandfilter ul li ul li .hide {
	display: none;
}
.searchandfilter ul li input[type=checkbox] {
    display: none;
    cursor: pointer;
}
.searchandfilter ul li input[type=checkbox]:not(old) + label:before {
	content: '';
	-webkit-appearance: none;
	display: inline-block;
	background-color: #fff ;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
	width: 17px;
	height: 17px;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
}
.searchandfilter ul li input[type=checkbox]:checked + label:before {
	background-color: #cd7e00;
	border: 1px solid #cd7e00;
}
.searchandfilter ul li input[type=checkbox]:not(old):checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 4px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* End Checkbox css 16.5.22 */

.filter-panel ul li h4 {
	text-decoration: initial;
}


/*product-details-block*/
/*evening*/

.breadcrumb.mb-0 {
	margin-bottom: 34px;
}
.product-details-block {
    margin-bottom: 93px;
}
.product-details-block .col-7{
    -ms-flex: 0 0 58%;
	flex: 0 0 58%;
	max-width: 58%;
	padding-right: 50px;
}
.product-details-block .col-5{
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
}
.product-details-block .top-panel{
    margin-bottom: 40px;
}
.product-details-block .top-panel h3{
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 15px;
}
.review-panel{

}
.review-panel ul li{
	margin-right: 2px;
}
.review-panel p{
	color: #1d1d1d;
	font-size: 12px;
	font-weight: 400;
	line-height: 23px;
}
.product-details-panel .price-panel{
	margin-bottom: 14px;
}
.product-details-panel .price{
	color: #cd7e00;
	font-size: 20px;
	font-weight: 700;
}
.product-details-panel .discount{
	color: #b6b6b6;
	font-size: 20px;
	font-weight: 400;
	margin-right: 12px;
	text-decoration: line-through;
}
.product-details-panel p{
    margin-bottom: 30px;
}

.product-details-panel h2,
.product-details-panel h3 {
	color: #1d1d1d;
	font-size: 22px;
	margin-bottom:20px;
}

.fast-delivery-panel{
	padding-bottom: 8px;
}
.fast-delivery-panel p {
	margin-bottom:0;
}
.fast-delivery-panel li{
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #1d1d1d;
}
.fast-delivery-panel li strong{
	color: #17a052;
	font-weight: 600;
	padding: initial;
	margin: initial;
}
.fast-delivery-panel li img{
	margin-right: 9px;
}


.product-details-panel .addbtn,form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id), .single_add_to_cart_button{
	max-width: 400px;
	width: 400px;
	height: 46px;
	border-radius: 3px;
	background-color: #17a052;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}
.product-details-panel .addbtn img{
	margin-right: 8px;
}
.advantage-panel {
    border-radius: 3px;
    background-color: #fcf6ed;
    margin-top: 43px;
    padding: 18px 16px;
}
.advantage-panel h6{
	color: #1d1d1d;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 13px;
}
.advantage-panel ul li{
	color: #1d1d1d;
	font-size: 13px;
	font-weight: 400;
	line-height: 31px;
	position: relative;
	padding-left: 30px;
}
.advantage-panel ul li:after{
	position: absolute;
    left: 4px;
    top: 8px;
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/green-right.svg) no-repeat center/18px;	
}

.slider-for{}
.slider-for .big-image{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 15px;
	position: relative;
	margin-bottom: 20px;
}
.slider-for .zoom{
    position: absolute;
    right: 130px;
    top: 66px;
    display: block;
}
.slider-nav .sm-image{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-nav .slick-slide{
	height: 121px;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 9px;
}
.text-image {
	margin-bottom: 16px;
}
.text-image .text{
	width: calc(100% - 77px);
}
.text-image .text p{
	color: #1d1d1d;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
}
.text-image .text p strong {
	color: #cd7e00;
}
.slider-for .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translate(-0%,-50%);
	z-index: 99;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	border: 1px solid #e5e5e5;
	font-size: 0;
	cursor: pointer;
	background: #fcfcfc url(../images/angle-right-black.svg) no-repeat center/9px;
}
.slider-for .slick-prev {
	left: 0;
	transform: translate(-0%,-50%) rotate(180deg);
	display: none !important;
}
.slider-for .slick-next {
    right: 70px;
}
.description-review-block ul.tabs.wc-tabs {
	border-bottom: 1px solid #e5e5e5;
}
.description-review-block .nav ul li{
    margin-right: 31px;
}
.description-review-block .nav ul li a{
	color: #1d1d1d;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	padding-bottom: 8px;
    display: block;
}

.description-review-block .nav ul li.active a{
	font-weight: 700;
}
.description-review-block .tab-content,
.woocommerce-Tabs-panel{
	padding: 33px 0;
}
.product-description-panel .panel {
    margin-bottom: 35px;
}
.product-description-panel .panel h3{
    margin-bottom: 17px;
}
.product-description-panel .panel h6{
	color: #1d1d1d;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 20px;
}
.product-description-panel tr{
	border-top: 1px solid #ededed;
}	
.product-description-panel td{
	width: 50%;
	color: #1d1d1d;
	font-size: 13px;
	font-weight: 400;
    line-height: 32px;
}
.product-description-panel tr:last-child{
	border-bottom: 1px solid #ededed;
}
/*breadcrum product detail page*/
nav.woocommerce-breadcrumb {
    display: none;
}
/*add to cart sku */
.product_meta {
    display: none;
}
p.price {
    display: none;
}
.woocommerce-product-details__short-description {
    display: none;
}
p.stock.in-stock {
    display: none;
}
ul.tabs.wc-tabs {
    display: flex;
}
h1.product_title.entry-title {
    display: none;
}
.single_add_to_cart_button.button.alt.d-flex{
	display: flex !important;
}
/*deafualt pagination*/
nav.woocommerce-pagination {
    display: none;
}

/* cart css */

.status-publish .woocommerce-message {
    border-top-color: #bf2026;
}
.status-publish .woocommerce-message::before {
    color: #bf2026;
}
.status-publish .coupon {
	width: 50%;
	display: flex;
	justify-content: space-between;
}
.status-publish .coupon input[type="text"]{
	width: 350px !important
}
.status-publish .woocommerce button.button,
.status-publish .woocommerce a.button {
	background-color: #17a052 !important;
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.31px !important;
	text-transform: uppercase !important;
	padding: 13px 18px !important;
	display: inline-block !important;
	border: none !important;
	cursor: pointer !important;
}
.status-publish  .woocommerce .quantity .qty {
    width: 100px;
    text-align: center;
}
.status-publish .woocommerce a.remove{
    margin: 0 auto;
    font-size: 40px;
}

.status-publish .product-thumbnail img{
	width: 100px;
}
 /*product reviews css 27-6-22*/
 .star-rating, .comment-form-rating .stars span a {
	color: #cd7e00 !important;
}
.comment-form-rating .stars span{
	display: flex;
	align-items: center;
}

.woocommerce-product-rating {
    display: none !important;
}
 input#submit {
    max-width: 400px;
    width: 400px;
    height: 46px;
    border-radius: 3px;
    background-color: #17a052 !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
 #author, #email{
    width: 50%;
    padding: 0px 10px !important;
    color: #44444f;
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: 0.22px;
    outline: none;
    border: 1px solid;
    height: 50px;

}
.woocommerce #reviews #comment {
    height: 125px !important;
}

.woocommerce #review_form #respond p label{
	display: block;
}
p.stars {
    margin-top: 10px !important;
}

/*checkout page*/
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    font-size: 16px !important;
    border: 1px solid !important;
    padding: 0px 10px !important;
    color: #959595 !important;
    padding: 6px 10px !important;
}
#ship-to-different-address-checkbox{
	width: auto;
}
input.select2-search__field {
    padding: 0 10px;
    font-size: 16px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #17a052;
    font-size: 20px;
}
.woocommerce-table__product-name.product-name a,
.woocommerce-Price-amount.amount {
	color: #000;
	font-weight: 700;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
	display: flex;
    align-items: center;   
    margin-bottom: 20px !important;
}
.woocommerce ul.order_details li{
	width: 20%;
	font-weight: 700;
}
.woocommerce ul.order_details li strong {
    font-size: 1em !important; 
    font-weight: 400;
}
.qib-container{
	display: flex !important;
	align-items: center !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 3px !important;
	overflow: hidden !important;
	width: 85px !important;
	
	background-color: #fcfcfc !important;
	align-items: center !important;
	justify-content: center !important;
	margin-right: 6px !important;
}
.qib-button{
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #1d1d1d !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 23px !important;
	width: 19px !important;
	height: 100% !important;
	cursor: pointer !important;
	background-color: transparent !important;
	border: none !important;
	height: 46px !important;
}
.input-text.qty.text{
	color: #1d1d1d !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 23px !important;
	height: 46px !important;
	background-color: #ffffff !important;
	border-right: 1px solid #e5e5e5 !important;
	border-left: 1px solid #e5e5e5 !important;
	padding: 0px 0px !important;
	text-align: center !important;
	border-top: none !important;
	border-bottom: none !important;
	color: #1d1d1d !important;
}
.input-text.qty.text::placeholder{
	color: #1d1d1d !important;
}

.sf-meta-range.sf-meta-range-slider{
	position: relative;
    padding-top: 33px;
    display: flex;
    align-items: center;
/*    justify-content: space-between;*/
}
.sf-range-values-seperator{
	display: none;
}
.searchandfilter .meta-slider{
	position: absolute;
    width: 100%;
    top: 0px;
    background-color: #f6f6f6;
}

/*price slider curancy css*/
/*span.sf-range-prefix {
    margin: 0px -133px 0px 0px;
}*/
/*04/07/2022*/

.slider-nav  .slick-prev.slick-arrow.slick-disabled{
	display: none !important;
}
.slider-nav .slick-arrow {
	position: absolute;
	top: 50%;
	border: none;
	color: #1d1d1d;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	z-index: 99;
	width: 44px;
	height: 26px;
	border-radius: 13px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	transform: translateY(-50%);
}
.slider-nav .slick-prev {
    display: none !important;
}
.slider-nav .slick-next {
    background: #fcfcfc url(../images/angle-black.svg) no-repeat center right/6px;
    right: -15px;
    background-position-x: 32px;
    background-position-y: 7px;
}



.slider-nav .slick-next:after {
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translate(-0%,-50%);
	content: "+4";
	color: #1d1d1d;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	display: none;
}

.mtoggle {
  display: none;
  cursor: pointer;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #1d1d1d;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
}
.other-page .two-blog img{
	object-fit: cover;
	width: 100%;
	height: 348px;
}
.other-page .col-4 img{
	object-fit: cover;
	width: 100%;
	height: 228px;
}
.sf-field-post-meta-_price,
.sf-field-post-meta-brand,
.sf-field-taxonomy-product_cat > ul > li,
.sf-field-post-meta-add_capacity_in_bottles{
	border-bottom: 1px solid #e5e5e5;
}
.searchandfilter h4 {
    font-size: 14px !important;
    line-height: 20px;
    color: #1d1d1d;
    font-weight: 600;
    font-family: 'Poppins';
    padding: 0px 0 0px !important;
}
.sf-field-post-meta-_price ,
.sf-field-post-meta-add_capacity_in_bottles,
.sf-field-post-meta-add_temperaturezones_in_bottles{
	padding-top: 0 !important;
	padding-bottom: 17px !important;
	margin-bottom: 6px !important;
}
.sf-field-post-meta-_price h4{
	padding-bottom: 30px !important;
}
.sf-field-post-meta-brand,
.sf-field-taxonomy-product_cat > ul > li{
	padding-bottom: 19px !important;
    margin-bottom: 14px !important;
}
.searchandfilter ul li li {
    padding: 0 !important;
}
.searchandfilter ul>li>ul>li {
    padding-bottom: 19px !important;
}
.searchandfilter ul>li>ul>li>ul.children li,
.searchandfilter .sf-field-post-meta-brand > ul > li{
    padding-bottom: 0px !important;
}
.searchandfilter .sf-count, .searchandfilter .sf-date-postfix {
    position: absolute;
    right: 0;
    top: 0;
}
.sf-field-post-meta-brand h4{
	margin-bottom: 10px!important;
}
.sf-field-taxonomy-product_cat{
	padding-top: 0 !important;
}
.woocommerce .woocommerce-ordering {
    display: flex;
    align-items: center;
}
.woocommerce img, .woocommerce-page img {
    margin-right: 5px;
}
.woocommerce-page .info-page .container {
    max-width: 1230px;
}
.woocommerce table.shop_table td {
    font-weight: 700;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    font-size: 20px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details li:last-child{
	padding-right: 0;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
}
.woocommerce .woocommerce-order p{
	font-size: 16px !important;
}

.desktop,.catshop{
	display: block;
}
.d-hide {
	display: none ;
}
.usp-slider{
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.read-more button{
	border: none;
	text-decoration: underline;
	color: #ba2828;
	font-size: 13px;
	line-height: 23px;
	background: initial;
	font-weight: bold;
	padding: 0;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.number-of-product .cart .single_add_to_cart_button {
	text-transform: initial;
}
.menu-filter{
	display: none;
}

/*.pageloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/loading.gif') 50% 50% no-repeat rgb(249, 249, 249);
	opacity: .8;
	background-size: cover;
}*/


.closebtn {
	position: absolute;
    right: 15px;
    top: 15px;
	width: 25px;
	height: 20px;
	opacity: 1;
	display: none;
}
.closebtn:hover {
	opacity: 1;
}
.closebtn:before, .closebtn:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: #333;
}
.closebtn:before {
	transform: rotate(45deg);
}
.closebtn:after {
	transform: rotate(-45deg);
}
.slider-nav .slick-next span{
	position: relative;
	left: -2px;
}
.listafter:after{
    display: none!important;
}
.sf-meta-range.sf-meta-range-slider span:nth-child(4){
	position: absolute;
	right: 32px;
	bottom: 0;
}
.sf-meta-range.sf-meta-range-slider span:nth-child(5){
	position: absolute;
	right: 0;
	bottom: 0;
}


/*responsive*/

@media only screen and (max-width: 1279px) {
	.logo {
	    max-width: 230px;
	}
	.nav-block > ul > li {
	    margin-right: 30px;
	}
	.header-block .right-panel {
	    max-width: 150px;
	}
	.cart-panel {
	    margin-left: 20px;
	}
	.header-block .container{
		justify-content: space-between;
	}
	/*.usp-block {
	    padding: 20px 0px 0;
	}*/
	.mega-product-block > .container > .row > .col-3 {
	    -ms-flex: 0 0 22%;
	    flex: 0 0 22%;
	    max-width: 22%;
	}
	.mega-product-block > .container > .row > .col-9 {
	    -ms-flex: 0 0 78%;
	    flex: 0 0 78%;
	    max-width: 78%;
	}
	.product-details-panel  form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id), .single_add_to_cart_button {
	    max-width: max-content;
	    width: auto;
	}
	.usp-slide{
		display: block !important;
	}
}
@media only screen and (max-width: 1050px) {
	.usp-block {
	    padding: 20px 0px 0;
	}
}
@media only screen and (max-width: 991px) {
	.usp-block {
	    padding: 20px 0px;
	}
}
@media only screen and (max-width: 959px) {
	.usp-block .item {
	    justify-content: center;
	}
	.banner-block {
	    margin-top: 16px;
	    padding-top: 0;
	}
	.banner-block .container {
	    height: 400px;
	}
	.col-3 ,
	.col-4,
	.footer-block .row > div:nth-child(1),
	.footer-block .row > div:nth-child(3),
	.footer-block .row > div:nth-child(4){
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	    margin-bottom: 15px;
	}
	.delivery-block .col-6{
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    margin-bottom: 15px;	
	}
	.our-clients-requirement-block .text {
	    width: 100%;
	}
	.our-clients-requirement-block .inner {
	    height: 300px;
	    padding-top: 0;
	}
	.mtoggle {
	  display: block;
	}
	.nav-block{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #fff;
		padding: 20px 15px;
		z-index: 99;
	}
	.nav-block ul{
		flex-direction: column;
		align-items: flex-start;
	}
	.nav-block > ul > li {
	    margin-right: 0px;
	    margin-bottom: 15px;
	}
	.nav-block > ul > li:last-child {
		margin-bottom: 0;
	}
	.sign-in-panel a span{
		display: none;
	}
	.cart-panel {
	    margin-left: 0px;
	}
	.logo{
		position: absolute;
		top: 15px;
		left: 50%;
		transform: translate(-50%,-0%);
		max-width: fit-content;
	}
	.header-block  {
		position: relative;
	}
	.header-block .container {
	    justify-content: initial;	    
	}
	.header-block .right-panel {
	    margin-left: auto;
	}
	.mega-product-block > .container > .row > .col-3 {
	    -ms-flex: 0 0 30%;
	    flex: 0 0 30%;
	    max-width: 30%;
	}
	.mega-product-block > .container > .row > .col-9 {
	    -ms-flex: 0 0 70%;
	    flex: 0 0 70%;
	    max-width: 70%;
	}
	.product-details-block .col-7,
	.product-details-block .col-5 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding-right: 15px;
	    position: initial;
	}
	.product-details-block .row{
		position: relative;
		padding-top: 20px;
	}
	.product-details-panel .price-panel {
		position: absolute;
		left: 15px;
		top: 0;
		display: block !important;
	}
	.product-details-panel .discount {
	    margin-right: 0;
	}
	.d-hide.price-blck{
		display: block !important;
		padding: 18px 0;
	}
	.text-image.d-hide{
		display: flex !important;
	}
	.text-image.m-hide{
		display: none;
	}
	.product-details-panel .fast-delivery-panel,
	.product-details-panel .d-flex.align-center {
		display: none;
	}
	.product-description-panel td {
	    line-height: 26px;
	    padding-right: 15px;
	}
	.usp-block {
	    padding: 20px 0px;
	}
	.product-quantity{
		position: relative !important;
		height: 60px !important;
	}
	.product-quantity .qib-container {
	    position: absolute!important;
	    right: 12px !important;
	    top: 50%!important;
	    transform: translate(-0%,-50%)!important;
	}
	.status-publish .woocommerce a.remove {
	    margin: 0 !important;
	    margin-left: auto !important;
	}
	#customer_details .col-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	    font-size: 14px !important;
	}
}
@media only screen and (max-width: 767px) {
	.logo a {
	   max-width: 147px;
	}
	.slider-nav .slick-next {
	    background-position-y: 7.5px;
	}
	.closebtn {
		display: block;
	}
	.usp-block ul li {
	    font-size: 10px;
	}
	h1 {
	    font-size: 20px;
	    line-height: 22px;
	}
	h2 {
	    font-size: 20px;
	    line-height: 20px;
	}
	h3 {
	    font-size: 14px;
	    line-height: 18px;
	}
	h4 {
	    font-size: 12px;
	}
	h5 {
	    font-size: 11px;
	    line-height: 13px;
	}
	.btn.big {
	    letter-spacing: 0.22px;
	}
	.btn, 
	.button,
	.btn.big,
	.product-panel .text span,
	.copy-right-block ul li a{
		font-size: 10px;
	}
	.product-panel .text .price,
	.our-clients-requirement-block .text span,
	.view-product-block .panel .text p,
	.product-panel .text .discount{
		font-size: 12px;
	}
	.delivery-block .text p {
	    font-size: 9px;
	    line-height: 13px;
	}
	.winespiration-block .row .col-4:first-child h5{
		font-size: 13px;
	}
	.winespiration-block .row .col-4 h5{
		font-size: 11px;
		line-height: 12px;
	}
	p{
		font-size: 11px;
		line-height: 18px;
	}
	.faq-block h6,
	.faq-block p{
		font-size: 11px;
		line-height: 17px;
	}
	.question-block h3 {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.footer-block .f-panel{
		border-bottom: 1px solid #545454;
	}
	.footer-block h6{
		font-size: 14px;
		padding: 13px 0px 11px;
		margin-bottom: 0;
		display: block;
		position: relative;
	}
	.footer-block .m-icon.m-toggle h6:after{
		position: absolute;
		right: 3px;
		top: 12px;
		content: "";
		width: 20px;
		height: 20px;
		background: url(../images/down-white.png) no-repeat center/19px;
	}
	.footer-block .m-icon.m-toggle h6.active:after {
		transform: rotate(180deg);
	}
	.right-icon {
	    right: 7px;
	    bottom: 10px;
	    width: 45px;
	}
	.usp-block .item {
		margin-right: 0;
		font-size: 10px;
	}
	.usp-block .item img {
	    margin-right: 6px;
	    width: 16px;
	}
	.usp-block {
	    padding: 6px 0px;
	}
	.banner-wrap {
		padding: 0 15px;
	}
	.banner-block .container {
	    height: 241px;
	}
	.banner-block p {
	    font-size: 12px;
	    line-height: 14px;
	    margin-bottom: 20px;
	}
	.banner-block h1 {
	    margin-bottom: 13px;
	}
	.btn, .button {
	    padding: 5px 7px;
	}
	.product-block .top .btn {
	    padding: 6px 14px;
	    font-size: 10px;
	}
	.product-block .top {
	    margin-bottom: 15px;
	}
	.product-block {
		padding: 23px 0 5px;
	}
	.product-panel figure {
	    min-height: auto;
	}
	.product-panel .text {
	    padding: 16px 0px 5px;
	}
	.product-panel {
	    padding: 6px 6px;
	}
	.product-panel .text h5 {
	    margin-bottom: 0px;
	}
	.delivery-block .panel {
		padding: 16px 27px 16px;
	}
	.delivery-block .panel img{
		width: 67px;
	}
	.delivery-block .text {
	    width: calc(100% - 84px);
	}
	.delivery-block .text h4 {
	    margin-bottom: 8px;
	    line-height: 17px;
	}
	.delivery-block {
	    margin-bottom: 10px;
	}
	.our-clients-requirement-block .inner {
	    height: 222px;
	}
	.col-4, .footer-block .row > div:nth-child(1), .footer-block .row > div:nth-child(3), .footer-block .row > div:nth-child(4) {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    margin-bottom: 14px;
	}
	.footer-block .row > div{
		margin-bottom: 0px !important;
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.view-product-block {
	    margin-top: 0;
	}
	.view-product-block .panel figure{
		width: 51px;
	}
	.view-product-block .panel {
	    padding: 11px 11px 11px 11px;
	}
	.view-product-block .panel .text {
	    width: calc(100% - 70px);
	}
	.winespiration-block {
	    padding: 10px 0 11px;
	}
	.winespiration-block .top {
	    margin-bottom: 7px;
	}
	.winespiration-block .row .col-4:nth-child(2),
	.winespiration-block .row .col-4:nth-child(3){
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.winespiration-block .panel .text {
	    padding: 0 10px;
	}
	.winespiration-block .row .col-4 {
	    margin-bottom: 28px;
	}
	.row, .row2 {
	    margin-right: -8px;
	    margin-left: -8px;
	}
	.row > * {
    	padding-left: 8px;
    	padding-right: 8px;
    }
    .content-block {
	    padding: 35px 0 17px;
	}
	.content-block h3 {
	    margin-bottom: 8px;
	}
	.content-block p {
	    margin-bottom: 0;
	}
	.faq-block {
    	padding: 23px 0px 50px;
	}
	.accordion-block {
	    margin-bottom: 0;
	}
	.accordion-block .content {
	    padding-right: 0;
	}
	.accordion-block .top {
	    padding: 10px 30px 10px 10px;
	}
	.accordion-block .top:after {
	    right: 0;
	}
	.question-block {
	    padding: 23px 0px 30px;
	}
	.footer-block {
	    padding: 17px 0px 27px;
	}
	.m-toggle ul{
		display: none;
		padding-bottom: 10px;
	}
	.footer-block p {
	    margin-bottom: 20px;
	}
	.payment-block {
	    margin-bottom: 5px;
	}
	.header-block {
	    padding: 15px 0;
	}
	.cart-panel a img{
		width: 20px;
	}
	.sign-in-panel a img {
	    width: 17px;
	}
	.bar1, .bar2, .bar3 {
	    width: 24px;
	    height: 2px;
	    margin: 4px 0;
	}
	.logo{
		top: 10px;
	}
	.cart-panel span {
	    width: 12px;
	    height: 12px;
	    font-size: 9px;
	}
	.change .bar1 {
	    -webkit-transform: rotate(-45deg) translate(-4px, 2px);
	    transform: rotate(-45deg) translate(-4px, 2px);
	}
	.change .bar3 {
	    -webkit-transform: rotate(45deg) translate(-7px, -5px);
	    transform: rotate(45deg) translate(-7px, -5px);
	}
	.breadcrumb {
	    padding-top: 4px;
	}
	.breadcrumb ul li, #breadcrumbs a, #breadcrumbs span.breadcrumb_last {
	    font-size: 11px;
	    margin-left: 3px;
	}
	.breadcrumb .back {
		font-size: 11px;
		padding-right: 8px;
		margin-right: 3px;
		margin-left: 0px;
	}
	.breadcrumb .back:after {
	    height: 12px;
	}
	.content-page .breadcrumb {
	    margin-bottom: 0;
	}
	.other-page h1 {
	    margin-bottom: 10px;
	}
	.title-panel {
	    padding-bottom: 30px;
	}
	.other-page .accordion-block .top.active {
	    padding: 10px 30px 0px 10px;
	}
	.other-page .accordion-block .content {
	    padding: 5px 10px 5px;
	}
	.two-blog h5 {
	    font-size: 13px;
	    line-height: 20px;
	}
	.winespiration-block.other-page .panel .text {
	    padding: 0;
	}
	.winespiration-block.other-page .col-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.winespiration-block.other-page .col-6.two-blog:nth-child(2){
		display: none;
	}
	.winespiration-block.other-page .col-4{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.other-page .col-4 img {
	    height: 98px;
	}
	.other-page .two-blog img {
	    height: 205px;
	}
	.winespiration-block.other-page {
	    padding: 0px 0 30px;
	}
	.breadcrumb {
	    margin-bottom: 15px;
	}
	.winespiration-block.other-page .panel figure {
	    margin-bottom: 8px;
	}
	.two-blog .panel .text {
	    padding-bottom: 26px !important;
	}
	.winespiration-block.other-page .row .col-4 {
	    margin-bottom: 8px;
	}
	.mega-product-block .top-panel span {
	    font-size: 11px;
	    line-height: 23px;
	}
	.mega-product-block > .container > .row > .col-3{
		display: none;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		position: absolute;
		left: 0;
		top: 0px;
		width: 100%;
		z-index: 9999;
		background: #fff;
		padding: 30px 15px 0;
	}
	.searchandfilter .meta-slider {
	    max-width: 97% !important;
	}
	.sf-field-post-meta-_price h4 {
	    padding-bottom: 15px !important;
	}
	.mega-product-block > .container > .row > .col-9 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.product-shop-block .product-panel h5 {
	    font-size: 11px;
	    line-height: 13px;
	}
	.product-shop-block .product-panel .text .price {
	    font-size: 12px;
	}
	.product-shop-block .product-panel figure {
	    min-height: 155px;
	}
	.product-shop-block .row > .col-3 {
	    margin-bottom: 15px;
	}
	.image-with-content-block .inner {
	    padding: 17px 11px;
	    align-items: flex-start;
	}
	.image-with-content-block figure img{
		width: 75px;
	}
	.image-with-content-block.style2 figure img{
		width: 85px;
	}
	.image-with-content-block .text {
	    width: calc(100% - 83px);
	}
	.mega-product-block {
	    padding: 18px 0px 43px;
	}
	.searchandfilter .noUi-horizontal .noUi-handle {
	    width: 15px !important;
		height: 15px !important;
		top: -4px !important;
	}
	#content-wrap {
	    position: relative;
	}
	.mega-product-block .top-panel {
	    margin-bottom: 0;
	    position: relative;
	}
	.image-with-content-block.style2 .text {
	    width: calc(100% - 106px);
	}
	.image-with-content-block.style2 .inner {
	    padding: 22px 0px 24px;
	}
	.blog-detail h1 {
		line-height: 22px;
		padding: 20px 0px 12px;
	}
	.breadcrumb ul{
		white-space: nowrap;
	}
	.blog-content small {
		font-size: 11px;
		line-height: 17px;
		margin-bottom: 15px;
	}
	.blog-content h3 {
	    font-size: 14px;
	}
	.top-img img {
	    margin-bottom: 17px;
	}
	.blog-content p {
	    line-height: 17px;
	}
	.product-block.style2 {
	    padding: 28px 0 6px;
	    margin-bottom: 22px;
	}
	.blog-content .product-block h6 {
	    font-size: 12px;
	    margin-bottom: 14px;
	}
	.share-panel ul li a, .a2a_kit a {
	    width: 35px;
	    height: 35px;
	}
	.share-panel ul li a img{
		width: 15px;
	}
	.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
	    height: 20px !important;
	    line-height: 20px !important;
	    width: 20px !important;
	}
	.winespiration-block.related{
		display: none;
	}
	.product-details-block .top-panel h3 {
	    font-size: 14px;
	}
	.breadcrumb.mb-0 {
	    margin-bottom: 3px;
	}
	.product-details-panel .discount,
	.product-details-panel .price {
	    font-size: 14px;
	}
	.slider-nav .slick-slide {
	    height: 66px;
	    margin-right: 5px;
	    padding: 5px;
	}
	.product-details-block .top-panel {
	    margin-bottom: 0;
	}
	.slider-for .slick-next {
	    right: 30px;
	}
	.woocommerce img, .woocommerce-page img {
	    margin-right: 0;
	}
	.fast-delivery-panel li img {
	    margin-right: 5px;
	    width: 15px;
	}
	.d-hide.price-blck {
	    padding: 16px 0 12px;
	}
	/*.fast-delivery-panel li strong {*/
	/*  	font-size: 12px;*/
	/*}*/
	.fast-delivery-panel li {
	    margin-bottom: 0px;
	}
	 form.cart .qib-container + button[type='submit']:not(#qib_id):not(#qib_id), .single_add_to_cart_button {
		max-width: auto;
		width: calc(100% - 85px);
		height: 38px;
		font-size: 12px;
		line-height: 20px;
	}
	.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	    width: 35px;
	}
	.basket{
	 	margin-right: 5px !important;
	 	width: 17px;
	 }
	.qib-container {
		width: 73px !important;
		margin-right: 0px !important;
		height: 38px;
	}
	.number-of-product{
		width: 100%;
	}
	.text-image.d-hide figure img{
		width: 41px;
	}
	.text-image .text {
	    width: calc(100% - 62px);
	}
	.text-image .text p {
	    font-size: 11px;
	    line-height: 12px;
	    margin-bottom: 4px;
	}
	.text-image .text p a{
		font-size: 10px;
		line-height: 20px;
	}
	.product-details-panel p {
	    margin-bottom: 0;
	    line-height: 17px;
	}

	.advantage-panel h6 ,
	.advantage-panel ul li{
	    font-size: 11px;
	    margin-bottom: 0px;
	}
	.advantage-panel ul li:after {
		background-size: 15px;
		    left: 0px;
	}
	.advantage-panel {
	    margin-top: 14px;
	    padding: 13px 13px;
	}
	.advantage-panel ul li {
	    padding-left: 22px;
	    line-height: 27px;
	}
	.product-details-block {
		margin-bottom: 34px;
		padding-top: 15px;
	}
	.slider-for .zoom {
		right: 30px;
		top: 25px;
	}
	.slider-for .slick-arrow {
	    width: 35px;
	    height: 35px;
	    background-size: 6px;
	}
	.slider-for .big-image > img{
    	width: 200px !important;
	}
	.description-review-block .nav ul li a {
	    color: #1d1d1d;
	    font-size: 12px;
	    font-weight: 400;
	    line-height: 20px;
	    padding-bottom: 8px;
	    display: block;
	}
	.description-review-block .nav ul li {
	    margin-right: 0;
	}
	.woocommerce-Tabs-panel {
	    padding: 22px 0;
	}
	.product-description-panel .panel h3 {
	    margin-bottom: 5px;
	}
	.product-description-panel .panel p{
		line-height: 17px;
	}
	.product-description-panel .panel {
	    margin-bottom: 20px;
	}
	.product-description-panel .panel h6 {
	    font-size: 11px;
	    line-height: 20px;
	    margin-bottom: 20px;
	}
	.product-description-panel td {
	    padding-right: 0px;
		line-height: 25px;
		font-size: 8px;
		width: 65%;
	}
	.slider-nav {
		width: calc(100% + 8px);
	}
	.slider-nav .sm-image img{
		width: auto !important; 
		height: 100% !important;
		max-height: 55px;
	}
	.info-page {
	    padding-bottom: 80px;
	    padding-top: 20px;
	}
	.woocommerce ul.order_details li {
	    margin-right: 0 !important;
	    padding-right: 0 !important;
	    margin-left: 0 !important;
	    padding-left: 0 !important;
	    margin-bottom: 5px;
	    width: 100%;
	}
	.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	    flex-direction: column;
	}
	.container.d-hide{
		margin-bottom: 20px;
	}
	.desktop,.catshop{
		display: none;
	}
	.d-hide{
		display: block;
	}
	.menu-filter{
		display: block;
		position: absolute;
		left: -40px;
		bottom: -15px;
		z-index: 99;
	}
	.fast-delivery-panel {
	    padding-bottom: 10px;
	}
	.product-details-panel .price-panel {
	    left: 10px;
	}
	.input-text.qty.text {
	    height: 38px !important;
	}
	.singlenone{
		display: none;
	}
	.banner-wrap > .container{
		padding: 0;
	}
}
@media only screen and (max-width: 479px) {

}


/* JW additions */

#footer-wrap ul.footer-latest-blogs {
	color: white;
	padding-bottom:1rem;
}
#footer-wrap ul.footer-latest-blogs li {
	padding:.2rem 0;
}
#footer-wrap ul.footer-latest-blogs li a {
	line-height:1.2;
}
