a:focus, .btn:focus {
	box-shadow: none;
}
button:focus {
	outline: none;
	box-shadow: none;
}
a:hover {
	text-decoration: none;
}


/*General Style*/
body, p , h1, h2, h3,h4{
	font-family: Poppins, san sans-serif;
}
p{
	font-size: 15px;
}
.page-title{
	font-size: 2.33333em;
    text-transform: none;
    letter-spacing: 0; 
	font-weight: 400;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
	margin-top: 30px;
}
.search-submit.btn, .search-field.form-control{
	border-radius: 0;
}
.search-submit.btn.btn-success{
	margin: -4px 0 0 -4px;
}
.green_style_btn_1 {
	background: #28a745;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    border: none;
}
.green_style_btn_1:hover {
	color: #fff;
}
/*Header*/
.header_strip_message{
	background-color: #eee;
	color: #000;
	padding: 3px 1rem;
	letter-spacing: 2px;
    text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}

/* Search Form */
#woocommerce_search.fancybox-content {
    padding: 15px 15px;
}
.woocommerce-product-search button {
    background: none;
    border: none;
    display: inline;
    width: 40px;
    height: 40px;
    padding: 0;
}
.woocommerce-product-search .search-field {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.woocommerce-product-search {
    width: calc(100% - 60px);
    display: inline-flex;
    align-items: center;
}
#woocommerce_search .woo_search_close {
    font-size: 21px;
    float: right;
    padding: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
	cursor: pointer;
}
#woocommerce_search .woo_search_close span {
    display: inline-block;
    margin: 0 auto;
}
.animated-modal {
  overflow: hidden;
  
  transform: translateY(-35vh);
  transition: all .7s;
}
.fancybox-slide--current .animated-modal {
  transform: translateY(-30vh);
  opacity: 1;
}

/*Menu bar*/
header#masthead.site-header{
	background-color: #fff;
	color: #333;
	box-shadow: none;
	border-bottom: 1px solid #ccc;
}
.header-menu{
	text-align: left;
	align-items: center;
    display: flex;
}
body:not(.theme-preset-active) #masthead .header-menu .navbar-nav > li.current_page_item > a{
	color:#333;
}
body:not(.theme-preset-active) #masthead .header-menu .navbar-nav > li > a{
	color: #666;
	font-size: 11px;
	font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#masthead .header-menu .navbar-nav>li a{
	font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
	padding: 5px 20px;
}
#masthead .header-menu .navbar-nav>li a:hover,#masthead .header-menu .navbar-nav>li a:focus{
	color: #08aa00;
}

.header-menu .navbar-nav{
	margin-left: 0;
	margin-right: auto;
}
.logo-wrapper {
	text-align: center;
	margin: auto;
}
.logo-wrapper img{
	padding: 0;
	max-height: 64px;
}

.header-currency{
	text-align: right;	
	align-items: center;
    display: flex;
}
.header-currency .header-right{
	margin-left: auto;
	margin-right: 0;
}
.cart-customlocation .icon{
	height: 16px;
    margin-right: 8px;
    margin-top: -5px;
	vertical-align: middle;
}
.cart-customlocation{
	border: 2px solid #000;
	padding: 8px;
	margin-bottom: 0;
	color: #000;
}
.cart-customlocation a {
	color: #000;
	font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Woocommerce Fpay */
body.page-two-column.woocommerce-account:not(.archive) #primary .entry-header, body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-header, body.page-two-column.woocommerce-checkout:not(.archive) #primary .entry-header {
	width: 100%;
}
body.page-two-column.woocommerce-account:not(.archive) #primary .entry-content, body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-content, body.page-two-column.woocommerce-checkout:not(.archive) #primary .entry-content {
	width: 100%;
}

.checkout-page {
    font-family: 'Roboto', 'Arial', sans-serif;
}
.checkout-header {
    background: #324eba;
    color: #fff;
    padding: 5px 30px 5px 10px;
    font-size: 1.2em;
	display: flex;
	align-items: center;
}
.checkout-header-inner {
    width: 50%;
}
.fpay-checkout-logo-left {
	text-align: left;
	display: inline-flex;
}
.fpay-checkout-logo-right {
	text-align: right;
	line-height: normal;
}
img.fpay-checkout-logo-img {
    max-width: 100px;
    margin-bottom: 0;
}
.checkout-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    border-radius: 20px;
	overflow:hidden;
}
.checkout-inner-wrap {
    display: inline-block;
    width: 100%;
    padding: 5%;
}
.checkout-title {
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 15px;
	padding: 0 10px;
    color: #555;
}
#checkout_label, .checkout-wrapper label {
    color: #555;
    font-weight: unset;
}
.checkout-wrapper .shop_table td, .checkout-wrapper .shop_table th {
    width: 50%;
	color: #555;
}
.checkout-wrapper .shop_table td.text-right, .checkout-wrapper .shop_table th.text-right {
    text-align: right;
}
.checkout-wrapper .shop_table thead tr {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.checkout-wrapper .shop_table tr {
    border-bottom: none;
}
.checkout-wrapper .shop_table thead tr:first-child td {
	font-weight: bold;
}
.checkout-wrapper .shop_table tr.order_total {
    font-weight: bold;
    border-bottom: solid 1px #ccc;
}
.checkout-wrapper .shop_table tr td {
    padding: 5px 10px;
	border-top: none;
}
.woocommerce .checkout-wrapper table.shop_table tbody th, .woocommerce .checkout-wrapper table.shop_table tfoot td, .woocommerce .checkout-wrapper table.shop_table tfoot th
.checkout-wrapper .entry-content p {
    font-weight: normal;
}
.checkout-wrapper #payment {
    color: #555;
    margin-top: 40px;
	background: #fff;
}
.checkout-wrapper .wc_payment_method .payment_box {
    padding: 15px 15px 10px 15px;
    text-align: right;
	position: relative;
}
.checkout-wrapper .wc_payment_method input.input-radio[name=payment_method]:checked+label::before {
	background: #49b45d;
}
.checkout-wrapper .wc_payment_method input.input-radio[name=payment_method]+label::before {
	border: 3px solid #fff;
    box-shadow: 0 0 0 1px #777;
}
.checkout-wrapper .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce a.button.fpay-btn {
    background: #49b45d;
    font-size: 1.1em !important;
    font-weight: unset;
    padding: 10px 20px;
    border-radius: 10px;
}
.checkout-wrapper .woocommerce #payment #place_order:hover, .woocommerce a.button.fpay-btn:hover {
	background: #324eba;
}
.woocommerce a.button.fpay-btn:hover {
	border:none;
}
.checkout-wrapper .payment_box:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #eee;
    content: '';
    position: absolute;
    left: 30px;
    top: -12px;
}
ul.order_details {
    list-style: none;
}
.woocommerce-order {
	padding: 0 10px;
}
.display-none {
	display: none !important;
}
.woocommerce table.shop_table thead th {
	border-bottom: none;
}
.pay_now_loading {
	margin: 5px;
}
.woocommerce-order.fpay-order table.woocommerce-table.woocommerce-table--order-details tfoot th {
	text-align:left;
}
/* Hide Billplz Image */
.payment_method_billplz img {
    display: none;
}

/*Homepage*/
/*slider*/
.slider-background{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	text-align: center;
	display: flex;
	height: 80vh;
	max-height: 650px;
	align-items: center;
}
.home-auto-slider {
	margin-bottom: 100px;
}
.item{
	text-align:center;
}
.slider-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
.slider-content p{
	font-size: 1.2em;
}
.owl-theme.home-auto-slider .owl-nav.disabled+.owl-dots{
	margin-top: -50px;
    z-index: 1;
    position: relative;
    margin-bottom: 50px;
}

/*About Page*/
.about-tag-mark{
	margin-top: 30px;
    margin-bottom: 27.5px;
	font-size: 1.33333em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	font-weight: 400;
}
.about-content img{
    margin: 15px auto;
}
.about-content{
	margin-bottom: 50px;
}
.careers-content{
    margin-bottom: 50px;
}
.careers-title{
	font-weight: 500;
	font-size: 1.5em;
	color: #1d1d1d;
}
.careers-point-title{
	font-weight: 500;
	font-size: 1.25em;
	color: #1d1d1d;
}

/* Shop */
.woocommerce span.onsale {
    min-height: unset;
    min-width: unset;
    padding: 5px 15px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    line-height: 21px;
    margin: 0;
    border-radius: 0;
    background-color: #babfe6;
    color: #fff;
    z-index: 9;
}
.woocommerce ul.products li.product .onsale  {
    top: unset;
    right: 0;
    left: auto;
    margin: 0;
    bottom: 0;
	z-index: 99;
}
.sale-perc {
    background: #00ba1d;
    display: inline-block;
    color: #fff;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
	z-index:99;
}
.loop_shop_now {
    background: #00ba1d;
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    font-size: 12px;
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(10px);
	z-index: 9999;
}
.woocommerce-loop-product__link:hover .loop_shop_now {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s ease;
}
h2.woocommerce-loop-product__title {
    font-weight: 400;
    color: #333;
    text-align: center;
}
.woocommerce .products .star-rating {
	color: #3d4246;
	display:inline-block;
	margin-bottom: 0;
}
.woocommerce .star-rating::before {
	color: #3d4246;
}
.rating-count {
    font-size: 13px;
    font-weight: 500;
    color: #3d4246;
	letter-spacing: 2px;
}
.woocommerce ul.products li.product .price {
    color: #00ba1d;
    font-weight: 600;
    font-size: 1.1em;
    text-align: center;
}
.woocommerce ul.products li.product .price del {
	opacity: 1;
	font-weight: 600;
	color: #333;
}
.woocommerce #content.site-content {
    padding-top: 0;
}
.sorting-wrapper {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    display: inline-block;
    padding: 15px 10px;
    margin-bottom: 25px;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	margin-bottom: 0;
	line-height: 24px;
}
.woocommerce-ordering select.orderby {
    background: none;
    border: none;
    display: inline-block;
    font-size: 15px;
}
.woocommerce-ordering .nice-select {
	height: unset;
	line-height: 24px;
}
/*Shop - Sale page*/
body.archive.woocommerce ul.products{
	padding: 0 15px;
}
/* Single Product */
.container-fluid.single-product{
	padding-top: 50px;
}
.product-section{
	padding-left: 30px;
}
.product-section img{
	margin-bottom: 8px;
	border: 2px solid #ccc;
}
.product-selected{
	padding: 0;
}
.single_thumbnail_list img {
	max-width: 200px;
}
.single_variation_wrap .price {
	display: none;
}
.summary {
	margin-top: 50px;
	padding-right: 30px;
}
.single_product_onsale{
    padding: 8px 12px;
    font-weight: 500;
    text-align: center;
    line-height: 21px;
    margin: 0 0 8px;
    border-radius: 0;
    background-color: #babfe6;
    color: #fff;
	display: inline-block;
}
.summary h1.product_title{
	font-size: 26px;
    font-family: Poppins;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
	margin-bottom: 10px;
    border-bottom: 3px solid #000;
    padding-bottom: 3px;
}
.woocommerce div.product .summary p.price{
	display: inline-block;
	text-decoration: none;
}
.woocommerce div.product .summary span.sale-perc_single{
	border: 2px solid #000000;
    padding: 2px 6px;
    color: #ffffff;
    background-color: #000000;
    font-size: 13px;
	margin-top: -4px;
	margin-left: 8px;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item{
	border-radius: 0;
	text-transform: uppercase;
	padding: 0 8px;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item span{
	font-size: 0.85em;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected{
	background-color: #000;
	color: #fff;
}
.single-product .reset_variations{
	display: none !important;
}
#remainingTime{
	text-align: right;
}
#remainingTime span {
    display: inline-block;
	padding: 15px 5px;
    text-align: center;
    color: #0dbd21;
    font-weight: 600;
    box-shadow: 0px 0px 6px rgba(0,169,31,.15);
    margin: 0 0 0 8px;
    width: 58px;
    font-size: 0.95em;
	border-radius: 3px;
} 
.summary.entry-summary>div.row{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;	
	padding-top: 25px;
	margin: 0 0 20px;
}
.summary.entry-summary>div.row>.col-sm-5, .summary.entry-summary>div.row>.col-sm-7{
	padding-left: 0;
	padding-right: 0;
}
.summary.entry-summary>div.row>.col-sm-7 > h4{
	color: #ff8e3b;
    text-transform: none;
    margin-top: 8px;
    font-size: 20px;
}
.woocommerce div.product .summary .cart{
	display: flex;
	margin-bottom: 15px;
}
table.variations .label{
	width: 20%;
}
.woocommerce div.product .summary .variations_form.cart{
	display: inline-block;
	width: 100%;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled{
	display: flex;
	width: 100%;
}
.woocommerce .quantity .qty{
	height: 3.631em;
	width: 3em;
	border: 1px solid #ddd;
}
.single-product .product-section .slick-arrow {
    border: none;
    background: #ccc;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

/* Checkout */
.woocommerce-shipping-totals.shipping td {
	text-align: right;
}
.woocommerce-input-wrapper {
	width: 100%;
}
/* Chrome, Safari, Edge, Opera */
.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-button.minus, .quantity-button.plus{
	padding: 8px;
    font-size: 25px;
}

/* Firefox */
.woocommerce .quantity input.qty[type=number] {
  -moz-appearance:textfield;
}
.woocommerce .summary .cart button.single_add_to_cart_button{
	font-size: 21px;
	background-color: #ff8e00;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	width: 85%;
	font-family: 'Poppins';
	border-radius: 2px;
	margin: 0 0 0 auto;
}
.woocommerce .summary .cart button.single_add_to_cart_button:hover{
	opacity: .9;
}
.quick_buy_container .wcqb_button.wcqb-preset.preset3{
	width: 100%;
	background-color: #0dbd21;
    color: #fff;
    padding: 0.58em 2em;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 2px;
	margin-bottom: 20px;
	display: block;
	font-weight: 400;
	font-family: 'Poppins';
	box-shadow: none;
}
.woocommerce div.product .summary .woocommerce-tabs ul.tabs li a{
	font-weight: 600;
	font-family: 'Poppins';
	text-transform: uppercase;	
	padding-bottom: 0;
}
.woocommerce div.product .summary .woocommerce-tabs ul.tabs{
	padding-left: 5px;
	border-bottom: 2px solid #000;
}
.woocommerce div.product .summary .woocommerce-tabs ul.tabs li{
	border: 0px;
	padding-left: 0;
}
.woocommerce div.product .summary .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .summary .woocommerce-tabs ul.tabs li::after{
	border-width: 0px;
}
.woocommerce div.product section.related.products{
	display: inline-block;
	padding: 15px;
	text-align: center;
	width: 100%;
}
/*Cart*/
.cart-checkout-btn-wrap{
	text-align: right;
}
.woocommerce a.button.checkout-button, .woocommerce .woocommerce-checkout-payment .place-order .button{
	border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 15px 30px;
	background-color: #0dbd21;
    color: #fff;
    font-family: Poppins;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s ease;
}
.woocommerce a.button.checkout-button:hover, .woocommerce .woocommerce-checkout-payment .place-order .button:hover{
	opacity: 0.85;
	background-color: #0dbd21;
	transition: all 0.2s ease;
}
.woocommerce table.shop_table{
	border-width: 1px 0 1px 0;
	border-radius: 0;
}
.woocommerce table.shop_table th{
	font-weight: 400;
    padding: 27.5px 0;
	font-size: inherit;
}
.woocommerce-cart table.cart td.product-thumbnail{
	padding: 20px 0;
	text-align: left !important;
	width: 15%;
	min-width: 120px;
}
.woocommerce-cart table.cart th.product-name,
.woocommerce-cart table.cart td.product-name{
	width: 30%;
	text-align: left!important;
}
.woocommerce table.cart th.product-price, 
.woocommerce-cart table.cart td.product-price{
	text-align: center!important;
	width: 20%;
}
.woocommerce table.cart th.product-quantity, 
.woocommerce-cart table.cart td.product-quantity{
	text-align: center!important;
	width: 15%;
}
.woocommerce table.cart th:last-child, 
.woocommerce table.cart td:last-child{
	text-align: right!important;
	width: 20%;
}

.woocommerce-cart table.cart td.product-name a{
	float: left;
	color: #3d4246;
	text-decoration: none;
}
.woocommerce-cart table.cart td.product-name a:hover{
	opacity: 0.9;
}
.woocommerce-cart table.cart td.product-name a.btn-primary{
	border: 1px solid #ededed;
	background-color: #fff;
	border-radius: 3px;
	color: #3d4246;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 5px 10px;
	margin-top: 5px;
}
.woocommerce-cart table.cart img{
	width: 95px;
}

.woocommerce .cart-collaterals .button{
	width: auto;
	border-radius: 0;
	font-size: 16px;
	letter-spacing: 0;
	padding: 15px 30px;
	font-family: Poppins;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 8px;
	text-align: center;
}
.cart-collaterals .button.cart_continue_shipping_button, .cart-collaterals .button.cart_update_button{
	border: 2px solid #ededed;
	background-color: transparent;
	transition: all 0.2s ease;
}
.cart-collaterals .button.cart_continue_shipping_button{
	margin-top: 15px;
}
.cart-collaterals .button.cart_continue_shipping_button:hover, .cart-collaterals .button.cart_update_button:hover{
	border: 2px solid #666;
	background-color: transparent;
	transition: all 0.2s ease;
}

/*Checkout*/
.checkout_section{
	margin: 30px auto;
}
.checkout_section .checkout div.row img.logo{
	width: 200px;
	padding: 15px;
	margin-bottom: 30px;
}
.checkout_section .woocommerce-billing-fields h3{
	text-align: center;
	background-color: #fff;
	position: relative;
}
.checkout_section .woocommerce-billing-fields h3:before{
	width: 30%;
	height: 1px;
	content:'';
	background-color: #000;
	position: absolute;
	transform: translatey(-50%);
	left: 0;
	top: 50%;
}
.checkout_section .woocommerce-billing-fields h3:after{
	width: 30%;
	height: 1px;
	content:'';
	background-color: #000;
	position: absolute;
	transform: translatey(-50%);
	right: 0;
	top: 50%;
}
h3.order_review_heading{
	text-align: center;
	background-color: #fff;
	position: relative;
}
h3#order_review_heading{
	text-align: center;
	background-color: #fff;
	position: relative;
}
h3#order_review_heading:before{
	width: 30%;
	height: 1px;
	content:'';
	background-color: #000;
	position: absolute;
	transform: translatey(-50%);
	left: 0;
	top: 50%;
}
h3#order_review_heading:after{
	width: 30%;
	height: 1px;
	content:'';
	background-color: #000;
	position: absolute;
	transform: translatey(-50%);
	right: 0;
	top: 50%;
}
p.return-to-cart{
	border-top: 1px solid #dee2e6;
	padding-top: 20px;
}
p.return-to-cart a{
	color: #0dbd21;
	text-decoration: none;
	transition: all 0.2s ease;
}
p.return-to-cart a:hover{
	transition: all 0.2s ease;
	opacity: 0.85;
}
ul.policy_list{
    list-style: none;
	padding: 0;
}
ul.policy_list li{
	padding: 10px 8px 10px 0;
	float: left;
}
ul.policy_list li a{
	padding:4px 8px;
	border: 2px solid #ededed;
	color: #888;
	font-size: 12px;
}
.woocommerce #order_review table.shop_table.woocommerce-checkout-review-order-table{
	border: 0;
}
.woocommerce-remove-coupon{
	color: #0dbd21;
}
.woocommerce-remove-coupon:hover{
	opacity: 0.85;
	color: #0dbd21;
}
.woocommerce .coupon{
	text-align: right;
}
.coupon .input-text, .select2-container--default .select2-selection--single{
	box-sizing: border-box;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 0;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce .coupon .button{
	background-color: #0dbd21;
	border-radius: 2px;
	color: #fff;
	text-transform: uppercase;
	transition: all .2s ease;
}
.woocommerce .coupon .button{
	background-color: #0dbd21;
	opacity: 0.85;
	transition: all .2s ease;
}
 .woocommerce .button.wc-backward {
	background-color: #0dbd21;
	border-radius: 2px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
    transition: all .2s ease;
 }
/*Order Received*/
.woocommerce-order .container .text-center a>img{
	width: 240px;
	padding: 15px;
	margin-bottom: 30px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
	color: #0dbd21;
	text-align: center;
	font-weight: 700;
	font-size: 1.25em;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
	display: inline-block;
	margin: 0 auto;
}
.woocommerce-order section.woocommerce-order-details{
	margin-top: 50px;
}
.woocommerce-order table.woocommerce-table.woocommerce-table--order-details tfoot tr:first-child th,
.woocommerce-order table.woocommerce-table.woocommerce-table--order-details tfoot tr:first-child td{
	border-top: 1px solid #ededed;
}
.woocommerce-order table.woocommerce-table.woocommerce-table--order-details tfoot th{
	text-align: right;
}
.woocommerce-order table.woocommerce-table.woocommerce-table--order-details tfoot th,
.woocommerce-order table.woocommerce-table.woocommerce-table--order-details tfoot td{
	border-width: 0;
}
.thankyou_wrapper {
    max-width: 800px;
    margin: 25px auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    padding: 30px 15px;
	width: 95%;
}
.thankyou_logo {
    max-height: 40px;
    margin-bottom: 15px;
}
.woocommerce ul.order_details li:last-of-type {
    margin-right: 0;
    padding-right: 0;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 10px 15px;
    background: #fefefe;
    border: dashed 1px #ccc;
	vertical-align:top;
}
.woocommerce-order-overview__email.email {
    background: #ecfff5;
    padding: 5px 0;
    border: dashed 1px #ccc;
	border-top: none;
}
.thankyou_payment_wrapper {
    font-style: italic;
    border-top: dashed 1px #ddd;
    margin-top: 40px;
    padding: 30px 15px;
}
.thankyou_payment_wrapper .wc-bacs-bank-details-heading {
    margin-bottom: 10px;
    padding-bottom: 0;
}
.thankyou_payment_wrapper .wc-bacs-bank-details-account-name {
    text-align: left;
    background: #ecfff5;
    padding: 5px 10px;
    border: dashed 1px #ccc;
	margin-bottom: 0;
}
.thankyou_payment_wrapper .wc-bacs-bank-details.order_details{
    padding: 10px 10px 8px 10px;
    background: #fefefe;
    border: dashed 1px #ccc;
    border-top: none;
	margin-bottom: 0;
}
.thankyou_wrapper .woocommerce-order-details__title, .thankyou_wrapper .woocommerce-customer-details .woocommerce-column__title {
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: left;
    border-bottom: solid 2px #000;
    padding-bottom: 0;
}
.thankyou_orders_details_wrapper  {
	padding: 0 15px;
}
.woocommerce .thankyou_orders_details_wrapper table.shop_table th {
	padding: 10px 15px;
	font-weight: 600;
}
.woocommerce .thankyou_orders_details_wrapper table.shop_table {
	border: none;
}
.woocommerce-table__product-name.product-name a {
    color: #333;
}
.woocommerce-table__product-name.product-name .wc-item-meta {
	padding-left: 0;
}
.woocommerce a.button.cart_continue_shipping_button {
    background: #0dbd21;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
}
.thankyou_continue {
    padding-top: 20px;
    border-top: dashed 1px #ddd;
}
/* Recent View */
.wc_recent_viewed {
    max-width: 1920px;
}
.wc_recent_viewed .woocommerce ul.cart_list li img, .wc_recent_viewed .woocommerce ul.product_list_widget li img {
	float: none;
	width: 100%;
	margin: 0;
}
.wc_recent_viewed .woocommerce ul.cart_list, .wc_recent_viewed .woocommerce ul.product_list_widget {
	display: flex;
}
.wc_recent_viewed .woocommerce ul.cart_list li, .wc_recent_viewed .woocommerce ul.product_list_widget li {
	display: inline-block;
	width: 25%;
	padding: 0 15px;
}
.wc_recent_viewed .woocommerce span.onsale {
	top: unset;
	left:unset;
	right: 0;
	bottom: 0;
}
.wc_recent_viewed h3.widget-title {
    font-size: 1.4em;
    font-weight: 600;
    border-bottom: solid 3px;
}
.recent_title-wrapper {
    padding: 0 15px;
}
.wc_recent_viewed h2.woocommerce-loop-product__title {
	font-size: 16px;
	margin-bottom: 10px;
}
.wc_recent_viewed .woocommerce_loop_image_wrapper  {
	margin-bottom: 1em;
}
.wc_recent_viewed .woocommerce .price {
	color: #00ba1d;
    font-weight: 600;
    font-size: 1.2em;
}
.wc_recent_viewed .woocommerce .price del {
    color: #333;
}
/*My Account*/
body.woocommerce-account article.type-page.status-publish.hentry .woocommerce{
	width: 50%;
	margin: auto;
	text-align: center;
}
body.logged-in.woocommerce-account article.type-page.status-publish.hentry .woocommerce{
	width: 100%;
}
body.woocommerce-account .woocommerce form.login{
	box-shadow: 0px 0px 6px rgba(0,169,31,.15);
	border: 1px solid rgba(0,169,31,.5);
	border-radius: 15px;
}
.woocommerce form.login .form-row span.password-input{
	width: 100%;
}
.woocommerce .woocommerce-form-login button.woocommerce-form-login__submit{
	margin-left: auto;
	margin-right: 0;
	background-color: #0dbd21;
	border-radius: 2px;
	color: #fff;
	text-transform: uppercase;
	transition: all .2s ease;
}
.woocommerce .woocommerce-form-login button.woocommerce-form-login__submit:hover{
	opacity: .85;
	background-color: #0dbd21;
	transition: all .2s ease;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0;
    text-align: left;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
	background: #2d2d2d;
	margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul li.is-active {
	background: #28a745;
}
.woocommerce-MyAccount-content {
	background: #f8f8f8;
	padding: 15px;
	text-align: left;
}
.wc_myaccount_tab_title, .woocommerce-MyAccount-content .woocommerce-order-details__title, .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
    border-bottom: solid 2px;
    padding-bottom: 0;
}
.woocommerce-MyAccount-content a {
    color: #28a745;
    font-weight: 600;
}
.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table {
	border-width: 0 0 1px 0;
}
.woocommerce table.shop_table th {
	font-weight: 600;
	padding: 10px;
}
.woocommerce .woocommerce-MyAccount-content table.my_account_orders .button, .woocommerce .woocommerce-MyAccount-content button.button, .woocommerce-MyAccount-content .woocommerce-Button.btn.btn-primary {
	background: #28a745;
	color: #fff;
	font-weight: 600;
	border:none;
}
section.woocommerce-customer-details address {
    background: #fff;
}
.woocommerce-order-overview.woocommerce-myaccount-order-details.order_details {
    padding: 15px 0;
    margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-content form .form-row label {
	text-transform: uppercase;
	margin-bottom: 0;
}
.my_ac_change_pw {
    border: solid 1px #999;
    padding: 15px;
}
/*Footer*/
div#footer-widget{
	background-color: #fff;
	padding-top: 25px;
	border-top: 1px solid #000;
	color: #000;
}
body:not(.theme-preset-active) footer#colophon{
	background-color: #fff;
	color: #000;
}
h3.widget-title{
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}
#footer-widget #search-3{
	text-transform: uppercase;
}
.textwidget a {
	color: #000;
	text-decoration: none;
}
.textwidget a:hover, .textwidget a:focus {
	color: #333;
	text-decoration: none;
}
@media screen and (min-width: 576px) {
	/* Single Product */
	.product_single_gallery {
		border: solid 2px #ccc;
		text-align: center;
		display: flex;
		align-items: center;
		padding: 15px 20px;
		margin-bottom: 15px;
	}
	.product_single_gallery.active {
		border-color: #000;
	}
	.woocommerce div.product div.images .product_single_gallery img {
		max-width: 110px;
		margin: 0 auto;
		border:none;
	}
}
@media screen and (min-width: 1200px) {
	.mobile-menu-wrapper {
		display: none !important;
	}
}
@media screen and (max-width: 1199px) {
	header#masthead.site-header.open-menu{
		position: fixed;
		top: 24px;
		width: 100%;
		left: 0;
		z-index: 9999;
		top: 0;
		height: 100%;
	}
	.navbar .fa-times{
		font-size: 21px;
	}
	header#masthead.site-header .mobile-menu-wrapper {
		z-index: 999;
		background: #fff;
		width: 100%;
		height: 100%;
		background-color: #fff;
		/*transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);*/
		overflow: auto;
		border-top: 1px solid #ededed;
		padding-top: 15px;
	}	
	.mobile-menu-wrapper .woocommerce-product-search{
		width: calc(100% - 30px);
		border: 1px solid #666;
		border-radius: 2px;
		padding-left: 8px;
		font-size: 16px;
		display: flex;
		margin: 0 auto;
	}
	.mobile-menu-wrapper ul.navbar-nav{
		margin-top: 15px;
	}
	.mobile-menu-wrapper ul.navbar-nav>li{
		border-width: 1px 0;
		border-style: solid;
		border-color: #ededed;
		padding: 8px 15px;
	}
	body:not(.theme-preset-active) #masthead .mobile-menu-wrapper .navbar-nav > li > a{
		font-family: "Poppins", "HelveticaNeue", "Helvetica Neue", sans-serif;
		font-weight: bold;
		letter-spacing: 2px;
		font-weight: bold;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-size: 15px;
		color: #333;
	}
	.mobile-menu-wrapper ul.navbar-nav>li ul.sub-menu{
		padding-left: 30px;
	}
	.mobile-menu-wrapper ul.navbar-nav>li ul.sub-menu li a{
		font-size: 14px;
		color: #444;
	}
	#mobile-nav .sub-menu {
		display:none;
	}
	#mobile-nav .menu-item-has-children > a::after {
		display: inline-block;
		margin-left: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
	}
	#menu-hamburger.open-menu > .navbar-toggler-icon {
		display:none;
	}
	#menu-hamburger > i {
		display: none;
	}
	#menu-hamburger.open-menu > i {
		display: block;
	}
	
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
		color: #00ba1d;
	}
}
@media screen and (max-width: 767px) {
	.wc_recent_viewed .woocommerce ul.cart_list, .wc_recent_viewed .woocommerce ul.product_list_widget {
		display: table;
	}
	.wc_recent_viewed .woocommerce ul.cart_list li, .wc_recent_viewed .woocommerce ul.product_list_widget li {
		display: inline-flex;
		width: 50%;
		padding: 0 15px;
		margin-bottom: 15px;
	}
	.wc_recent_viewed h2.woocommerce-loop-product__title {
		font-size: 1.1em;
	}
}
@media only screen and (max-width: 660px){
	/*header*/
	.col-4.header-currency, .col-4.header-menu, .col-4.logo-wrapper{
		padding: 0;
	}
	.cart-customlocation .icon{
		float: left;
		margin-top: -2px;
	}
	.cart-customlocation a{
		float: left;
	}
	/*Menu  Nav */ 
	
	.header_strip_message{
		letter-spacing: unset;
		font-weight: normal;
	}
	.slider-background{
		height: 500px;
	}
	/*Home*/
	.slider-content h1{
		font-size: 28px !important;
	}
	.home-auto-slider{
		margin-bottom: 0;
	}
	#content.site-content{
		padding-top: 0;
	}
	/*Single Product*/
	.container-fluid.single-product {
		padding-top: 30px;
	}
	.summary {
		margin-top: 50px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.product-section{
		padding: 0 15px;
	}
	.product-selected{
		padding: 0 15px 0 0;
	}
	.summary h1.product_title{
		margin-bottom: 25px;
		font-size: 20px;
	}
	.woocommerce div.product .summary .woocommerce-tabs ul.tabs li a{
		font-size: 18px;
	}
	.related.products h2{
		margin-bottom: 0;
		padding-top: 8px;
	}
	.related.products>div>div.row>.col-12{
		padding: 0;
	}
	.single-product .product-section .slick-arrow {
		border: none;
		background: #ccc;
		border-radius: 50%;
		width: 23px;
		height: 23px;
		line-height: 22px;
	}
	/*CART*/
	.cart-title-wrap{
		text-align: center;
	}
	.cart-title-wrap h2{
		margin-bottom: 0;
	}
	.woocommerce-cart-form{
		margin-top: 15px;
	}
	.cart-checkout-btn-wrap{
		text-align: center;
	}
	.woocommerce a.button.checkout-button{
		width: 100%;
	}
	.woocommerce table.shop_table.cart th{
		display: none;
	}
	.woocommerce-page table.shop_table.cart td.product-thumbnail{
		min-width: 50px;
	}
	.woocommerce table.shop_table_responsive.cart tr td::before, .woocommerce-page table.shop_table_responsive.cart tr td::before{
		content:'';
	}
	.woocommerce table.shop_table_responsive.cart tr td, .woocommerce-page table.shop_table_responsive.cart tr td,
	.woocommerce table.shop_table.cart tr td{
		width: auto !important; 
		display: table-cell !important;
		padding: 8px;
	}
	.woocommerce table.shop_table.cart tr td.product-price{
		display: none !important;
	}
	.woocommerce .cart_totals h2{
		display: none;
	}
	.woocommerce .cart_totals table.shop_table{
		width: 100%;
		margin-left: auto;
		margin-right: 0;
		border: 0;
	}
	.woocommerce .cart_totals table.shop_table tr th, .woocommerce .cart_totals table.shop_table tr td{
		text-align: right;		
		font-size: 15px;
		border: 0;
	}
	.woocommerce .cart_totals table.shop_table tr.order-total td{
		color: #08aa00;
	}
	.woocommerce .cart_totals table.shop_table tr td::before, 
	.woocommerce-page .cart_totals table.shop_table tr td::before{
		content: attr(data-title);
		font-weight: 500;
		float: none;
		font-size: 1.13333em;
		text-transform: uppercase;
		margin-right: 12px;
		color: #000;
	}
	.woocommerce .cart_totals table.shop_table tr:nth-child(even) td{
		background-color: transparent;
	}
	.woocommerce .cart_totals table.shop_table tr.shipping-note td::before{content: "";}
	.woocommerce .cart_totals table.shop_table tr.shipping-note td{
		font-style: italic;
		font-size: 1.1em;
	}
	.woocommerce .cart-collaterals .button{
		width: 100%;
	}
	.cart-collaterals .button.cart_update_button.d-inline-block{display: none!important;}
	.wc-proceed-to-checkout.d-inline-block{width: 100%;}
	.cart_bottom_text, .cart_bottom_method{text-align: center;}
	.cart_bottom_method p{
		margin-bottom: 0;
		margin-top: 12px;
	}
	
	.checkout_section .woocommerce-billing-fields h3:before,.checkout_section .woocommerce-billing-fields h3:after{
		width: 22%;
	}
	.coupon .input-text, .select2-container--default .select2-selection--single{
		padding:0;
	}
	.cart_item .product-name img{
		max-width: 120px;
	}
		/*Footer*/
	div#footer-widget{
		text-align: center;
	}
	img.fpay-checkout-logo-img {
		max-width: 100px;
		margin-bottom: 0;
		width: 100%;
		height: auto;
	}
	.fpay-checkout-logo-left {
		display: inline-block;
	}
	.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	/* Thankyou Page */
	.woocommerce .order-overview_wrapper ul.order_details li {
		width: 47%;
		margin-right: 0;
		padding-right: 0;
	}
	.woocommerce .order-overview_wrapper ul.order_details li:nth-child(even) {
		border-right: none;
	}
	.woocommerce-order section.woocommerce-order-details {
		margin-top: 20px;
	}
}