@font-face {
    font-family: 'Prequel Demo';
    src: url('../fonts/PrequelDemo-Regular.woff2') format('woff2'),
        url('../fonts/PrequelDemo-Regular.woff') format('woff'),
        url('../fonts/PrequelDemo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ||Theme css|| */
/* font-family: 'Oswald', sans-serif; */ 
html{font-size:15px;scroll-behavior:smooth;}
body {
	margin: 0px;
	padding: 0px;
	font-size: 1rem;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	background: #ffffff;
	color: #000000;
	overflow-x: hidden;
    max-width: 100% !important;
}
.row-bx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
  }
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
div[class*="col-bx"] {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.bg_grey{
    background: #56a924;
}
.bg-main{
    background: #f79a00;
}
::-moz-selection{background:#f79a00; color:#ffffff;}
::selection{background:#f79a00; color:#ffffff;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body:not([class*=elementor-page-]) .site-main,
.container-sm,
.container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.clear{clear:both;}

body.open {position: relative;overflow: hidden;}
body.open:before{content:''; position: absolute;height: 100%;width: 100%;background: #050505ad;display: inline-block;top: 0px;bottom: 0px;left: 0px;right: 0px;z-index: 1;}
p:empty{
    display: none;
}
p:last-child{
    margin-bottom: 0px;
}
a {
    transition: all 0.3s ease;
	text-decoration: none;
	outline: none;
    color: #000000;
}
a:hover{
	color: #f79a00;
    text-decoration: none;
	outline: none;
}
p{	margin-bottom: 20px;
    line-height: 1.56;
    color: #000000;
    display: inline-block;
}
p:last-child{
    margin-bottom: 0px;
}
span{
    display: inline-block;
}
.v-align{
    display: flex;
    align-items: center;
}
.h-align, 
.row.center{
    justify-content: center;
}
dl,
ol,
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
} 
.section {
	padding-top: 60px 0px;
}
img {
	max-width: 100%;
}
.fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
.claerfix {
	clear: both;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	padding: 0px;
	margin: 0px;
	color: #151515;
	font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.h1,
h1{
    font-size: 3.333333rem;
    line-height: 1;
}
.h2,
h2{
    font-size: 2.22222rem;
    line-height: 1.35;
}
.h3,
h3{
    font-size: 1.89rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
.h4,
h4{
    font-size: 1.5556rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
.h5,
h5{
    font-size: 1.22222rem;
    line-height: 1.19;
    margin-bottom: 10px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
nav,
header,
section,
img,
figure,
small,
select {
	margin: 0px;
	padding: 0px;
	color: #151515;
}
section{
	position: relative;
}

* {
	box-sizing: border-box;
} 
img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.button:focus,
.btn:focus {
    outline: 0px;
    box-shadow: none;
}
.lost_password a,
.link {
	font-size: 1rem;
    font-weight: 600;
    line-height: 1;
	color: #000000;
    display: block;
}
.link a {
	color: inherit;
}
button.link {
    background: none;
    color: inherit;
    border: 0px;
}

.woocommerce .jdgm-write-rev-link.jdgm-write-rev-link,
.xoo-qv-plink,
.woocommerce-page form.register .form-row .button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
.woocommerce-page .button.wc-forward,
.woocommerce-lost-password .lost_reset_password .button,
.rmagic .rmagic-form.rmagic-form-btn-center .buttonarea .rm_next_btn,
.woocommerce-form-coupon.checkout_coupon .button,
.woocommerce-page #payment #place_order,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button.button,
.tnp-subscription .tnp-field .tnp-submit,
.elementor-button,
.button {
	border-radius: 0px;
	background: #56a924;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	border: 1px solid transparent;
	padding: 16px 25px;
	transition: all 0.3s ease;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
    height: auto;
    width: auto;
    display: inline-block;
}

.woocommerce .jdgm-write-rev-link.jdgm-write-rev-link:not([disabled]):hover,
.woocommerce .jdgm-write-rev-link.jdgm-write-rev-link:hover,
.xoo-qv-plink:hover,
.woocommerce-page form.register .form-row .button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
.woocommerce-page .button.wc-forward:hover,
.woocommerce-lost-password .lost_reset_password .button:hover,
.rmagic .rmagic-form.rmagic-form-btn-center .buttonarea .rm_next_btn:hover,
.woocommerce-form-coupon.checkout_coupon .button:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button.button:hover,
.tnp-subscription .tnp-field .tnp-submit:hover,
.button:hover {
	background: #000000;
	color: #ffffff;
}

.elementor-kit-6 button.search_btn_submit:hover {
    background: #56A924;
}

.rmagic .buttonarea input[type='submit'][disabled]{
    cursor: not-allowed;
}
.woocommerce-lost-password .lost_reset_password .button:disabled[disabled]{
    border-radius: 0px;
	background: #ebe9eb;
	color: #000000;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	border: 1px solid transparent;
	padding: 16px 25px;
	transition: all 0.3s ease;
	font-weight: 700;
	cursor: not-allowed;
	position: relative;
	text-decoration: none;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    height: auto;
}

.woocommerce-simple-registration-login-link a,
.woocommerce-page ul.products li.product .xoo-qv-button,
.button.org,
.woocommerce .woocommerce-Reviews #review_form #respond .comment-form .form-submit .submit,
.woocommerce div.product form.cart .button {
	border-radius: 0px;
	background: #f79a00;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	border: 1px solid transparent;
	padding: 16px 25px;
	transition: all 0.3s ease;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.woocommerce-simple-registration-login-link a:hover,
.woocommerce-page ul.products li.product .xoo-qv-button:hover,
.woocommerce .woocommerce-Reviews #review_form #respond .comment-form .form-submit .submit:hover,
.woocommerce div.product form.cart .button:hover {
	background: #000000;
	color: #ffffff;
}

.button img{
    display: flex;
    flex: 0 0 auto;
}          
.action {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 15px;
}
.action.center{
    justify-content: center;
}
.wrap{
    flex-wrap: wrap;
}

.heading_main {
    margin-bottom: 50px;
}
.heading_main.center{
    justify-content: center;
    text-align: center;
}
.heading_main h2 span{
    color: #000000;
    display: inline;
}
.heading_main p{
    line-height: 1.56;
    color: #000000;
    margin: 0px;
    margin-top: 15px;
}
.heading_main p:last-child{
    margin-bottom: 0px;
}
.heading_main h5{
    margin-bottom: 0px;
    margin-top: 30px;
}

.elementor-button{
	display: inline-block;
}

/* header top */
.header-top {
    padding: 8px 0px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
	display:none;
}
.top_bartext p {
    margin: 0px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 2px;
    row-gap: 5px;
}
.top_bartext p img{
    margin-right: 5px;
}
/* header css */
.header {
	width: 100%;
	z-index: 11;
	background: #ffffff;
}
body.open .header:after {
    content: '';
    background: #0000004d;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100%;
    top: 0px;
}
.inner_header{
	padding: 27px 0px;
}

.logo {
	padding: 0px;
	padding-right: 10px;
	flex: 0 0 auto;
    width: 33.33333333%;
}
.logo a{
    display: flex;
    height: 100%;
}
.logo img{
    max-width: 350px;
    max-height: 80px;
}
.menu_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #f79a00;
}
.menu-header {
	text-align: center;
	display: flex;
	align-items: center;
	margin-top: 0px;
	justify-content: space-between;
}
.menu-header .menu-blog {
	width: 100%;
}
.menu-header ul {
	margin: 0px;
	list-style: none;
	padding-left: 0px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}
.menu-header ul.sub-menu li{
	width: 100%;
}
.sub-menu-toggle span{
	display: none;
}
.menu-header ul li {
	display: inline-block;
    margin: 0px;
}
.menu-header ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 17px;
	line-height: 1.1;
	font-weight: 700;
	position: relative;
	transition: all 0.4s;
	text-transform: uppercase;
	display: block;
	outline: none;
	font-family: 'Oswald', sans-serif;
	padding: 10px;
	text-align: left;
}
.menu-header ul.main_nav>li>a{
	padding: 15px 0px;
    color: #ffffff;
}
.menu-header ul.main_nav>li.current-menu-item>a,
.menu-header ul.main_nav>li>a:hover{
    color: #000000;
}
.menu-header ul li.current-menu-item a:before,
.menu-header ul li a.active:before,
.menu-header ul li a:hover:before {
	width: 100%;
}
.menu-header ul li a.header-button:before {
	display: none;
}
.menu-header a.header-button {
	text-decoration: none;
	background: #11b719;
	color: #ffffff;
	padding: 5px 12px 5px 12px;
	font-size: 17px;
	margin-left: 0px;
	font-size: 1rem;
}
.toggle-btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	right: 15px;
	transition-duration: 0.5s;
	border-radius: 5px;
	display: none;
	z-index: 1;
}
.toggle-btn .icon {
	transition-duration: 0.5s;
	height: 4px;
	width: 30px;
}
.toggle-btn .icon:before {
	transition-duration: 0.5s;
	position: absolute;
	width: 30px;
	height: 4px;
	content: "";
	top: -10px;
	left: 0px;
}
.toggle-btn .icon:after {
	transition-duration: 0.5s;
	position: absolute;
	width: 30px;
	height: 4px;
	content: "";
	top: 10px;
	left: 0px;
}
.toggle-btn .icon,
.toggle-btn .icon:after,
.toggle-btn .icon:before{
	background-color: #f79a00;
}
.toggle-btn.open .icon {
	transition-duration: 0.5s;
	background: transparent;
}
.toggle-btn.open .icon:before {
	transform: rotateZ(45deg) translate(8px, 9px);
}
.toggle-btn.open .icon:after {
	transform: rotateZ(-45deg) translate(5px, -5px);
}
.toggle-btn:hover {
	cursor: pointer;
}
.header li.active>ul {
	display: block;
}
.header ul ul ul {
	border-left: 5px solid rgba(0, 0, 0, 0.5);
}
.header .menu-item-has-children{
	position: relative;
}
.header .menu-item-has-children .sub-menu-toggle:before{
	content: "\f105";
	font-family: 'Fontawesome';
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.header .menu-item-has-children.active > .sub-menu-toggle:before{
	content: "\f107";
}
.sub-menu-toggle {
    width: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
	background: #f79a00;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 44px;
    border: 0px;
    background: none;
}
.inner_header .row-bx {
	align-items: center;
	padding: 0px;
	margin: 0px;
}
.header_right{
    padding-right: 0px;
	flex: 0 0 auto;
    width: 66.66666667%;
}
.header_right ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.header_right>ul>li{
	position: relative;
	padding-right: 20px;
	margin-right: 20px;
    flex-wrap: wrap;
}
.header_right>ul>li:last-child{
	margin-right: 0px;
}
.header_right>ul>li:last-child::after{
	display: none;
}

.header_right>ul>li.user-wrap>a {
    text-align: center;
    width: 100%;
}
.icon_list {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #0000001f;
	height:56px;
	font-size: inherit;
	display: flex;
	align-items: center;
}
.icon_list:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}
.header_right>ul>li.icon_list img {
    display: block;
    margin: 0 auto;
}
.ico_txt {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    width: 100%;
    text-align: center;
}
.ico_txt span {
    color: #646464;
}
.social_links{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.social_links ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.social_links ul li{
    margin-right: 25px;
}
.social_links ul li:last-child{
    margin-right: 0px;
}
.social_links ul li a{
    color: #ffffff;
    font-size: 26px;
}
.social_links ul li a:hover{
    color: #f79a00;
}
.social_links ul li a i{
    transition: all ease 0.5s;
    transform: scale(1);
}
.social_links ul li a:hover i{
    transform: scale(1.1);
}
.input_search {
    border: 1px solid #ffffff80;
    padding: 3px;
	height: 48px;
	display: flex;
	justify-content: space-between;
    width: 100%;
}
.input_search form{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.input_search .form-control {
    height: 100%;
    display: inline-block;
	background: transparent;
    border: 0px;
    font-size: 1rem;
    color: #ffffff;
	width: calc(100% - 120px);
	box-shadow: none;
	outline: none;
}
.input_search .form-control::placeholder{
	color: #fffc;
}
.woocommerce .input_search .button,
.input_search .button {
    min-width: 120px;
    font-size: 1rem;
    padding: 5px 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input_search .button img{
	max-width: 30px;
}
.input_search .button:hover {
    background: #f79a00;
}

.cart-wrap {
	padding-top: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cart_shape {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.cart_shape img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.cart_shape .badge {
	position: absolute;
	right: -15px;
	top: -10px;
	background: #404040;
	color: #ffffff;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ffffff;
	font-size: 1rem;
	font-weight: 700;
}
.search_wrap .search_btn {
    width: auto;
    padding: 0px;
}
.search_wrap .search_btn .ico_txt{
	margin-top: 5px;
    width: auto;
}
.search_wrap .search_btn:hover {
    background: transparent;
}
.search_open{
	overflow: hidden;
}
.search_popup{
	background: #000000ad;
	padding: 0px 0px;
	transform: scale(0);
	transition: all ease 0.5s;
	height: 100vh;
	position: fixed;
	left: 0px;
	right: 0px;
	width: 100%;
	top: 0px;
	z-index: 3;
	display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 100px 30px 0px;
}
.search_popup.open {
    transform: scale(1);
}
.search_popup .input_group {
    background: #ffffff;
    position: relative;
    padding: 50px 50px;
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.search_popup .input_search{
	border-color: #f79a00;
}
.search_popup .input_search .form-control{
	color: #000000;
	outline: none;
	box-shadow: none;
}
.search_popup .input_search .form-control::placeholder{
	color: #777;
}
.close_search {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #f79a00;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000000;
}

.search_popup .apsw-search-wrap .apsw-select-box-wrap .apsw-category-items {
    padding: 0 8px;
} 
.search_popup .apsw-search-wrap .apsw-search-form {
    border-color: #e4e4e4;
    border-radius: 0px;
}
.search_popup .apsw-search-wrap .apsw_loader {
    display: none;
}
.search_popup .apsw-search-wrap .apsw-search-btn svg {
    display: none;
}
.search_popup .apsw-search-wrap .apsw-search-btn {
    border-radius: 0px;
    background: url(../images/search_icon.png) no-repeat;
    display: inline-block;
    background-size: initial;
    background-position: center;
    width: 46px;
}
.search_popup .apsw-search-wrap .apsw-search-btn:focus {
    background: transparent;
}
.prevnext .slick-next,
.prevnext .slick-prev {
	margin: 0px;
	width: 36px;
	height: 36px;
    padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #ededed;
    color: #000000;
	border-radius: 0px;
	transition: all ease 0.5s;
    position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0px;
    font-size: 0px;
    z-index: 1;
}
.prevnext .slick-prev:hover,
.prevnext .slick-next:hover{
	background: #000000;
    color: #ffffff;
}
.prevnext .slick-prev {
	left: 0px;
}
.prevnext .slick-next {
	right: 0px
}
.prevnext .slick-prev:before,
.prevnext .slick-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
	/* background-image: url(../images/slider-next-arrow.png); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    opacity: 1;
}
.prevnext .slick-prev:before {
	transform: rotate(180deg);
}
.slick-prev:before, .slick-next:before{
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
/*banner-section start*/
.banner-section {
	width: 100%;
}
.banner-section .prevnext .slick-prev,
.banner-section .prevnext .slick-next{
    background: transparent;
    width: 50px;
    height: 50px;
}
.banner-section .prevnext .slick-prev:before,
.banner-section .prevnext .slick-next:before {
    font-size: 0px;
    background-image: url(../images/slider-next-arrow.png);
}
.banner-section .prevnext .slick-prev:before {
	transform: rotate(180deg);
}
.banner-section .prevnext .slick-prev:focus,
.banner-section .prevnext .slick-next:focus{
    background: transparent;
}
.shape_bnr{
	position: relative;
}
.shape_bnr::after{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0px;
	right: 0px;
	background: url(../images/banner_effect.png) no-repeat bottom center;
	background-size: 100%;
	height: 40px;
	width: 100%;
	display: inline-block;
}
.banner-container {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
    padding: 0 15px;
}
.banner-text {
	width: 100%;
    max-width: 750px;
	position: relative;
    padding-top: 60px;
}
.slider_img{
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-text h1 {
	font-size: 93px;
	font-family: 'Prequel Demo', sans-serif;
	line-height: 1.2;
	font-weight: normal;
	color: #151515;
	margin: 0px;
	margin-bottom: 10px;
}
.banner-text p {
	font-size: 27px;
	line-height: 1.2;
	font-weight: 500;
	margin: 0px;
}
.banner-section .slider_wrap .banner-text .icon img {
	width: auto;
}
.banner-text .action {
	margin-top: 25px;	
}
.banner-section .slick-slide>div {
    display: flex;
}
.banner-section .item {
    position: relative;
}
.banner-section .prevnext .slick-prev {
    left: 180px;
}
.banner-section .prevnext .slick-next {
    right: 180px;
}

/* shipping section */
.shipping_section .elementor-heading-title {
    font-size: 25px;
}
.shipping_section>.elementor-container .elementor-widget-text-editor p {
    max-width: 980px;
}
.shipping_section .elementor-inner-section .elementor-widget-image-box {
    border-right: 1px solid #0000001a;
	padding-left: 30px;
    padding-right: 30px;
}
.shipping_section .elementor-inner-section .elementor-widget-image-box:first-child {
    padding-left: 0px;
}
.shipping_section .elementor-inner-section .elementor-widget-image-box:last-child {
    border-right: 0px;
    padding-right: 0px;
}
.shipping_section .elementor-inner-section .elementor-widget-image-box img{
    max-width: 50px;
    max-height: 50px;
}
.shipping_section .elementor-inner-section .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 5px;
}
.shipping_section .elementor-inner-section .elementor-image-box-wrapper img {
    margin: 0 auto;
}
.shipping_section .elementor-inner-section .elementor-image-box-wrapper .elementor-image-box-content {
    text-align: left;
}
/* category menu list */
.category_menu_section>.elementor-container {
    align-items: flex-start;
}

.category_list .elementor-widget-heading {
    margin: 0px;
}
.page-template-default .site-main .category_list .elementor-heading-title {
    font-size: 1.53333rem;
	text-transform: uppercase;
    line-height: 1.5;
}
.menu_wrap_cate .wpr-nav-menu>li {
    width: 100%;
    margin: 0px;
    border-bottom: 1px solid #ffffff1a;
}
.menu_wrap_cate.elementor-widget-wpr-nav-menu .wpr-nav-menu .menu-item .wpr-menu-item,
.menu_wrap_cate .wpr-nav-menu>li>a{
	font-size: 1rem;
	font-weight: 400;
}
.collection_list_wrap>.elementor-widget-wrap.elementor-element-populated {
    justify-content: space-between;
    column-gap: 20px;
    flex-wrap: nowrap;
}
.collection_list_wrap .elementor-widget-image-box .elementor-image-box-wrapper {
    position: relative;
}
.collection_list_wrap .elementor-widget-image-box .elementor-image-box-content {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    max-width: 188px;
    margin: 0px;
	margin-left: 50px;
    height: auto;
}
.collection_list_wrap .elementor-widget-image-box .elementor-image-box-title{
	font-size: 2.2rem;
	line-height: 1.3;
	font-weight: 500;
	font-family: 'Prequel Demo', sans-serif;
	margin: 0px;
	text-align: left;
	max-width:160px;
}
.elementor-widget-image.left_apple_img {
    position: absolute;
    left: 0px;
    width: 240px;
}
.elementor-widget-image.right_apple_img {
    position: absolute;
    right: 0px;
    width: 240px;
}
/* tab collection Product slider */
.tab_heading_wrap>.elementor-container {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}
.tab_heading_wrap .elementor-column {
    width: auto;
}
.tab_collection_slider .title_heading{
    margin-bottom: 30px;
}
.tab_collection_slider .title_heading h2 {
    display: inline-block;
    border-bottom: 4px solid transparent;
    position: relative;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    color: #00000099;
    padding-bottom: 5px;
}
.title_heading.active h2{
    border-bottom-color: #56a924;
    color: #000000;
}
.title_heading.active h2:after {
    content: '';
    border: 9px solid transparent;
    border-top-color: #56a924;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}
.tab_collection_slider .tab_slider{
    margin: 0px;
}
.tab_collection_slider .eael-woo-product-carousel-container .swiper-container .image-wrap{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_collection_slider .eael-woo-product-carousel-container .swiper-container{
	overflow: hidden;
    padding-right: 20px;
}
.tab_collection_slider .eael-woo-product-carousel-container .eael-woo-product-carousel:not(.swiper-container-initialized) .eael-product-carousel {
    width: 100%;
    height: 100%;
}
.tab_slider .product-details-wrap .eael-product-title * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.tab_slider .product-details-wrap .image-wrap img{
    border-color: #e4e4e4;
}
.page-template ul.products li.product .product-details .eael-star-rating.star-rating{
    width: 7.5em;
}
.tab_collection_slider .eael-woo-product-carousel-container .eael-woo-product-carousel:not(.swiper-container-initialized) .eael-product-carousel .product-details {
    width: 100%;
    padding: 0px;
}
.woocommerce-page ul.products li.product .price_wrap,
.tab_collection_slider .eael-woo-product-carousel-container .eael-woo-product-carousel:not(.swiper-container-initialized) .eael-product-carousel .price_wrap {
    width: 100%;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}
.tab_collection_slider .eael-woo-product-carousel-container .eael-woo-product-carousel:not(.swiper-container-initialized) .eael-product-carousel .product-details-wrap {
    flex-wrap: wrap;
    padding: 0px;
}
.woocommerce ul.products li.product .price,
.tab_collection_slider .eael-woo-product-carousel-container .eael-woo-product-carousel:not(.swiper-container-initialized) .eael-product-carousel .price_wrap .eael-product-price {
    width: auto;
    padding: 9px 20px;
    height: 50px;
    margin: 0px;
}
.woocommerce-page ul.products li.product .price_wrap .button.add_to_cart_button,
.cart_icon_prd {
    background: #f79a00;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
}

.woocommerce-page ul.products li.product .price_wrap .button.add_to_cart_button:hover,
.cart_icon_prd:hover{
    background: #000000;
}

.cart_icon_prd i {display: none;}

.woocommerce ul.products li.product a.cart_icon_prd img,
.tax-product_cat .add_to_cart_button img,
.cart_icon_prd img {
    margin: 0px;
}
.tab_collection_slider .eael-woo-product-carousel-container .eael-woo-product-carousel:not(.swiper-container-initialized) .eael-product-carousel .icons-wrap.box-style{
    top: auto;
    bottom: auto;
    transform: translateY(100%);
    margin: 0px;
    max-height: 50px;
}
.tab_collection_slider .eael-woo-product-carousel-container .eael-woo-product-carousel:not(.swiper-container-initialized) .eael-product-carousel:hover .icons-wrap.box-style{
    transform: translateY(35%);
    bottom: 0px;
    top: 35%;
}
.tab_collection_slider .eael-woo-product-carousel-container .eael-woo-product-carousel:not(.swiper-container-initialized) .eael-product-carousel .icons-wrap.box-style .eael-product-quick-view>a{
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 16px;
    line-height: 1.125;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid transparent;
    white-space: nowrap;
}
.tab_collection_slider .product_col {
    border: 1px solid #e4e4e4;
    border-bottom: 0px;
    display: block;
    width: 100%;
    padding: 20px;
}
.tab_collection_slider .eael-woo-product-carousel-container .eael-product-carousel .product-image-wrap {
    border-radius: 0px;
}
.product_col .product-image-wrap img {
    max-height: 300px;
    object-fit: contain;
}

.tab_collection_slider .eael-woo-product-carousel-container .eael-product-carousel .product-details h2 {
    margin: 0px;
    transition: all ease 0.5s;
}
.tab_collection_slider .eael-woo-product-carousel-container .eael-product-carousel .product-details .eael-product-title>a h2:hover,
.tab_collection_slider .eael-woo-product-carousel-container .eael-product-carousel .product-details .eael-product-title>a:hover{
    color: #f79a00;
}
.tab_collection_slider .eael-woo-product-carousel-container .eael-woo-product-carousel:not(.swiper-container-initialized) .eael-product-carousel .product-details-wrap{
    padding-top: 15px;
}
/* quick view home */
.eael-product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button {
    padding: 16px 25px;
}
.woocommerce div.product form.cart .qib-button-wrapper div.quantity{
    width: 62px;
}
.eael-product-popup.woocommerce div.product form.cart .qib-button-wrapper div.quantity .text {
    width: 100%;
    min-width: initial;
    border: 0px;
}
/* quick view popup */ 
.eael-product-popup.woocommerce div.product form.cart {
    flex-wrap: wrap;
}
.woocommerce .xoo-qv-modal .xoo-qv-container{
    width: 100%;
    left: 0px;
    right: 0px;
}
.woocommerce .xoo-qv-modal div.product{
    padding: 20px;
}
.woocommerce .xoo-qv-modal div.product .xoo-qv-summary{
    padding: 0 30px;
}
.woocommerce .xoo-qv-modal div.product .xoo-qv-summary .product_title{
    margin-top: 0px;
}

.xoo-qv-modal .product_detail_form.cart .validation_message.woocommerce-info {
    display: none;
}
/* cate_full_section */
.cate_full_section .elementor-widget-image-box {
    border-right: 2px solid #FFF;
}
.cate_full_section .elementor-widget-image-box:last-child {
    border-right: 0px;
}
.cate_full_section .elementor-widget-image-box .elementor-image-box-wrapper {
    display: flex;
}
.cate_full_section .elementor-widget-image-box .elementor-image-box-img {
    position: relative;
}
.cate_full_section .elementor-widget-image-box .elementor-image-box-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cate_full_section .elementor-widget-image-box .elementor-image-box-img:after {
    content: '';
    height: 200px;
    width: 100%;
    background: linear-gradient(180deg, transparent, #00000069);
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.cate_full_section .elementor-widget-image-box .elementor-image-box-wrapper {
    position: relative;
}
.cate_full_section .elementor-widget-image-box .elementor-image-box-content {
    position: absolute;
    bottom: 0px;
    padding-bottom: 25px;
}
.cate_full_section .elementor-widget-image-box .elementor-image-box-title {
    font-size: 2.133333rem;
    font-weight: normal;
    font-family: 'Prequel Demo', sans-serif;
    margin: 0px;
}
/* banner_type_section */
.banner_type_section {
    position: relative;
    overflow: visible;
}
.banner_type_section .elementor-inner-section {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
	overflow: hidden;
}
.banner_type_section .elementor-inner-section .elementor-heading-title{
	font-size: 3.2rem;
	line-height: 1.3;
    font-weight: normal;
    font-family: 'Prequel Demo', sans-serif;
    margin: 0px;
	text-transform: uppercase;
}
.banner_type_section .elementor-inner-section p{
	font-size: 1.6rem;
	font-weight: 500;
}
.elementor-widget-image.cate_bnr_img {
    margin: 0px;
}
.banner_type_section .elementor-inner-section .col-right {
    scale: 1.5;
}
.banner_type_section .elementor-inner-section .elementor-column img {
    position: relative;
    bottom: -35px;
}
/* customer_review */
.customer_review {
    background: url(../images/review-bg.jpg) no-repeat;
    background-size: 100% 300px;
    background-position: top center;
    display: inline-block;
    width: 100%;
    padding-top: 70px;
    overflow: hidden;
}
.customer_review .elementor-heading-title::before{
    content: '';
    background: url(../images/review-ic-left.png) no-repeat;
}
.customer_review .elementor-heading-title::after{
    content: '';
    background: url(../images/review-ic-right.png) no-repeat;
}
.customer_review .elementor-heading-title::after,
.customer_review .elementor-heading-title::before{
    background-size: contain;
    background-position: center center;
    width: 40px;
    height: 30px;
    display: inline-block;
    margin: 0 20px;
}
.customer_review .elementor-heading-title {
    text-transform: uppercase;
    font-size: 2.13333rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}
.customer_review .wpr-testimonial-carousel-wrap{
    padding-top: 10px;
}
.customer_review .wpr-testimonial-carousel-wrap .slick-dotted.slick-slider{
    margin-bottom: 0px;
}
.customer_review .elementor-widget-wpr-testimonial .slick-slide {
    position: relative;
    padding-bottom: 44px;
}
.customer_review .elementor-widget-wpr-testimonial .slick-slide::after{
    content: '';
    background: url(../images/review-box-shadow.png) no-repeat;
    background-size: contain;
    background-position: center center;
    width: 100%;
    height: 50px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}
.customer_review .elementor-widget-wpr-testimonial .wpr-testimonial-item{
    background: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 50px;
    height: 260px;
}
.customer_review .elementor-widget-wpr-testimonial .slick-slide .wpr-testimonial-content-inner::before{
    display: none;
}
.customer_review .elementor-widget-wpr-testimonial .wpr-testimonial-item .wpr-testimonial-content-inner {
    background: transparent;
    padding: 0px;
}
.customer_review .wpr-testimonial-content p{
    max-width: 431px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.customer_review .wpr-testimonial-name{
    font-weight: 700;
    color: #000000;
}
.elementor-widget-image.grapes_shape_img {
    position: absolute;
    right: -260px;
    top: 140px;
    width: 250px;
}
.customer_review .wpr-testimonial-carousel-wrap .wpr-testimonial-controls .wpr-testimonial-dots {
    display: flex !important;
    width: 100%;
    justify-content: center;
}
.large_heading .elementor-widget-heading .elementor-widget-container .elementor-heading-title,
.large_heading .elementor-heading-title {
    font-size: 81px;
    line-height: 1.3;
    font-family: 'Prequel Demo', sans-serif;
    max-width: 1600px;
    margin: 0 auto;
}
/* about_us_section */
.about_us_section {
    overflow: hidden;
}
.about_us_section>.elementor-container {
    align-items: center;
}
.about_us_section .left_col,
.about_us_section .right_col{
	box-shadow: 0px 0px 30px 0px #00000029;
	min-height: 402px;
	padding: 59px 50px;
}
.about_us_section .left_col .elementor-widget-wrap,
.about_us_section .right_col .elementor-widget-wrap{
	align-items: center;
}
.about_us_section .left_col .elementor-heading-title, .about_us_section .right_col .elementor-heading-title{
	font-size: 1.666666rem;
    line-height: 1.2;
    min-height: 60px;
}
.about_us_section .left_col .elementor-widget-container p, .about_us_section .right_col .elementor-widget-container p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 7;
}
.about_us_section .image_col {
	transform: scale(1.1);
	z-index: 1;
}
.about_us_section .image_col img {
    max-height: 500px;
}

.about_us_section .left_col .elementor-widget-image {
    max-width: 150px;
    position: absolute;
    left: -120px;
    bottom: -90px;
}
.about_us_section .right_col .elementor-widget-image {
    max-width: 160px;
    position: absolute;
    right: -115px;
    bottom: -90px;
}

/* footer */
.footer {
    position: relative;
}
.footer:before {
    content: '';
    background: #000 url(../images/footer-bg.jpg) no-repeat;
	background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.inner_footer .elementor-column>.elementor-widget-wrap {
    padding-left: 0px;
    padding-right: 50px;
}
.inner_footer .elementor-column:last-child>.elementor-widget-wrap {
    padding-left: 0px;
    padding-right: 0px;
}

.footer .elementor-inner-section .elementor-column .elementor-heading-title {
    text-transform: uppercase;
    font-size: 1.33333rem;
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 20px;
}
.footer .eael-simple-menu-container.preset-1 {
    background: transparent;
}
.footer .eael-simple-menu-container.preset-1 .eael-simple-menu li>a{
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
    padding: 5px 0px;
    font-weight: 400;
}
.footer .eael-simple-menu-container.preset-1 .eael-simple-menu li>a.eael-item-active{
    color: #f79a00;
    background: transparent;
}
.footer .eael-simple-menu-container.preset-1 .eael-simple-menu li:hover>a {
    background: transparent;
}
.footer .hide{
    display: none;
}
.footer .tnp-subscription label,
.footer .elementor-icon-list-text,
.footer .elementor-icon-list-items>li,
.footer .elementor-icon-list-items>li>a{
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
    font-weight: 400;
    word-break: break-all;
}
.footer .elementor-icon-list-text{
	word-break: initial;
}
.footer .elementor-icon-list-items>li>a{
	padding: 5px 0px;
}
.footer .elementor-widget-social-icons {
    border-top: 1px solid #ffffff1a;
    padding-top: 20px;
    margin-top: 10px;
}
.footer .elementor-widget-social-icons .elementor-grid-item{
	margin-right: 20px;
}
.footer .elementor-widget-social-icons .elementor-grid-item:last-child{
	margin-right: 0px;
}
.footer .elementor-widget-social-icons .elementor-icon {
    width: auto;
}
.footer p, .footer p a{
	color: #ffffff;
}
.footer .tnp-subscription{
	margin: 0px;
} 
.footer .tnp-subscription .tnp-field .tnp-email {
    height: 45px;
    font-size: 1rem;
    color: #000000;
    border-radius: 0px;
}
.copyright_sec .left_col>.elementor-widget-wrap.elementor-element-populated {
    align-items: center;
    align-content: center;
    padding-left: 0px;
}
.copyright_sec .right_col>.elementor-widget-wrap.elementor-element-populated{
    padding-right: 0px;
}

/* breadcrumb css */
.breadcrumb,
.woocommerce .woocommerce-breadcrumb{
    font-size: 14px;
    line-height: 1;
    color: #868686;
    font-weight: 500;
    margin: 0px;
    padding: 15px 0px;
}
.breadcrumb ul li a,
.woocommerce .woocommerce-breadcrumb a {
    color: #000000;
}
.breadcrumb ul li a:after,
.woocommerce .woocommerce-breadcrumb a:after {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 10px;
    color: #868686;
    margin: 0 10px;
}
.breadcrumb ul li:last-child a:after{
    display: none;
}
.breadcrumb ul {
    display: flex;
    align-items: center;
} 
.breadcrumb ul li.active a {
    color: #f79a00;
}
/* form css */
.form_ps .form-group.action{
    margin-bottom: 0px;
}
.form_ps form .eael-lr-form-group,
.form_ps .form-group{
    margin-bottom: 30px;
}
.form_ps form .eael-lr-form-group.eael-forever-forget{
    margin-bottom: 15px;
}
.registration_page .rmagic .rmagic-row .rmagic-field .rminput .rm-wc-label,
.registration_page .rmagic-row .rmagic-fields-wrap .rmagic-col .rmagic-field .rmfield,
.form_ps form .eael-field-label,
.form_ps .lbl{
    font-size: 15px;
    line-height: 1;
    color: #000000;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.woocommerce div.product form.cart .variations select,
.product_detail_form .wps_wgm_price,
.product_detail_form .wps_wgm_from_name,
.product_detail_form .wps_wgm_to_email,
.woocommerce-page form.register .form-row select,
.form-control,
.woocommerce form .form-row .form-control,
.woocommerce form .form-row select,
.woocommerce form .form-row input.input-text,
.registration_page .rmagic .rmagic-row .rmagic-field .rminput select,
.registration_page .rmagic .rmagic-row .rmagic-field .rminput input,
.form_ps form .eael-lr-form-control,
.form_ps .form-control{
    height: 50px;
    padding: 10px 10px;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #000000;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}
.form_ps form textarea.eael-lr-form-control,
.form_ps textarea.form-control {
    height: 160px;
    resize: none;
}
.woocommerce form .form-row input.input-text:focus,
.registration_page .rmagic .rmagic-row .rmagic-field .rminput select:focus,
.registration_page .rmagic .rmagic-row .rmagic-field .rminput input:focus,
.form_ps form .eael-lr-form-control:focus,
.form_ps .form-control:focus{
    box-shadow: none;
    border-color: #151515;
}
.form_ps form .eael-lr-form-control::placeholder,
.form_ps .form-control::placeholder{
    color:#ccc;
}
.woocommerce div.product form.cart .variations select,
.orderby,
.form-control.select_pk,
.select_pk{
    appearance: none;
    background-image: url(../images/arrow_down.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    display: inline-block;
    background-position: right;
    background-origin: content-box;
}

/* product detail page */
.single-product div.product{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-product div.product div.images.woocommerce-product-gallery,
.single-product div.product div.summary{
    width: calc(50% - 10px);
}
.woocommerce-page div.product div.summary{
    background: #f8f8f8;
    padding: 40px;
}
.product .addtocart {
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
    margin-top: 15px;
    width: 100%;
}
.woocommerce-product-gallery .flex-viewport {
    border: 10px solid #eeeeee;
    margin-bottom: 20px;
}
.product .woocommerce-product-gallery .flex-control-nav {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}
.product .woocommerce-product-gallery .flex-control-nav li{
    border: 1px solid #eeeeee;
    padding: 10px;
}
.product .woocommerce-product-gallery .flex-direction-nav{
    display: none;
}
.product .summary .product_title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #303030;
}
.product .summary .product_title {
    font-size: 30px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    color: #303030;
    margin-bottom: 10px;
}
.single-product .product .xoo-qv-summary .price,
.single-product .product .summary .price{
    font-size: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #000000;
    width: 100%; 
}
.product .summary .price * {
    font-size: 25px;
    color: #000000;
    font-weight: 500;
}
.product_detail_form .wps_wgm_price,
.product_detail_form .wps_wgm_from_name,
.product_detail_form .wps_wgm_to_email{
    height: 40px;
}
.wps_wgm_added_wrapper .wps_wgc_label {
    margin-bottom: 5px;
}
.woocommerce.single-product .product .variations_form,
.woocommerce.single-product .product .product_detail_form {
    margin: 0px;
}
.wps_wgm_added_wrapper p {
    max-width: 360px;
    width: 100%;
}
.woocommerce.single-product .product .product_meta{
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
    margin-top: 15px;
}
.product_custom_shipping {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.product_custom_shipping .shipping_label {
    font-weight: 700;
	padding-right: 5px;
}
.woocommerce div.product form.cart .variations .value div{
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations .value div:last-child{
    margin-bottom: 0px;
}
.woocommerce div.product form.cart .variations .value div label{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.product .wapf-field-input .wapf-checkable .wapf-input-label {
    display: flex;
    align-items: flex-start;
}
.product .wapf-field-input .wapf-checkable .wapf-input {
    margin: 0px;
}
.product .wapf {
    margin-bottom: 20px;
    margin-top: 10px;
}
.product .wapf .wapf-field-label.wapf--above {
    display: none;
}
.quantity_text{
    margin-top: 10px;
}
body .qib-button.qib-button-wrapper {
    border: 1px solid #e4e4e4;
    max-width: max-content;
    width: auto;
    float: none;
    position: relative;
}
.single-productbody .qib-button.qib-button-wrapper .screen-reader-text,
.single-product .quantity_text .screen-reader-text {
    clip: initial;
    width: auto;
    height: auto;
    position: initial !important;
    left: 0px;
    opacity: 1;
    clip-path: initial;
    font-weight: 700;
    margin-bottom: 5px;
}
.qib-button-wrapper button.qib-button{
    color: #767676;
    background: #f0f0f0;
    border-radius: 0px;
}
.qib-button-wrapper button.qib-button.minus{
    border-right-color: #e4e4e4;
}
.qib-button-wrapper button.qib-button.plus{
    border-left-color: #e4e4e4;
}
.qib-button-wrapper div.quantity.wqpmb_quantity {
    width: 70px;
	background: #eee;
    padding: 1px 0;
}
.qib-button-wrapper .quantity input.input-text.qty.text{
    border: 0px;
    border-radius: 0px;
    width: 100%;
	height: 100%;
}

.product .psfw-social-wrap{
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
    margin-top: 15px !important;
}
.product .psfw-social-wrap .psfw-social-icons{
    margin: 0px;
}
.product .summary .variations_form.cart table th {
    text-align: left;
}
.product .summary .variations_form.cart table td select{
    padding: 10px;
    border-radius: 0px;
    border-color: #eee;
    margin: 0px;
}
.product .woocommerce div.product form.cart .reset_variations {
    color: #f79a00;
    text-decoration: underline;
    font-size: 14px;
}
.product .woocommerce-variation-price {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper{
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border: 1px solid #ccc;
    background-color: transparent;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ececec;
    color: #000000;
    border-bottom: #ccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    color: #a8a8a8b3;
    text-transform: uppercase;
    padding: 13px 20px;
}
.woocommerce-tabs .wc-tab h2{
    font-size: 26px;
    color: #000000;
    margin-bottom: 10px;
}
.woocommerce table.shop_attributes{
    border: 1px solid #ccc;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td{
    padding: 10px;
    vertical-align: middle;
}
.comment-form label {
    font-weight: 500;
    margin-bottom: 10px;
}

.rmagic .rmcontent form fieldset{
    padding: 0px;
}
.rmagic-form .rm-togglePassword {
    top: 50%;
    transform: translateY(-50%);
}
.rmagic-form .pass-strength-visible .rm-togglePassword {
    top: 34%;
}
.rmagic-row.form_inner_woocommerce {
    margin: 0px;
    margin-top: 10px;
    display: inline-block;
}
.form_inner_woocommerce .rm-wc-wrap .rm-wc-field span {
    width: 100%;
}
.rmagic .rmagic-row .rm-wcbilling .rm-wc-wrap:last-child{
    margin-bottom: 0px;
}
.rmagic .rmagic-row .rm-wcbilling{
    margin: 0px;
}
.rmagic .rmagic-form.rmagic-form-btn-center .buttonarea {
    margin: 0px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rmagic .rmagic-form.rmagic-form-btn-center .buttonarea .rm_next_btn{
    margin: 0px;
}
.rmagic-row.form_inner_woocommerce .rmagic-fields-wrap .rmagic-col .rmagic-field .rmfield,
.rmagic .rmheader {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0px;
}
/*comment form css */
textarea,
input,
.comment-form textarea, .comment-form input {
    background: #ffffff;
    border-color: #ccc;
    border-radius: 0px;
    resize: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1;
    color: #000000;
    height: auto;
    padding: 9.5px 15px;
}
.comment-form textarea:focus,
.comment-form input:focus,
textarea:focus,
input:focus{
    border-color: #000000;
}
.comment-form-rating .stars span {
    display: flex;
    column-gap: 5px;
}
.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-cookies-consent {
    width: 100%;
}
.comment-form-rating {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 20px;
}
.comment-form-rating>label {
    margin: 0px;
}
.woocommerce #review_form #respond .comment-form-rating p {
    margin: 0px;
}
.woocommerce #review_form #respond .comment-form-cookies-consent {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 10px 0 20px 0px;
}
.comment-form-cookies-consent label {
    margin: 0px;
}
.comment-form-cookies-consent input {
    width: 16px;
    height: 16px;
}
/* related product */
.related.products {
    width: 100%;
    margin-bottom: 50px;
}
.related.products .heading_wrap h2 {
    background: #ececec;
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    border: 1px solid #cccccc;
    padding: 13px 20px;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
    display: inline-block;
}
.related.products .heading_wrap {
    position: relative;
    margin-bottom: 20px;
}
.related.products .heading_wrap:after {
    content: '';
    border-bottom: 1px solid #cccccc;
    height: 1px;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.woocommerce-page .related .products.slick-slider {
    display: block;
}
.related.products.prevnext .slick-prev {
    left: -60px;
}
.related.products.prevnext .slick-next {
    right: -60px;
}

.related .products.slick-slider .slick-track {
    margin: 0px;
} 
.related .products.slick-slider .slick-list {
    margin:0 -10px;
}
.woocommerce-page .related .products.slick-slider .slick-slide {
    background-color:#ffffff;
    text-align:center;
    margin-right:10px;
    margin-left:10px;
    max-width: 100%;
    width: auto;
    clear: initial;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 24px;
    padding-top: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    transition: all ease 0.5s;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover{
    color: #f79a00;
}
.woocommerce ul.products li.product .price,
.price{
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    line-height: 32px;
    color:#000000;
}
.page-template ul.products li.product .product-details .eael-star-rating.star-rating,
.woocommerce-page ul.products li.product .product_details .eael-star-rating.star-rating {
    font-size: 16px;
    color: #f79a00;
    margin: 0px;
    letter-spacing: 5px;
    width: 6.8em;
}

/* judgeme review */
.woocommerce .product .jdgm-widget{
    min-height: 21px;
    display: block !important;
}
.woocommerce .jdgm-rev__author, .woocommerce .jdgm-rev__icon:before,
.woocommerce .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .woocommerce .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow,
.woocommerce .jdgm-link, .woocommerce .jdgm-histogram__clear-filter,
.woocommerce .jdgm-rev-widg .jdgm-star,
.woocommerce .jdgm-histogram .jdgm-star,
.woocommerce .product .jdgm-preview-badge .jdgm-star{
   color: #f79a00;  
}

.woocommerce .jdgm-rev-widg .jdgm-star:hover,
.woocommerce .jdgm-histogram .jdgm-star:hover,
.woocommerce .product .jdgm-preview-badge .jdgm-star:hover,
.woocommerce .jdgm-rev-widg .jdgm-star:not([disabled]):hover, .woocommerce .jdgm-rev-widg .jdgm-star:focus, .woocommerce .jdgm-revs-tab .jdgm-star:not([disabled]):hover, .woocommerce .jdgm-revs-tab .jdgm-star:focus, .woocommerce .jdgm-all-reviews .jdgm-star:not([disabled]):hover, .woocommerce .jdgm-all-reviews .jdgm-star:focus, .woocommerce .jdgm-gallery-popup .jdgm-star:not([disabled]):hover, .woocommerce .jdgm-gallery-popup .jdgm-star:focus,
.woocommerce .jdgm-link:not([disabled]):hover, .woocommerce .jdgm-link:hover, .woocommerce .jdgm-link:active, .woocommerce .jdgm-link:visited, .woocommerce .jdgm-histogram__clear-filter:not([disabled]):hover, .woocommerce .jdgm-histogram__clear-filter:hover, .woocommerce .jdgm-histogram__clear-filter:active, .woocommerce .jdgm-histogram__clear-filter:visited{
    color: #000000;
}
.woocommerce .jdgm-histogram__bar-content {
    background-color: #56a924;
}

.woocommerce .jdgm-paginate {
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .jdgm-paginate .jdgm-paginate__page{
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}
.woocommerce .jdgm-paginate .jdgm-paginate__page:hover{
    color: #f79a00;
}
.woocommerce .jdgm-paginate .jdgm-paginate__page.jdgm-curt {
    color: #ffffff;
    background: #f79a00;
    border-color: #f79a00;
}


/* cart page */
.woocommerce-cart.woocommerce-page #content table.cart.shop_table .product-thumbnail img {
    width: auto;
    height: auto;
    max-width: 120px;
    max-height: 120px;
}
.product-price {
    white-space: nowrap;
}
.woocommerce table.shop_table {
    border-collapse: collapse;
    font-size: 15px;
    color: #000000;
    display: table;
}
.woocommerce table.shop_table.my_account_orders .button{
    padding: 10px 20px;
}
.woocommerce table.shop_table .product-name>a {
    color: #f79a00;
}
.woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: auto;
    border-radius: 0px;
    padding: 14.5px 10px;
    margin-right: 15px;
}
.woocommerce-page #content table.cart td.actions .button {
    background: #56a924;
    color: #ffffff;
    border-radius: 0px;
    margin-left: 10px;
}
.woocommerce-page .woocommerce-order h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 26px;
    color: #000000;
    margin-bottom: 10px;
}
.shipping-calculator-form .select2-container {
    min-width: 170px;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error {
    justify-content: flex-start;
    flex-direction: initial;
}
/* checkout page */
.woocommerce-checkout a {
    color: #f79a00;
}
.woocommerce-message,
.woocommerce-info {
    border-top-color: #f79a00;
    gap: 10px;
    width: 100%;
}
.woocommerce-message::before,
.woocommerce-info::before {
    color: #f79a00;
}
.woocommerce-message a,
.woocommerce-info a{
    color: #f79a00;
    text-decoration: underline;
}
.woocommerce-message a,
.woocommerce-info a:hover{
    color: #000000;
}
.checkout h3 {
    color: #000000;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.checkout h3 label.checkbox{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.woocommerce form .form-row label{
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
    color: #000000;
}
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}
.woocommerce-address-fields__field-wrapper,
.shipping_add,
.billing_add,
.registration-form .register{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-address-fields__field-wrapper{
    align-items: flex-end;    
}
.woocommerce-address-fields .form-row.form-row-wide,
.woocommerce-page form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form.register .form-row,
.woocommerce .woocommerce-checkout .form-row {
    width: calc(50% - 10px);
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
} 
.woocommerce-account-fields .form-row {
    width: 100%;
}
#error-page .woocommerce-checkout p.form-row{
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px;
}
.woocommerce form .form-row textarea{
    height: 8rem;
}
.woocommerce-shipping-fields .woocommerce-form__input {
    width: 16px;
    height: 16px;
}
.woocommerce-form-coupon.checkout_coupon .form-row .input-text{
    height: 40px;
}
.woocommerce-form-coupon.checkout_coupon .form-row {width: calc(50% - 10px); margin: 0px;}

.woocommerce-form-coupon.checkout_coupon>p {
    width: 100%;
    display: block;
    margin-top: 0px;
}
.woocommerce-form-coupon.checkout_coupon .button {
    padding: 11px 25px;
}
.woocommerce-checkout-payment .form-row.place-order{
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.woocommerce-terms-and-conditions-wrapper{
    margin-bottom: 20px;
    width: 100%;
}
.woocommerce-additional-fields .form-row.notes{
    width: 100%;
}
#order_review_heading{
    margin-top: 20px;
}
.woocommerce-checkout-payment .form-row,
.woocommerce-additional-fields .form-row,
.select2 .selection,
.woocommerce-page form .form-row .woocommerce-input-wrapper,
.woocommerce-checkout .form-row .woocommerce-input-wrapper {
    width: 100%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #56A924;
    color: #fff;
}

.select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 40px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;
}
.select2-hidden-accessible {
    height: 0px;
    margin: 0px;
}
/* collection page */
.tax-product_cat.woocommerce-page ul.products{
    margin-bottom: 40px;
}
.woocommerce-page ul.products {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 40px;
    width: 100%;
    margin: 0px;
}
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after{
    display: none;
}
.product:hover li.product a.xoo-qv-button{
    visibility: hidden;
}
.woocommerce-page ul.products li.product {
    width: 23.9%;
    max-width: 23.8%;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    overflow: hidden;
}
.woocommerce-page .woocommerce-products-header {
    margin-bottom: 30px;
}
 .woocommerce-products-header .page-title {
	font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
}
.orderby {
    padding: 10px 10px;
    padding-right: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #8c8c8c;
    border-color: #dadada;
    border-radius: 0px;
    appearance: none;
    background-size: 13px 13px;
    background-position: 110% center;
}
.woocommerce span.onsale {
    z-index: initial;
    width: 45px;
    height: 45px;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce ul.products li.product img.woocommerce-placeholder{
    border: 0px;
}
.woocommerce-page ul.products li.product>.woocommerce-loop-product__link {
    border: 1px solid #e4e4e4;
    border-bottom: 0px;
    display: block;
    width: 100%;
    padding: 20px;
}
.woocommerce-page ul.products li.product>.woocommerce-loop-product__link .woocommerce-placeholder{
    border: 0px;
}
.woocommerce-page ul.products li.product img {
    max-height: 300px;
    object-fit: contain;
}
.woocommerce-page ul.products li.product .product_details{
    text-align: left;
}
.woocommerce-page ul.products li.product>.xoo-qv-button {
    position: absolute;
    width: auto;
    height: auto;
    padding: 10px;
    font-weight: 500;
    text-transform: uppercase;
    transform:translate(-50%, 500%);
    white-space: nowrap;
    top: 36.5%;
}
.woocommerce-page ul.products li.product:hover .xoo-qv-button {
    visibility: visible;
    transform:translate(-50%,-50%);
}
.woocommerce-page ul.products li.product .price_wrap .button {
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    color: #000000;
    font-size: 14px;
    line-height: 1;
}
.woocommerce-page ul.products li.product .price_wrap .button img {
    margin: 0px;
}
.tax-product_cat hr {
    background: #e5e5e5;
    height: 1px;
    margin: 30px auto;
}
.main_title_detail {
    font-size: 34px;
    line-height: 1.3;
    color: #f79a00;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.archive_description {
    text-align: center;
}
.other_description p,
.archive_description p {
    font-weight: 500;
}
.other_description {
    padding-bottom: 40px;
}
.other_description h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}
.other_description h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}
.two_column_content{
    column-gap: 40px;
    row-gap: 30px;
}
.two_column_content .images_wrap {
    width: auto;
    max-width: fit-content;
    display: flex;
    align-items: flex-start;
    flex: 1 0 auto;
    justify-content: center;
}
.two_column_content .text_wrap {
    width: calc(100% - 320px);
    display: inline-block;
}
/* category gitfcard page */
.term-wps_wgm_giftcard.tax-product_cat.woocommerce-page ul.products li.product .price_wrap .button{
    padding: 18px 20px;
}
/* gitfcard page */
.gift_top_links .account-navigation {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 15px;
}
.gift_top_links .account-navigation li {
    border-bottom: 3px solid transparent;
}
.gift_top_links .account-navigation .navBar-item.is-active {
    color: #f79a00;
    border-color: #f79a00;
}
.gift_form.tnp-subscription{
    max-width: 100%;
    margin: 0px;
}
.gift_form.tnp-subscription form {
    display: flex;
    align-items: end;
    column-gap: 20px;
    width: 100%;
}
.gift_form.tnp-subscription .tnp-field.tnp-field-email {
    width: 100%;
}
/* search page */
.search-results h2{
    font-size: 28px;
    margin-bottom: 10px;
}
.search-results p {
    margin-bottom: 20px;
}
.search-results .post .wp-post-image{
    margin-bottom: 10px;
}
/* cms pages */
.error404 .site-main,
.page-template-default main {
    /* min-height: calc(100vh - 750px); */
    min-height: calc(100vh - 742px);
}
.error404 .page-header .entry-title,
.woocommerce .xoo-qv-modal div.product .product_title,
.registration_page h2,
body:not(.home) .site-main .elementor-heading-title,
.search-results .page-header .entry-title,
.woocommerce-page .page-header .entry-title,
.woocommerce-cart .page-header .entry-title {
    max-width: 100%;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 36px;
	font-weight:700;
    padding: 0px;
    border: 0px;
}
.page-template-default .site-main>.page-header{
    display: none;
}
body:not(.home).page-template-default .site-main .elementor-heading-title{
    margin: 0px;
}
.page-template-default .elementor-widget-text-editor h4{
    color: #000000;
}
.page-template-default .elementor-widget-text-editor p{
    width:100%;
}
.page-template-default .elementor-widget-text-editor img{
    max-height:300px;
}
.sitemap_page_section .wpr-taxonomy-list,
.sitemap_page_section ul {
    list-style: circle;
    padding-left: 30px;
}
.sitemap_page_section .wpr-taxonomy-list .wpr-taxonomy {
    display: list-item;
}
.page-id-2263 .page-content {
    padding: 50px 0px;
}
.page-id-2263 .page-content p{
    text-align: center;
    width: 100%;
    font-size: 20px;
}
.buyer_guide_page a {
    text-decoration: underline;
}
.error404 .page-header .entry-title{
    margin-top:40px;
}
.error404 .page-content p,
.error404 .page-header .entry-title{
    text-align:center;
    width:100%;
}
.error404 .page-content{
	margin-bottom:40px;
}
/* login registration page */
.registration_page h2{
    margin-top: 0px;
    text-align: center;
} 
.woocommerce-simple-registration-login-link {
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.register .woocommerce-privacy-policy-text + .woocomerce-FormRow.form-row {
    margin-bottom: 0px;
    margin-top: 20px;
    width: auto;
}
.woocommerce-simple-registration-login-link{
    margin-top: 20px;
} 
.shipping_add_label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
/* lost password page */
.lost_reset_password {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.woocommerce-page .lost_reset_password .form-row {
    width: 100%;
}
.woocommerce-lost-password .lost_reset_password .woocommerce-form-row.form-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
/* myaccount page */
.logged-in.woocommerce-account .woocommerce {
    border: 1px solid #e4e4e4;
    padding: 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li{
    border-bottom:2px solid #ffffff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child{
    border-bottom:0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    background: #f79a00;
    color: #ffffff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover{
    background: #000000;
    color: #ffffff;
}
.woocommerce .woocommerce-MyAccount-content {
    border: 1px solid #e4e4e4;
    padding: 20px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info {
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce .woocommerce-EditAccountForm .button{
    margin-top: 20px;
}
.woocommerce .woocommerce-EditAccountForm fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    border: 1px solid #ccc;
}
.woocommerce .woocommerce-EditAccountForm fieldset .form-row, .woocommerce .woocommerce-EditAccountForm .form-row {
    width: calc(50% - 10px);
    padding: 0px;
}
.woocommerce .register .form-row .show-password-input,
.woocommerce .woocommerce-EditAccountForm fieldset .form-row .show-password-input {
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}
.woocommerce .register .form-row .show-password-input::after,
.woocommerce .woocommerce-EditAccountForm fieldset .form-row .show-password-input::after {
    margin: 0px;
}
.woocommerce .woocommerce-password-strength {
    display: none !important;
}
.woocommerce .woocommerce-MyAccount-content .addresses {
    display: flex;
    column-gap: 15px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
    border: 1px solid #e4e4e4;
    padding: 15px;
}
.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content h3,
.woocommerce-page .woocommerce .woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-page .woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce-Address .woocommerce-Address-title.title h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.woocommerce-Address .woocommerce-Address-title.title .edit {
    color: #f79a00;
    text-decoration: underline;
    font-weight: 500;
    margin-left: 10px;
}
.woocommerce-Address address {
    font-style: normal;
}

.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
.checkout .select2-container--default .select2-selection--single,
.woocommerce-address-fields .select2-container--default .select2-selection--single{
    height: 50px;
}

.logged-in .woocommerce-notices-wrapper .woocommerce-message {
    justify-content: flex-end;
}
.logged-in .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
    flex: 0 0 auto;
}

/* order confirmation page */
.woocommerce-order-received .elementor-section.elementor-top-section {
    padding: 30px 0px;
}
.woocommerce-thankyou-order-received {
    text-align: center;
    width: 100%;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    background: #56a924;
    color: #ffffff;
    padding: 10px;
    margin: 0px;
    margin-bottom: 40px;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-details {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-details li {
    font-size: 14px;
    color: #000000;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-details li strong{
    font-size: 18px;
}
.woocommerce-page .woocommerce .woocommerce-customer-details address {
    font-size: 16px;
    font-weight: 600;
}
.woocommerce-page .woocommerce .woocommerce-customer-details address p {
    width: 100%;
    margin-top: 10px;
}
/* contact page */
.contact_page_section {
    max-width: 600px;
    margin: 0 auto;
}
.wpcf7-form p .wpcf7-form-control-wrap,
.wpcf7-form p {
    width: 100%;
}

/* pagination css */
.woocommerce nav.woocommerce-pagination{
    margin-top: 30px;
}
.woocommerce nav.woocommerce-pagination ul li {width: 40px;height: 40px;font-size: 18px;font-weight: 700;}
.woocommerce nav.woocommerce-pagination ul li>a,
.woocommerce nav.woocommerce-pagination ul li>span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

body .product_detail_form .qib-button-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 15px;
}

.product_detail_form  label.screen-reader-text , .single_variation_wrap  label.screen-reader-text{
    position: inherit !important;
    width: auto;
    height: auto;
    max-width: 100%;
    flex: 100%;
    clip-path: unset;
	 margin-bottom: 12px;
    font-weight: 700;
}

body .qib-button-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product_custom_shipping br {
    display: none;
}
.single-product .jdgm-row-stars .jdgm-write-rev-link {max-width: 100%;}