/**
*	Theme Name: Maximal Muscle
*	Theme URI:
*	Author: Ktech Solutions
*	Author URI: http://ktechsol.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  maximal_muscle_theme
**/

a,
a:hover {
    text-decoration: none !important;
}

p {
    margin: 0 0 20px;
}

img {
    height: auto;
    max-width: 100%
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}

input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}

.searchform {
	position: relative
}

.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}

.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}

.not-found {
	/* margin: 100px 0; */
}

.not-found .banner::after {
    display: none;
}

/* Navbar */
.nav-bar {
    /* float: right;
	width: 67%; */
}

.main-navigation {
	clear: both;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
    margin: 0 20px 0 0;
	position: relative;
}

.nav-menu li:last-child {
    margin: 0;
}

.nav-menu li a {
	color: #f8f8f8;
	display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	font-size: 12px;
	line-height: 1;
    letter-spacing: 0.52px;
	padding: 30px 0;
	text-decoration: none;
    text-transform: uppercase;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	/* background-color: #220e10; */
	color: #116fe9;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #e35a28;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

ul.sub-menu li {
    margin: 0px
}

ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
}

ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	/* color: #116fe9; */
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.nopd {
    padding: 0 !Important
}

.fw-container-fluid.nopd .fw-row {
    margin: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}

.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}

.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}

.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}
.background-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}
.blogdetail {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
body {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}
a.grdbtn,
.accountIcon a {
    position:relative;
    display:inline-block;
    text-align: center;
    padding: 0 15px;
    z-index: 1;
    transition: all .5s ease;
}
a.grdbtn::after,
.accountIcon a::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(to right, #09bbfe, #5a42ec);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
     mask-composite: exclude;
     transition: all .5s ease;
}
a.grdbtn:hover::after,
.accountIcon a:hover::after {
    -webkit-mask: none;
}
.content h1 {
    font-weight: 200;
    font-size: 64px;
    line-height: 78px;
    color: #ffffff;
    text-transform: uppercase;
}
.content h1 strong,
.content h1 span {
    font-weight: 700;
    display: block;
}
.content h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    color: #2b2c2d;
    text-transform: uppercase;
}
.content h2::after {
    content: '';
    display: block;
    background-image: url('images/cross-lines.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 170px;
    height: 14px;
    margin: 24px auto;
}
.content h4 {
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    min-width: 160px;
    height: 32px;
    line-height: 32px;
    background: linear-gradient(to right, #2c9cff, #09ceff);
    border-radius: 30px;
    margin-bottom: 27px;
    padding: 0 15px;
}
.content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.36px;
    color: #2b2c2d;
    max-width: 70%;
    margin: 0 auto;
}

.woocommerce div.product div.images {
    width: 38%;
}
.woocommerce div.product div.summary {
    width: 55%;
}
.woocommerce div.product div.images img {
    width: auto;
    height: auto;
    margin: 0 auto;
}
.woocommerce div.product .product_title,
.sngProduct h2 {
    font-size: 40px;
    font-weight: 700;
    color: #272727;
}
.woocommerce-product-details__short-description ul {
    padding-left: 20px;
}
.woocommerce .quantity {
    position: relative;
    background: linear-gradient(to right, #015eea, #00c0fa);
    border-radius: 30px;
    text-align: center;
}
.woocommerce .quantity .qty {
    font-weight: 600;
    font-size: 16px;
    height: 42px;
    margin-top: 3px;
    border: none;
    outline: none !important;
    border-radius: 5px;
    background: transparent;
    -moz-appearance: textfield;
    color: #ffffff;
    width: 140px;
    position: relative;
    top: -1px;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
    border-style: none;
    background-color: transparent;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    padding: 0 3px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.woocommerce .quantity .minus {
    left: 15px;
    top: 47%;
    transform: translateY(-50%);
}
.woocommerce .quantity .plus {
    right: 15px;
    top: 52%;
    transform: translateY(-50%);
}
.woocommerce div.product form.cart .button {
    position:relative;
    display:inline-block;
    text-align: center;
    color: #272727 !important;
    padding: 0 15px;
    z-index: 1;
    background: none;
    min-width: auto;
    height: 45px;
    line-height: 45px;
    margin-left: 10px;
    transition: all .5s ease;
}
.woocommerce div.product form.cart .button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(to right, #09bbfe, #5a42ec);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
     mask-composite: exclude;
     transition: all .5s ease;
}
.woocommerce div.product form.cart .button:hover {
    color: #ffffff !important;
}
.woocommerce div.product form.cart .button:hover::before {
    -webkit-mask: none;
}
.product_meta span {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}
.product_meta span.sku {
    display: inline-block;
}
.product_meta span a {
    font-weight: 500;
    color: #0090f2;
    border-bottom: 1px solid #0090f2;
    transition: all .5s ease;
}
.product_meta span a:hover {
    color: #212529;
    border-color: #212529;
}

/* Header */
.site-header {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-top: 43px;
}
.siteInfo ul {
    padding-left: 25px;
    margin-top: -4px;
    margin-bottom: 0;
}
.siteInfo ul li {
    display: inline-block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #b8b8b8;
    padding-left: 27px;
}
.siteInfo ul li:first-child {
    padding-right: 84px;
}
.siteInfo ul li:nth-child(2) {
    padding-right: 57px;
}
.siteInfo ul li span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.4px;;
    color: #ffffff;
    margin-bottom: -2px;
}
.siteInfo ul li::before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 3px;
    left: 0;
}
.siteInfo ul li:first-child::before {
    background-image: url('images/location-icon.png');
    width: 12px;
    height: 17px;
}
.siteInfo ul li:nth-child(2)::before {
    background-image: url('images/time-icon.png');
    width: 16px;
    height: 16px;
}
.siteInfo ul li:last-child::before {
    background-image: url('images/phone-icon.png');
    width: 15px;
    height: 15px;
}
.site-logo img {
	height: 90px;
    margin-top: -13px;
}
.navigationBar .langCart {
    text-align: right;
}
.navigationBar .lang, .navigationBar .cart {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 9px;
}
.navigationBar {
    background-color: rgba(0, 0, 0, 30%);
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.navigationBar a.logo {
    display: none;
}
.navigationBar .trp-language-switcher > div {
    background-color: transparent;
    border: none;
    padding: 3px 50px 3px 5px;
    width: 80px !important;
    cursor: pointer;
}
.navigationBar .trp-language-switcher > div > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #ffffff;
    margin-top: 3px;
}
.navigationBar .trp-language-switcher > div > a:hover {
    background: none;
}
.trp-language-switcher > div > a > img {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    right: 20px;
}
.navigationBar .cart a.grdbtn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.72px;
    color: #ffffff;
    text-transform: uppercase;
    min-width: 148px;
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    overflow: hidden;
}
.navigationBar .cart a.grdbtn::before {
    content: '';
    display: inline-block;
    background-image: url('images/basket-icon.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 13px;
    margin-right: 9px;
    position: relative;
    top: 2px;
}
.cartCount {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 24px;
    background: linear-gradient(to right, #09bbfe, #5a42ec);
    color: #ffffff !important;
    text-align: center;
    border-radius: 100%;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 1;
}
.miniCartWrap {
    border: 2px solid #015eea;
    background-color: #ffffff;
    text-align: left;
    width: 370px;
    max-height: 561px;
    overflow: auto;
    position: absolute;
    right: 30px;
    top: 60px;
    z-index: 999;
    transform: translateX(-100px);
    border-radius: 5px;
    padding: 24px 20px 15px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}
.navigationBar .viewMiniCart:hover + .miniCartWrap {
    transform: translateX(0);
    opacity: 100%;
    visibility: visible;
}
.miniCartWrap:hover {
    transform: translateX(0);
    opacity: 100%;
    visibility: visible;
}
.miniCartWrap span.closeIcon {
    display: none;
}
.woocommerce .miniCart ul.cart_list li,
.woocommerce .miniCart ul.product_list_widget li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 5px 0 29px;
}
.miniCart .row {
    margin-left: -5px;
    margin-right: -5px;
}
.miniCart .miniCol {
    padding-left: 5px;
    padding-right: 5px;
}
.miniCart p.countTitle {
    font-size: 14px;
    margin-bottom: 10px;
}
.miniCart span#mini_amount {
    font-size: 14px;
    color: #f00;
}
.woocommerce .miniCart ul.cart_list li a,
.woocommerce .miniCart ul.product_list_widget li a {
    margin-left: auto;
}
.woocommerce .miniCart ul.cart_list li img,
.woocommerce .miniCart ul.product_list_widget li img {
    float: none;
    margin-left: 0;
    width: auto;
}
.miniCart .miniCol h4 a {
    font-size: 16px;
    color: #2b2c2d;
}
.woocommerce .miniCol .quantity {
    width: 120px;
    margin-top: 12px;
}
.woocommerce .miniCol .quantity .qty {
    height: 34px;
    width: 80px;
}
.miniCart .woocommerce-mini-cart__total span {
    font-weight: 700;
}
.woocommerce .miniCart a.button,
.woocommerce .miniCart a.button.alt.disabled {
    font-size: 12px;
    padding: 0 20px !important;
    height: 35px;
    line-height: 35px;
}
.accountIcon {
    display: inline-block;
}
.accountIcon ul {
    padding-left: 0;
    margin-bottom: 0;
}
.accountIcon ul li {
    display: inline-block;
}
.accountIcon a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.72px;
    color: #ffffff !important;
    text-transform: uppercase;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    overflow: hidden;
    transition: all .5s ease;
}
.accountIcon span {
    font-size: 0;
    padding-left: 5px;
    position: absolute;
    right: -100px;
    transition: all .5s ease;
}
.accountIcon a:hover span {
    font-size: 12px;
    position: relative;
    right: 0;;
}
.fixed-header {
    z-index: 999;
}
.fixed-header .navigationBar {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    background-color: #000000;
    transition: all .5s ease;
}
.fixed-header .navigationBar a.logo {
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 15px;
    z-index: 2;
}
.fixed-header .navigationBar a.logo img {
	height: 50px;
}

/* Footer */
.site-footer {
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #00c0fa, #015eea);
    border-image-slice: 1;
}
.callAction {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 180px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    display: table;
    box-shadow: 0 0 16px 5px rgb(0 0 0 / 15%);
}
.callAction::after {
    content: '';
    display: block;
    background-image: url('images/hot-overlay.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 92%;
}
.callAction .wrapper {
    display: table-cell;
    vertical-align: middle;
}
.callAction h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    min-width: 79px;
    height: 33px;
    line-height: 33px;
    background: linear-gradient(to right, #09cdff, #2b9eff);
    border-radius: 30px;
    margin-bottom: 0;
    padding: 0 15px;
}
.callAction h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 25px;
    line-height: 60px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin: 0 35px 0;
}
.callAction h2 span {
    font-weight: 700;
}
.callAction a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(to right, #015fea, #00bdfa);
    border-radius: 30px;
    border: 1px solid #ffffff;
    padding: 0 15px;
    min-width: 200px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    transition: all .5s ease;
}
.callAction a:hover {
    background: linear-gradient(to right, #00bdfa, #015fea);
    color: #ffffff;
}
.copyright {
    background-color: #2d323e;
    padding: 27px 0 21px;
}
.copyright p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #898d99;
    margin-bottom: 0;
}
.copyright p span {
    font-weight: 700;
    color: #ffffff;
}
.social ul {
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
}
.social ul li {
    display: inline-block;
    padding-right: 20px;
}
.social ul li:last-child {
    padding-right: 0;
}
.social ul li i {
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    transition: all .5s ease;
}
.social ul li i:hover {
    color: #116fe9;
}

/* Home Page */
.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 20%;
    width: 100%;
    min-height: 870px;
    position: relative;
}
.banner::after {
    content: '';
    display: block;
    background-image: url('images/banner-layer.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 274px;
    position: absolute;
    bottom: 0;
}
.banner .content {
    padding-top: 262px;
}
.banner .content h1::after {
    content: '';
    display: block;
    background: linear-gradient(to right, #1459d9, #13b3e8);
    width: 80%;
    height: 10px;
    margin: 15px 0 16px;
}
.banner .content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #dfe0e1;
    max-width: 100%;
    margin-bottom: 16px;
}
.banner .content a.added_to_cart {
    display: none;
}
.banner .content a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    min-width: 196px;
    height: 47px;
    line-height: 47px;
    top: -11px;
    margin-top: 20px;
    padding: 0 20px;
}
.banner .content a::before {
    content: '';
    display: inline-block;
    background-image: url('images/basket-icon1.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 19px;
    height: 17px;
    margin-right: 13px;
    position: relative;
    top: 2px;
}
.banner .content a img,
.banner .content a i {
    display: none;
}
.banner .content a.loading img {
    display: inline-block;
    margin-left: 5px;
	margin-top: -2px;
}
.banner .content a.added i {
    display: inline-block;
    margin-left: 5px;
}
.banner .content h5 {
    display: inline-block;
    font-weight: 500;
    font-size: 36px;
    line-height: 64px;
    color: #0accff;
    margin-left: 23px;
    margin-bottom: 0;
}
.banner .content h5 del {
    font-weight: 400;
    font-size: 18px;
    line-height: 64px;
    color: #c4c4c4;
}
.banner .img {
    position: absolute;
    bottom: 0;
    right: 27px;
    z-index: 1;
}

/* Popular Blends */
.popularBlends {
    padding: 2px 0 100px;
}
.popularBlends .row {
    padding-top: 57px;
}
.popularBlends .repeatDiv {
    margin-bottom: 50px;
}
.popularBlends .contentBlends {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px 2px rgb(0 0 0 / 12%);
    min-height: calc(100% - 50px);
    margin-bottom: 50px;
    z-index: 1;
    transition: all .5s ease;
}
.popularBlends .contentBlends .contentOverlay {
    background: linear-gradient(to top, #015eea, #00c0fa);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.popularBlends .contentBlends:hover .contentOverlay {
    opacity: 92%;
}
.popularBlends .contentBlends:hover,
.popularBlends .contentBlends:hover + .addCartBtn  {
    box-shadow: none;
}
.popularBlends .imgThumb {
    height: 370px;
    background-color: #f3f3f3;
    position: relative;
    overflow: hidden;
}
.popularBlends .imgThumb img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.titlePrice {
    background-color: #ffffff;
    padding: 29px 15px 25px;
    text-align: center;
}
.titlePrice h3 {
    font-weight: 700;
    font-size: 18px;
    color: #272727;
    margin-bottom: 0;
}
.price {
    font-weight: 700;
    font-size: 15px !important;
    color: #2c9cff !important;
}
.price del {
    font-weight: 400;
    font-size: 15px;
    color: #c4c4c4;
    margin-right: 3px;
}
.price ins {
    font-weight: 700;
    font-size: 15px;
    color: #2c9cff;
    text-decoration: none;
}
.productDetail {
    margin-bottom: 32px;
}
.productDetail h4 {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 0;
}
.productDetail span.price del,
.productDetail span.price ins,
.productDetail span.price {
    color: #ffffff !important;
}
.shortDesc::before {
    content: '';
    display: block;
    background: #27abf2;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
}
.shortDesc::after {
    content: '';
    display: block;
    background: #2d8af0;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
}
.shortDesc ul,
.woocommerce .products .shortDesc ul {
    text-align: left;
    padding: 36px 15px 36px 48px;
    margin-bottom: 0;
    margin: auto;
}
.shortDesc li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #ffffff;
    list-style: none;
    position: relative;
    padding-left: 38px;
}
.shortDesc li::before {
    content: '';
    display: inline-block;
    background: url('images/check-icon.png') no-repeat;
    background-size: cover;
    width: 13px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 10px;
}
.productIcon ul {
    padding-left: 0;
    margin-bottom: 0;
    background-color: #ffffff;
    border-radius: 30px;
    max-width: 155px;
    height: 54px;
    line-height: 54px;
    margin: 34px auto 0 !important;
}
.productIcon ul li {
    display: inline-block;
    position: relative;
    padding-right: 24px;
}
.productIcon ul li:last-child {
    padding-right: 0;
    padding-left: 22px;
}
.productIcon ul li::after {
    content: '';
    display: inline-block;
    background-color: #eaeaea;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.productIcon ul li img {
    cursor: pointer;
}
.addCartBtn {
    box-shadow: 0 0 20px 2px rgb(0 0 0 / 12%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 15px;
    transition: all .5s ease;
}
.addCartBtn a {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    background: linear-gradient(to right, #015eea, #00c0fa);
    border: none;
    border-radius: 0;
    min-width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    cursor: pointer;
    transition: all .5s ease;
}
.addCartBtn a:hover {
    background: linear-gradient(to left, #015eea, #00c0fa);
    color: #ffffff;
}
.productIcon a.add_to_cart_button img.loadingIcon,
.productIcon a.add_to_cart_button.loading img.cartIcon,
.addCartBtn a.add_to_cart_button img.loadingIcon,
.addCartBtn a.add_to_cart_button.loading img.cartIcon,
.addCartBtn a.added_to_cart,
.productIcon ul li:last-child::after,
.productIcon a.added_to_cart,
.blendsModel .woocommerce-tabs,
.blendsModel .woocommerce-product-details__short-description,
.blendsModel .related,
.popularBlends .repeatDiv,
.sngProduct .woocommerce-tabs {
    display: none;
}
.productIcon a.add_to_cart_button.loading img.loadingIcon,
.addCartBtn a.add_to_cart_button.loading img.loadingIcon {
    display: inline-block;
}
.blendsModel .close-popup {
    text-align: right;
    padding-right: 15px;
    padding-top: 10px;
}
.blendsModel .close-popup svg {
    cursor: pointer;
}
.blendsModel .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 45%;
    margin: 0 auto;
    pointer-events:none;
}
.blendsModel .vertical-align {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.blendsModel .modal-content {
    border-radius: 20px;
}
.blendsModel .woocommerce-product-gallery {
    opacity: 1 !important;
}
.blendsModel .woocommerce div.product form.cart {
    margin-bottom: 1.5em;
    margin-top: 1em;
}
.loadMore {
    text-align: center;
    width: 100%;
    margin-top: 5px;
    position: relative;
    z-index: 1;
    margin: 58px 0;
}
.loadMore a::after {
    content: url('images/loader-icon-shadow.png');
    display: block;
    width: 130px;
    height: 130px;
    position: absolute;
    top: -52px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.loadMore a.loading img {
    animation-name: spin;
    animation-delay: 0;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}

.videoReviews .rectangle {
    background: linear-gradient(to right, #015eea, #00c0fa);
    box-shadow: 0 0 30px 6px rgb(0 0 0 / 12%);
    margin-bottom: 20px;
    width: 100%;
    height: 240px;
    padding-left: 70px;
    padding-right: 33px;
}
.videoReviews h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
    margin-top: 75px;
    max-width: 80%;
}
.videoReviews h3 span {
    font-weight: 300;
}
.videoReviews h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #f5bfff;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #33a0f3, #33ccfb);
    border-image-slice: 1;
    padding-left: 13px;
    padding-bottom: 26px;
    margin-bottom: 23px;
}
.videoReviews h5 span,
.videoReviews h5 span a {
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    pointer-events: none;
}
.videoReviews p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    max-width: 90%;
}
.videoReviews .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.videoReviews .slick-list {
    top: -42px;
}
.videoReviews .slick-dots {
    bottom: unset;
    top: 40px;
    right: 0;
    width: unset;
}
.videoReviews .slick-dots li {
    width: 0;
    height: 0;
    margin-right: 25px;
}
.videoReviews .slick-dots li:last-child {
    margin-right: 21px;
}
.videoReviews .slick-dots li button::before {
    content: none !important;
}
.videoReviews .slick-dots li button {
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 100%;
}
.videoReviews .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    border: 1px solid #ebbfff;
    background: transparent;
}

.bestSeller {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 130px 0 125px;
    padding: 70px 0 64px;
}
.bestSeller::after {
    content: '';
    display: block;
    background: url('images/bestseller-overlay.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 92%;
    z-index: -1;
}
.bestSeller .content h2 {
    color: #ffffff;
}
.bestSeller .content h2::after {
    background-image: url('images/cross-black-lines.png');
}
.bestSelling {
    padding-top: 33px;
}
.bestSelling .box {
    background-color: #ffffff;
    border-radius: 5px;
    min-height: 570px;
    padding: 25px 26px 15px 30px;
    position: relative;
}
.titleTag h3 {
    font-weight: 700;
    font-size: 21px;
    color: #272727;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.titleTag span a {
    font-weight: 400;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    background: linear-gradient(to bottom, #2c9cff, #09ceff);
    min-width: 47px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    padding: 0 5px;
    transition: all .5s ease;
}
.titleTag span a:hover {
    background: linear-gradient(to top, #2c9cff, #09ceff);
}
.bestSelling .sellingThumb {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 10px;
}
.bestSelling .sellingThumb img {
    margin: 0 auto;
}
.bestSelling .price {
    font-size: 21px !important;
}
.bestSelling .price ins {
    font-size: 21px;
}
.bestSelling .price del {
    font-weight: 300;
    font-size: 14px;
}
.bestSelling .woocommerce li {
    list-style: none;
    margin-top: 4px;
}
.bestSelling .woocommerce .star-rating {
    color: #2c9cff;
}
.bestSelling .slick-dots {
    padding-left: 0;
    position: absolute;
    bottom: 28px;
}
.bestSelling .slick-dots li {
    width: 0;
    height: 0;
    margin-right: 15px;
}
.bestSelling .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #d5ebff;
    border-radius: 100%;
}
.bestSelling .slick-dots li button:before {
    display: none;
}
.bestSelling .slick-dots li.slick-active button {
    background: #2c9cff;
}
.bestSelling .prevBtn {
    position: absolute;
    top: 50%;
    left: -23px;
    transform: translateY(-50%);
}
.bestSelling .nextBtn {
    position: absolute;
    top: 50%;
    right: -23px;
    transform: translateY(-50%);
}
.bestSelling .slickArrow {
    z-index: 2;
    background: linear-gradient(to top, #09ceff, #2c9cff);
    box-shadow: 0 0 8px 3px rgba(43, 157, 255, 50%);
    border-style: none;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #ffffff;
    cursor: pointer;
}
.bestCats .contentSeller {
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
    padding-top: 10px;
    padding-left: 30px;
}
.bestCats .contentSeller .contentOverlay {
    background: linear-gradient(to top, #015eea, #00c0fa);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.bestCats .contentSeller:hover .contentOverlay {
    opacity: 92%;
}
.bestCats .contentDetails {
    height: 100%;
    text-align: inherit !important;
}
.bestCats .productDetail {
    margin-bottom: 0;
    position: absolute;
    top: 10px;
    left: 30px;
}
.bestCats .productIcon ul {
    text-align: center;
    margin: 0;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 28px;
    max-width: 100px;
    height: 48px;
    line-height: 48px;
}
.bestCats .productIcon ul li {
    padding-right: 18px;
}
.bestCats .productIcon ul li:last-child {
    padding-left: 10px;
    padding-right: 0;
}
.bestCats .contentSeller:hover .price del {
    display: none;
}
.bestCats .contentDetails .price,
.bestCats .contentDetails .price ins,
.bestCats .contentDetails .woocommerce .star-rating,
.bestCats .productDetail h3 {
    color: #ffffff !important;
}
.bestCats .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.bestCats .card {
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 5px;
    margin-bottom: 30px !important;
}
.bestCats .prod1 .contentSeller,
.bestCats .prod2 .contentSeller {
    height: 270px;
}
.bestCats .prod3 .contentSeller {
    height: 570px;
}
.bestCats .prod1 .imgThumb,
.bestCats .prod2 .imgThumb {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    top: 42px;
	text-align: center;
}
.bestCats .prod1 .imgThumb img,
.bestCats .prod2 .imgThumb img {
	height: 190px;
	object-fit: cover;
	object-position: center;
}
.bestCats .prod3 .imgThumb {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.bestCats .priceRating {
    position: absolute;
    right: 25px;
    bottom: 0;
}

/* .bestSelling .prod1,
.bestSelling .prod2 {
    height: 270px;
}
.bestSelling .prod3 {
    height: 570px
} */

.blogs {
    padding: 0 0 95px;
}
.blogs .blogContent {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px 2px rgb(0 0 0 / 12%);
    margin-bottom: 20px;
}
.blogs .blogContent::after {
    content: '';
    display: block;
    background: linear-gradient(to right, #015eea, #00c0fa);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 84%;
}
.blogs .blogContent .contentOverlay {
    background: #ffffff;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.blogs .blogContent:hover .contentOverlay {
    opacity: 1;
}
.blogs .contentDetails,
.popularBlends .contentDetails,
.bestCats .contentDetails {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blogs .blogContent:hover .contentDetails,
.popularBlends .contentBlends:hover .contentDetails,
.bestCats .contentSeller:hover .contentDetails {
    top: 50%;
    left: 50%;
    opacity: 1;
}
.blogs .blogContent h2 {
    font-weight: 300;
    font-size: 28px;
    line-height: 24px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    margin-bottom: 0;
    z-index: 1;
}
.blogs .blogContent h2 span {
    font-weight: 700;
}
.blogs .contentDetails h3 {
    font-weight: 300;
    font-size: 28px;
    line-height: 24px;
    color: #272727;
    margin-bottom: 0;
}
.blogs .contentDetails h3 span {
    font-weight: 700;
}
.blogs .contentDetails p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #272727;
    max-width: 90%;
    margin: 31px auto 34px;
}
.blogs .contentDetails a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #272727;
    text-transform: uppercase;
    min-width: 170px;
    height: 46px;
    line-height: 46px;
}
.blogs .contentDetails a:hover {
    color: #ffffff;
}
.blogs .contentDetails a.grdbtn::after {
    background: linear-gradient(to right, #0f5ae0, #7400ba);
}
.blogs .fadeInLeft,
.popularBlends .fadeInLeft,
.bestCats .fadeInLeft {
    left: 20%;
}

/* About Page */
.aboutBanner {
    background-position: 100% 65%;
    min-height: 725px;
}
.aboutBanner .content h1::after {
    display: none;
}
.aboutUs .content p {
    max-width: 80%;
}
.aboutUs {
    padding-bottom: 115px;
}

/* Contact Page */
.contact {
    padding-bottom: 76px;
}
.contactUs {
    padding-bottom: 25px;
}
.contactUs h3 {
    font-weight: 700;
    font-size: 24px;
    color: #272727;
}
.contactUs .contactContent p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    color: #777777;
    margin-bottom: 26px;
}
.contactUs .box {
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 10%);
    padding: 45px 40px 20px 40px;
    margin-top: -21px;
    min-height: 617px;
}
.contactUs .box h3 {
    margin-left: 15px;
    margin-bottom: 13px;
}
.contactForm p {
    position: relative;
    margin-top: -12px;
    margin-bottom: 0;
}
.contactForm span.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
}
.contactForm span.wpcf7-form-control-wrap::after {
    content: '';
    display: block;
    width: 0%;
    border-bottom: 2px solid #f1f1f1;
    position: absolute;
    bottom: 0;
    transition: all .5s ease;
}
.contactForm span.wpcf7-form-control-wrap[data-name="your-question"]::after {
    bottom: 7px;
}
@supports (-moz-appearance:meterbar) {
    .contactForm span.wpcf7-form-control-wrap[data-name="your-question"]::after {
        bottom: 3px;
    }
}
.contactForm p.hasValue span.wpcf7-form-control-wrap::after {
    border-bottom: 2px solid #2377ee;
    width: 100%;
}
.contactForm label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #a9a9a9;
    position: absolute;
    top: 36px;
    left: 16px;
    margin-bottom: -8px;
    transition: all .5s ease;
}
.contactForm p.hasValue label {
    position: relative;
    top: 14px;
    font-size: 12px;
    margin-top: 24px;
}
.contactForm input,
.contactForm textarea {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #272727;
    border-bottom: 2px solid #f1f1f1 !important;
    background-color: transparent;
    border-style: none;
    height: 55px;
    padding-bottom: 9px;
    padding-left: 16px;
    min-width: 395px;
}
.contactForm textarea {
    resize: none;
    height: 95px;
    padding-top: 12px;
}
.contactForm .recaptcha {
	margin-top: 28px;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
.contactForm input[type='submit'] {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    background: linear-gradient(to right, #015eea, #00c0fa);
    border: none;
    border-radius: 30px;
    min-width: 196px;
    height: 50px;
    padding: 0 15px;
    margin-top: 55px;
    cursor: pointer;
    transition: all .5s ease;
}
.contactForm input[type='submit']:hover {
    background: linear-gradient(to left, #015eea, #00c0fa);
}
.contactForm .wpcf7-spinner {
    top: 6px;
}
.contactForm .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    display: none;
}
.contactForm .recaptcha .wpcf7-not-valid-tip {
	display: block !important;
}
.contactForm .wpcf7-not-valid {
    border-color: #f00 !important;
}
.contactForm .wpcf7-response-output {
    margin: 20px 0 0 !important;
}

/* Cart Page */
.woocommerce-cart .woocommerce .woocommerce-message a.button {
    display: none;
}
.woocommerce table.cart tr td.product-name a, .woocommerce-page table.cart tr td.product-name a {
    font-weight: 700;
    border-bottom: none;
}
.woocommerce-cart .woocommerce .quantity {
    width: 70%;
}
.woocommerce-cart .woocommerce .quantity .qty {
    width: 70px;
}
.woocommerce .woocommerce-message a.button.wc-forward {
    font-size: 12px;
    min-width: 120px;
    height: 35px;
    line-height: 35px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: 3px solid;
    border-image: linear-gradient(to right, #00c0fa, #015eea);
    border-image-slice: 1;
    background-color: #2b2c2d;
    color: #ffffff;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: #ffffff;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
}
.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover {
    color: #898d99 !important;
    border-bottom: 1px solid #898d99 !important;
}
.woocommerce-cart .entry-content {
    padding: 20px 0 34px;
}
.woocommerce-cart .woocommerce table.shop_table {
    display: table;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 300px;
    height: 40px;
    margin-right: 15px;
    border-radius: 30px;
    padding: 0 25px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .returnCart a, .woocommerce-account .addresses .title .edit {
    font-weight: 700;
    font-size: 14px;
    color: #ffffff !important;
    text-transform: uppercase;
    background: linear-gradient(to right, #015eea, #00c0fa);
    border: none !important;
    border-radius: 30px;
    min-width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: unset;
    padding: 0 25px !important;
    cursor: pointer;
    transition: all .5s ease;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.returnCart a:hover, .woocommerce-account .addresses .title .edit:hover {
    background: linear-gradient(to left, #015eea, #00c0fa);
    color: #ffffff;
    border: none !important;
}
.woocommerce button.button[value='Update cart'] {
    line-height: inherit;
}
.shipping-calculator-form #calc_shipping_state_field span:first-child {
    width: 100%;
}
.woocommerce-cart .woocommerce a.button.alt {
    font-weight: 700;
    height: 60px;
    line-height: 3;
}
.woocommerce-cart .woocommerce a.button.alt.disabled {
    font-size: 20px;
    width: 100%;
    margin: 16px 0 36px;
}
.woocommerce-cart .woocommerce a.button.alt.disabled:not(:first-of-type) {
    display: none;
}

/* Checkout Page */
.pageContent {
     padding-bottom: 50px;
}
.pageContent .woocommerce h3 {
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
}
.pageContent .woocommerce a {
    color: #0090f2;
    border-bottom: 1px solid #0090f2;
    transition: all .5s ease;
}
.pageContent .woocommerce a:hover {
    color: #212529;
    border-color: #212529;
}
.billingShipping {
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    border-radius: 5px;
}
.logged-in .billingShipping .woocommerce-shipping-fields {
    margin-top: 20px;
}
.woocommerce form.checkout_coupon .form-row input.input-text {
    height: 40px;
    border-radius: 30px;
    padding: 0 25px;
    border-width: thin;
}
.woocommerce-page input[type=checkbox], .woocommerce-page input[type=radio] {
    margin: 0px 8px 0 3px;
}
.woocommerce-page input[type=checkbox]:checked, .woocommerce-page input[type=radio]:checked, .woocommerce form .form-row .input-checkbox:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    display: inline-block;
    background: linear-gradient(to left, #015eea, #00c0fa);
    width: 13px !important;
    height: 13px;
    border-radius: 3px;
}
.woocommerce-page input[type=checkbox], .woocommerce-page input[type=radio] {
    position: relative;
    top: 1.3px;
}
.woocommerce p label strong {
    font-size: 14px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label, span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 40px;
    border-radius: 5px;
    border-width: thin;
    padding: 0 20px;
    border: 1px solid #2b2c2d !important;
}
.woocommerce form .form-row textarea {
    height: 125px;
    padding-top: 15px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #000000;
    border-radius: 5px;
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 38px;
    padding: 0 20px;
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 10px;
}
.select2-dropdown {
    border: 1px solid #000000;
    border-radius: 5px;
}
.billingShipping .create-account {
    margin-bottom: 30px;
}
.yourOrder {
    position: relative;
    border: 3px solid transparent;
    background: #ffffff;
    background-clip: padding-box;
    border-radius: 5px;
    padding: 30px 20px 18px;
}

.yourOrder::after {
    content: '';
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    background: linear-gradient(to right, #00c0fa, #015eea);
    z-index: -1;
    border-radius: 5px;
}
.woocommerce .yourOrder table.shop_table {
    border: none;
}
.woocommerce table.shop_table {
    border-collapse: collapse;
}
.woocommerce .yourOrder table.shop_table th:nth-child(2), .woocommerce .yourOrder table.shop_table td:nth-child(2), .woocommerce .cart_totals table.shop_table th:nth-child(2), .woocommerce .cart_totals table.shop_table td:nth-child(2) {
    text-align: right;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-size: 14px;
}
.woocommerce-checkout .yourOrder #payment {
    background: transparent;
}
.woocommerce-checkout .yourOrder #payment ul.payment_methods li {
    margin-bottom: 20px;
    font-weight: 500;
}
.woocommerce-checkout .yourOrder #payment ul.payment_methods li input {
    border-radius: 100%;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.yourOrder .woocommerce-privacy-policy-text p {
    text-align: center;
    font-size: 12px;
}
.woocommerce .yourOrder button.button {
    width: 100%;
}
.returnCart {
    margin: 20px 0;
}

/* My Account Page */
.woocommerce-account .woocommerce {
    max-width: 85%;
    margin: 0 auto;
}
.woocommerce-account.logged-in .woocommerce {
    max-width: 100%;
}
.woocommerce-account .pageContent {
    padding-top: 50px;
}
.woocommerce .loginRegister {
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    border-radius: 5px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 0;
    margin: 1em 0 2em;
    text-align: left;
    border-radius: 0;
}
.woocommerce-privacy-policy-text p {
    font-size: 12px;
}
.woocommerce form .password-input, .woocommerce-page form .password-input, .woocommerce-lost-password .woocommerce p {
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
    padding: 30px 20px;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 5px;
    background-color: #f3f3f3;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-weight: 600;
    color: #2b2c2d;
    width: 100%;
    display: block;
    border: none;
    padding: 15px;
    transition: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
    background: linear-gradient(to right, #015eea, #00c0fa);
    color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    background: linear-gradient(to right, #a90000, #ff0000);
    color: #ffffff;
    opacity: 70%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:hover a {
    opacity: 100%;
}
.woocommerce-account .addresses .title h3, .woocommerce-account .addresses .title .edit {
    float: none;
}
.woocommerce-account .addresses .title .edit {
    display: inline-block;
    margin-bottom: 25px;
}
.screen-reader-text {
    width: 1px !important;
}
.woocommerce .woocommerce-customer-details address {
    border: none;
    border-bottom-width: 0;
    border-right-width: 0;
    border-radius: 0;
    padding: 5px 0 0;
}
.woocommerce-column--billing-address, .woocommerce-column--shipping-address {

}
.woocommerce .shipBill {
    background: linear-gradient(to right, #015eea, #00c0fa);
    padding: 30px 20px;
    color: #ffffff;
    height: 100%;
}
.woocommerce .woocommerce-customer-details .shipBill .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .shipBill .woocommerce-customer-details--email::before {
    line-height: 1.5
}

/* Single Product Page */
.woocommerce-product-rating a,
.summary form.cart a.added_to_cart,
.summary form.cart div.blockUI.blockOverlay {
    display: none !important;
}
.sngProduct .entry-summary .price del {
    font-size: 18px;
}
.sngProduct .entry-summary .price,
.sngProduct .entry-summary .price ins {
    font-size: 28px !important;
}
.sngProduct .related {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.woocommerce .summary form.cart button.button.loadingIcon::after {
    content: '';
    display: inline-block !important;
    background: url('images/spinner-cart.gif') no-repeat;
    background-size: auto;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    margin-left: 5px;
    vertical-align: unset;
}
.woocommerce .summary form.cart button.button.loadingIcon:hover::after {
    background-image: url('images/spinner-cart-white.gif');
}
.embad-maxicode{
	padding: 0 0 50px 0;
}
.embad-maxicode .container {
    max-width: 229px;
}

/*  Media Query  */
@media (min-width: 1280px) {
    .site-header .container { max-width: 1230px; }
    .videoReviews .video { -ms-flex: 0 0 503px; flex: 0 0 503px; max-width: 503px; }
    .videoReviews .reviewContent { -ms-flex: 0 0 594px; flex: 0 0 594px; max-width: 594px; }
}
@media ( min-width: 1200px ) {
    .site-header .logoCol { -ms-flex: 0 0 10.666667%; flex: 0 0 10.666667%; max-width: 10.666667%; }
    .site-header .barCol { -ms-flex: 0 0 89.333333%; flex: 0 0 89.333333%; max-width: 89.333333%; }
    .navigationBar .navCol { -ms-flex: 0 0 64.666667%; flex: 0 0 64.666667%; max-width: 64.666667%; }
    .navigationBar .langCart { -ms-flex: 0 0 35.333333%; flex: 0 0 35.333333%; max-width: 35.333333%; }
    .fixed-header .navCol { position: static; }
    .fixed-header .nav-bar { position: absolute; top: 0; right: 0; left: 0; text-align: center; z-index: 1; }
}
@media (max-width: 1536px) {
    /* Header */
    .miniCartWrap { max-height: 450px; }
/*     .fixed-header .navigationBar a.logo { top: 22px; }
    .fixed-header .navigationBar a.logo img { height: 22px; } */
}
@media (max-width: 1366px) {
    /* Footer */
    .callAction h2 { font-size: 22px; line-height: normal; top: 3px; margin: 0 25px 0; }
    .callAction a { font-size: 14px; padding: 0 25px; min-width: auto; height: 45px; line-height: 45px; }

    /* PopUp */
    .woocommerce div.product .product_title, .sngProduct h2 { font-size: 30px; }
    .blendsModel .vertical-alignment-helper { width: 55%; }

    /* Home Page */
    .content h1 { font-size: 44px; line-height: normal; }
    .banner::after { height: 200px; }
    .banner { min-height: 740px; background-position: center; }
    .banner .content { padding-top: 230px; }
    .banner .content h1::after { width: 56%; }
    .banner .content p { font-size: 14px; line-height: 1.5; }
    a.grdbtn { padding: 0 20px; }
    .banner .content a { font-size: 14px; min-width: auto; height: 45px; line-height: 45px; top: -6px; margin-top: 10px; }
    .banner .content a::before { top: 3px; }
    .banner .content h5 { font-size: 30px; line-height: normal; }
    .banner .content h5 del { font-size: 16px; }
    .content h2 { font-size: 38px; line-height: normal; }
    .content h2::after { margin: 16px auto; }
    .content h4 { font-size: 13px; min-width: auto; margin-bottom: 16px; padding: 0 20px; }
    .content p { font-weight: 300; font-size: 16px; line-height: 1.5; max-width: 63%; }
    .videoReviews h3 { font-weight: 700; font-size: 30px; line-height: normal; }
    .blogs .blogContent h2, .blogs .contentDetails h3 { font-size: 24px; line-height: normal; }
    .blogs .contentDetails p { line-height: 1.5; max-width: 100%; margin: 20px auto; }
    .blogs .contentDetails a { font-size: 14px; min-width: auto; height: 40px; line-height: 40px; }

    /* About Page */
    .aboutBanner { min-height: 610px; }

    /* Cart Page */
    .pageContent .woocommerce h3 { font-size: 26px; }
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .returnCart a, .woocommerce-account .addresses .title .edit { padding: 0 20px !important; }
    .woocommerce-cart .woocommerce .quantity { width: 60%; }
    .woocommerce-cart .woocommerce .quantity .qty { width: 100px; }
    .woocommerce-cart .woocommerce a.button.alt { height: 50px; line-height: 2.7; font-size: 18px; }
    .woocommerce-cart .woocommerce a.button.alt.disabled { font-size: 18px; }
    .woocommerce-cart .entry-content { padding: 20px 0 0; }
}
@media (max-width: 1199px) {
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 27px;
        left: 25px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999999;
    }

    .fixed-header #menuToggle {
        right: 0;
        left: unset;
    }

    #menuToggle input {
        width: 32px !important;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: -6px;
    }

    #menuToggle span
    {
      display: flex;
      width: 29px;
      height: 2px;
      margin-bottom: 5px;
      position: relative;
      background: #ffffff;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 5px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }

    #menuToggle span:first-child
    {
      transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2)
    {
      transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span
    {
      opacity: 1;
      transform: rotate(45deg) translate(-3px, -1px);
      background: #ffffff;
    }
    #menuToggle input:checked ~ span:nth-last-child(3)
    {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2)
    {
      transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu,
    ul.nav-menu li:hover ul.sub-menu{
        display: none !IMportant
    }
    ul.nav-menu li.open ul.sub-menu,
    ul.nav-menu li.open:hover ul.sub-menu{
        display: block !important
    }
    ul.sub-menu.open-submenu {
        display: block !Important;
        background-color: rgba(72, 72, 72, 0.85) !Important;
        top: 0 !Important
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !Important;
    }
    ul.sub-menu{
        display: none !Important;
        position: relative !Important;
        top: -100% !Important;
    }
    .site-logo{
        float: left;
    }
    .mobilesubmenu i {
        position: relative;
        top: 13px;
        right: 18px;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 36px;
        height: 46px;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
	.openmenu {
		display: inline-block;
		font-size: 30px;
		cursor: pointer;
		color: #333333;
		float: right;
	}
	.nav-bar.open {
		right: 0;
	}
    .nav-menu li a{
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 600;
    }
    ul.sub-menu li{
        margin: 0px
    }
    ul.sub-menu li:last-child a{
        text-align: left;
        color: #ffffff !Important;
        padding: 15px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        left: 0;
        width: 100% !important;
    }
	.nav-bar {
		background-color: #2b2c2d;
		height: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		padding: 15px;
        padding-top: 60px;
		transition: all 0.3s;
		width: 320px;
        text-align: left;
		z-index: 999;
	}
	.closebtn {
		display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
		color: #ffffff;
		cursor: pointer;
		margin-bottom: 20px;
	}
    /* Header */
    body.scrollOff { overflow: hidden; }
    .site-header .container { max-width: 1230px; }
    .siteInfo ul { padding-left: 0; }
    .siteInfo ul li:first-child, .siteInfo ul li:nth-child(2) { padding-right: 40px; }
    .fixed-header .langCart { right: 40px; }
    .fixed-header .navigationBar a.logo { left: 0; }

    /* PopUp */
    .blendsModel .vertical-alignment-helper { width: 65%; }
    .woocommerce div.product form.cart .button { margin-left: 5px; }

    /* Home Page */
    .banner::after { height: 175px; }
    .banner .content h1::after { width: 80%; }
    .popularBlends .imgThumb { height: 291px; }
    .productDetail { margin-bottom: 24px; }
    .productDetail h4 { font-size: 22px; }
    .productIcon ul { max-width: 140px; height: 45px; line-height: 45px; margin: 24px auto 0 !important; }
    .productIcon ul li { padding-right: 20px; }
    .productIcon ul li:last-child { padding-left: 18px; }
    .popularBlends .repeatDiv { margin-bottom: 40px; }
    .popularBlends .contentBlends { min-height: calc(100% - 40px); margin-bottom: 40px; }
    .addCartBtn a { font-size: 14px; height: 40px; line-height: 40px; padding: 0 20px; }
    .loadMore { margin: 35px 0; }
    .videoReviews iframe { width: 100%; height: 290px; }
    .videoReviews .slick-list { top: -24px; }
    .videoReviews h3 { font-size: 26px; margin-top: 55px; }
    .videoReviews h5 { padding-bottom: 18px; margin-bottom: 14px; }
    .videoReviews p { font-size: 14px; line-height: 1.5; max-width: 100%; }
    .videoReviews .slick-dots { top: 25px; }
    .videoReviews .rectangle { padding-left: 40px; padding-right: 15px; }
    .bestCats .contentSeller { padding-top: 16px; padding-left: 15px; }
    .bestCats .productDetail { top: 16px; left: 15px; }
/*     .bestCats .prod1 .imgThumb, .bestCats .prod2 .imgThumb { left: 15px; } */
    .bestCats .productIcon ul { left: 15px; }
    .bestSelling .price { font-size: 17px !important; }
    .bestSelling .price ins { font-size: 17px; }
    .bestCats .priceRating { right: 15px; }

    /* About Page */
    .aboutUs .content p { max-width: 100%; }

    /* Contact Page */
    .contactUs h3 { font-size: 20px; }
    .contactUs .contactContent p { font-size: 14px; margin-bottom: 14px; }
    .contactUs .contactContent p br { display: none; }
    .contactUs .box { padding: 30px 20px; margin-top: 0; min-height: auto; }
    .contactUs .box h3 { margin-bottom: 0; }
    .contactForm span.wpcf7-form-control-wrap { width: 100%; }
    .contactForm input, .contactForm textarea { min-width: 100%; width: 100%; }
    .contactForm input[type="submit"] { font-size: 14px; min-width: auto; width: auto; height: 40px; padding: 0 20px; margin-top: 40px; }

    /* Cart Page */
    .woocommerce-cart .woocommerce .quantity { width: 70%; }
    .woocommerce-cart .woocommerce .quantity .qty { width: 115px; }
    #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text { width: 250px; }

    /* Checkout Page */
    #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods { padding: .5em; }
    #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row { padding: .5em; }
    .woocommerce-checkout .yourOrder #payment ul.payment_methods li { font-size: 14px; margin-bottom: 15px; }
    #add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img { height: 25px; margin-left: 5px; }

    /* My Account Page */
    .woocommerce-account .woocommerce { max-width: 100%; }
}

@media (max-width: 991px) {
    /* Header */
    .site-header { padding-top: 30px; }
    .siteInfo ul li { font-size: 12px; line-height: 1.5; padding-left: 24px; }
    .siteInfo ul li span { font-size: 12px; line-height: 1.5; }
    .siteInfo ul li:first-child, .siteInfo ul li:nth-child(2) { padding-right: 10px; }

    /* Footer */
    .callAction { height: auto; padding: 40px 0; }
    .callAction h2 { top: 0; margin: 15px 0; display: block; }

    /* PopUp */
    .blendsModel .vertical-alignment-helper { width: 80%; }
    .woocommerce div.product .product_title, .sngProduct h2 { font-size: 24px; }
    .woocommerce .quantity .qty { height: 40px; width: 120px; }
    .woocommerce div.product form.cart .button { height: 42px; line-height: 42px; }
    .product_meta span { font-size: 14px; }
    .blendsModel .woocommerce div.product form.cart { margin-bottom: 1em; margin-top: 0.5em; }

    /* Home Page */
    .banner::after { height: 145px; }
    .banner { min-height: auto; text-align: center; margin-bottom: 40px; }
    .banner .content { padding-top: 200px; padding-bottom: 120px; }
    .banner .content h1::after { width: 100%; }
    .banner .img { position: relative; bottom: 60px; right: 0; }
    .content p { max-width: 100%; }
    .popularBlends { padding: 2px 0 70px; }
    .popularBlends .imgThumb { height: 331px; }
    .videoReviews .rectangle { padding: 20px 20px 45px; height: auto; text-align: center; }
    .videoReviews .slick-list { top: 0; }
    .videoReviews iframe { height: 365px; }
    .videoReviews h3 { font-size: 24px; margin-top: 16px; max-width: 100%; }
    .videoReviews h5 { padding-left: 0; }
    .videoReviews .slick-dots { top: unset; bottom: -20px; left: 0; }
    .bestSeller { margin: 80px 0; padding: 50px 0; }
    .bestSelling .box { min-height: auto; padding: 25px 26px 60px 30px; }
    .bestSelling .sellingThumb { position: static; transform: none; }
    .blogs { padding: 0 0 60px; }

    /* About Page */
    .aboutBanner .content { padding-bottom: 180px; }

    /* Cart Page */
    .woocommerce-cart .woocommerce .quantity { width: 100%; }

    /* Checkout Page */
    .billingShipping { margin-bottom: 30px; }

    /* My Account Page */
    .woocommerce .loginRegister { margin-bottom: 30px; }
    .woocommerce-account .woocommerce-MyAccount-navigation { width: 26%; }
    .woocommerce-account .woocommerce-MyAccount-content { width: 70%; padding: 25px 15px; }
    .woocommerce .woocommerce-column--billing-address { margin-bottom: 20px; }
    .pageContent .woocommerce .woocommerce-Address-title h3 { font-size: 20px; }
}

@media (max-width: 768px) {
    /* Header */
    .miniCartWrap { max-height: 100%; height: 100%; position: fixed; top: 0; right: -1000px; }
    .miniCartWrap.show { opacity: 100%; visibility: visible; right: 0; transform: translateX(0); z-index: 9999999; }
    .miniCartWrap span.closeIcon { font-weight: 700; font-size: 14px; background-color: #2b2c2d; color: #fff; width: 25px; height: 25px; line-height: 25px; display: inline-block; text-align: center; border-radius: 5px; position: absolute; top: 15px; right: 15px; cursor: pointer; }
    .miniCartWrap span.closeIcon:hover { background-color: #f00; }

    /* PopUp */
    .woocommerce div.product div.images, .woocommerce div.product div.summary { width: 100%; }
    .woocommerce div.product div.images img { margin: unset; }

    /* Home Page */
    .banner::after { height: 110px; }

    /* Cart Page */
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail { display: block; }
    .woocommerce table.cart tr td::before, .woocommerce-page table.cart tr td::before, .woocommerce table.cart tr td.product-subtotal, .woocommerce-page table.cart tr td.product-subtotal { display: none; }
    .woocommerce table.cart tr td.product-price, .woocommerce-page table.cart tr td.product-price { font-weight: 600; padding-top: 0; padding-bottom: 0; }
    .woocommerce table.cart tr td.product-name a, .woocommerce-page table.cart tr td.product-name a { font-size: 22px; }
    #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img { width: 100%; }
    #add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail { width: 30%; min-width: auto; float: left; }
    .woocommerce table.cart tr td, .woocommerce-page table.cart tr td { text-align: left !important; width: 70%; float: right; border-top: none; }
    .woocommerce table.cart tr:nth-child(2n) td, .woocommerce-page table.cart tr:nth-child(2n) td { background-color: transparent; }
    .woocommerce table.cart tr, .woocommerce-page table.cart tr { border-bottom: 1px solid rgba(0,0,0,.1); display: table; width: 100%; }
    .woocommerce table.cart tr:last-child, .woocommerce-page table.cart tr:last-child { border-bottom: none; width: 100%; }
    .woocommerce table.cart tr:last-child td, .woocommerce-page table.cart tr:last-child td { width: 100%; }
    #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text { width: 48%; }
    .woocommerce table.cart tr td.product-remove, .woocommerce-page table.cart tr td.product-remove { width: 100%; padding-top: 5px; padding-bottom: 0; }
    .woocommerce table.cart tr td.product-remove a, .woocommerce-page table.cart tr td.product-remove a { margin-left: auto; }
    .woocommerce-cart .woocommerce .quantity { width: 120px; }
    .woocommerce table.cart tr td, .woocommerce-page table.cart tr td { text-align: left !important; }
    .woocommerce button.button[value="Update cart"] { margin: 8px 0 12px; }

    /* Checkout Page */
    .woocommerce-page.woocommerce-checkout form.login .form-row, .woocommerce.woocommerce-checkout form.login .form-row { width: 49%;}
    .woocommerce form .form-row-first, .woocommerce-page form .form-row-first { float: left !important; }
    .woocommerce form .form-row-last, .woocommerce-page form .form-row-last { float: right !important; }

    /* My Account Page */
    .woocommerce-account .woocommerce-MyAccount-navigation { float: left; }
    .woocommerce-account .woocommerce-MyAccount-content { float: right; }
}

@media (max-width: 767px) {
    /* Header */
    .site-header { text-align: center; }
    .site-logo { float: none; margin-bottom: 20px; }
    .navigationBar { margin-top: 20px; }

    /* Footer */
    .callAction h2 { font-size: 18px; }
    .copyright p { font-size: 11.9px; line-height: 1.7; }
    .copyright { padding: 20px 0 18px; }

    /* Home Page */
    .content h1 { font-size: 36px; }
    .content h2 { font-size: 30px; }
    .content h2::after { margin: 10px auto; }
    .banner .content { padding-top: 230px; }
    .popularBlends .imgThumb { height: 240px; }
    .titlePrice h3 { font-size: 16px; }
    .productDetail h4 { font-size: 18px; }
    .blogs .blogContent h2, .blogs .contentDetails h3 { font-size: 20px; }
    .blogs .contentDetails p { margin: 10px auto; }

    /* About Page */
    .aboutBanner .content { padding-bottom: 140px; }

    /* Contact Page */
    .contact { padding-bottom: 30px; }
    .contactUs .box { margin: 30px 0; }

    /* My Account Page */
    .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { width: 100%; float: none; margin-bottom: 30px; }
    .woocommerce .addressCol { margin-bottom: 25px; }
    .woocommerce .addressCol:last-child { margin-bottom: 0; }
}

@media( max-width: 667px ) {
    img.alignleft,
    img.alignnone,
    img.alignright {
        margin: 0 auto 20px;
        display: block;
        float: none;
    }
}

@media ( max-width: 640px ) {
    /* Header */
    .navigationBar .cart .viewMiniCart { position: fixed; top: 50%; right: 10px; transform: translateY(-50%); z-index: 99; margin-top: 0; margin-bottom: 0; }
    .navigationBar .cart a.grdbtn { min-width: 40px; padding: 0 12px; }
    .navigationBar a.grdbtn::after { -webkit-mask: none; }
    .navigationBar .cart a.grdbtn span { font-size: 0; padding-left: 5px; position: absolute; right: -100px; transition: all .5s ease; }
    .navigationBar .cart a.grdbtn:hover span { font-size: 12px; position: relative; right: 0; }
    .navigationBar .cart a.grdbtn::before { width: 16px; height: 12px; margin-right: 0; top: 1px; }
    .navigationBar .cartCount { width: 20px; height: 20px; line-height: 19px; top: -8px; right: -3px; background: linear-gradient(to right, #040404, #6a6579); }
    .woocommerce .miniCart a.button, .woocommerce .miniCart a.button.alt.disabled { min-width: auto; }
    .navigationBar .cart a.grdbtn span, .accountIcon span { display: none; }
    .accountIcon { margin-top: 16px; margin-bottom: 9px; }
    .accountIcon a { padding: 0 10px; }

    /* Home Page */
    .banner::after { height: 95px; }
	.banner .content { padding-bottom: 80px; }

    /* About Page */
    .aboutBanner .content { padding-bottom: 120px; }
}

@media (max-width: 575px) {
    /* Header */
    .siteInfo ul li { font-size: 10px; padding-left: 16px; margin-bottom: 10px; }
    .siteInfo ul li:first-child, .siteInfo ul li:nth-child(2) { padding-right: 5px; }
    .siteInfo ul li span { font-size: 10px; }
    .siteInfo ul li:first-child::before { width: 8px; height: 11px; }
    .siteInfo ul li:nth-child(2)::before { width: 12px; height: 12px; }
    .siteInfo ul li:last-child::before { width: 11px; height: 11px; }
    .navigationBar { margin-top: 10px; }

    /* Footer */
    .callAction { padding: 30px 0; }
    .copyright p { text-align: center; margin-bottom: 16px; }
    .social ul { text-align: center; }

    /* Home Page */
    .banner { margin-bottom: 30px; }
    .content h1 { font-size: 28px; }
    .banner .content h1::after { height: 5px; }
    .banner .content h5 { font-size: 24px; margin-left: 8px; }
    .content h2 { font-size: 22px; }
    .popularBlends { padding: 2px 0 50px; }
    .popularBlends .row { padding-top: 35px; }
    .videoReviews h3 { font-size: 20px; }
    .videoReviews h5 { font-size: 12px; }
    .bestSeller { margin: 50px 0; padding: 30px 0; }
    .bestSelling { padding-top: 20px; }
    .bestSelling .prevBtn { left: -10px; }
    .bestSelling .nextBtn { right: -10px; }
    .bestSelling .box { padding: 20px 15px 60px; }
    .blogs { padding: 0 0 30px; }

    /* Contact Page */
    .contactUs h3 { font-size: 18px; }
    .contactUs .box { padding: 25px 15px; }
    .contactForm .wpcf7-response-output { font-size: 14px; }
	.contactForm .recaptcha { transform-origin: left; transform: scale(0.77); -webkit-transform: scale(0.77); margin-top: 10px; }
	.contactForm input[type="submit"] { margin-top: 25px; }

    /* Cart Page */
    .pageContent .woocommerce h3 { font-size: 22px; }
}

@media (max-width: 480px) {
    /* Header */
    .fixed-header .navigationBar a.logo img { height: 40px; }
	.fixed-header .navigationBar a.logo { top: 6px; }
	.site-logo img { height: 75px; }
    .accountIcon { margin-top: 11px; margin-bottom: 5px; }
    .accountIcon a { font-size: 10px; min-width: 30px; height: 30px; line-height: 30px; }
    #menuToggle { top: 19px; left: 10px; }

    /* Home Page */
    .col-5, .col-6, .col-7 { -ms-flex: 0 0 100% !important; flex: 0 0 100% !important; max-width: 100% !important; }
    .banner::after { height: 70px; }
    .banner .content a::before { margin-right: 5px; }
    .banner .content a.added i { margin-left: 3px; }
	.banner .img { bottom: 25px; }
    .popularBlends .imgThumb { height: auto; text-align: center; }
    .popularBlends .imgThumb img { position: static; transform: none; }
    .popularBlends .repeatDiv { margin-bottom: 30px; }
    .videoReviews iframe { height: 260px; }
    .bestCats .card-columns { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
    #bestSellingProducts .titleTag, #bestSellingProducts .priceRating.text-right { text-align: center !important; margin-bottom: 10px; }
    .titleTag h3 { font-size: 18px; }
    .bestSelling .sellingThumb { margin-top: 20px; }
	.bestCats .prod1 .contentSeller, .bestCats .prod2 .contentSeller, .bestCats .prod3 .contentSeller { height: auto; padding-bottom: 40px; padding-right: 15px; }
	.bestCats .prod1 .imgThumb img, .bestCats .prod2 .imgThumb img, .bestCats .prod3 .imgThumb img { width: 100%; height: auto; object-fit: cover; }
	.bestCats .prod1 .imgThumb, .bestCats .prod2 .imgThumb, .bestCats .prod3 .imgThumb { position: unset; transform: none; }
    .blogs .blogContent img { width: 100%; }

    /* PopUp */
    .blendsModel .vertical-alignment-helper { width: 90%; }
    .blendsModel .woocommerce .quantity .qty { width: 110px; }
    .blendsModel .woocommerce button.button { padding: 0 16px !important; margin-left: 3px; }

    /* About Page */
    .aboutBanner .content { padding-bottom: 100px; }

    /* Cart Page */
    #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text { width: 100%; margin-bottom: 8px; }
    .woocommerce table.cart tr td.product-name a, .woocommerce-page table.cart tr td.product-name a { font-size: 19px; }
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .returnCart a, .woocommerce-account .addresses .title .edit { min-width: 100%; }
    .woocommerce-cart .woocommerce a.button.alt { line-height: 3.5; font-size: 14px; }
    .woocommerce-cart .woocommerce a.button.alt.disabled { font-size: 14px; }
    .woocommerce button.button[value="Update cart"] { margin: 8px 0; }

    /* Checkout Page */
    .woocommerce-page.woocommerce-checkout form.login .form-row, .woocommerce.woocommerce-checkout form.login .form-row {
  width: 100%; float: none !important; }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { width: 100%; }
    .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { margin: 1em 0; }
    .returnCart { margin: 20px 3px; }

    /* My Account Page */
    .woocommerce table.my_account_orders tr td a.view, .woocommerce-page table.my_account_orders tr td a.view { min-width: auto; }
}

@media (max-width: 375px) {
    /* Header */
    .miniCartWrap { width: 100%; }
    #menuToggle.open { top: -85px; left: -10px; }
    .fixed-header #menuToggle.open { top: 27px; left: 0; }
    .nav-bar { width: 100%; }
    .navigationBar { padding-left: 25px; margin-top: 0; }
    .navigationBar .cart a.grdbtn { font-size: 10px; min-width: auto; margin-left: 0; }

    /* Home Page */
    .banner::after { height: 55px; }
    .banner .content { padding-top: 200px; padding-bottom: 60px; }
    .banner .content a { font-size: 12px; padding: 0 15px; }
    .banner .content h5 { font-size: 18px; margin-left: 5px; }
    .banner .content h5 del { font-size: 14px; }
    .videoReviews iframe { height: 200px; }

    /* About Page */
    .aboutBanner .content { padding-bottom: 85px; }

    /* Single Product Page */
    .woocommerce div.product form.cart .button { padding: 0 10px !important; font-size: 11px; }

    /* My Account Page */
    .woocommerce-MyAccount-content .woocommerce-Message a { font-size: 12px; }
}
