/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*=============================================Fonts=============================================*/
@font-face {
    font-family: 'LoraRegular';
    src: url('fonts/LoraRegular.eot');
    src: url('fonts/LoraRegular.eot') format('embedded-opentype'),
         url('fonts/LoraRegular.woff2') format('woff2'),
         url('fonts/LoraRegular.woff') format('woff'),
         url('fonts/LoraRegular.ttf') format('truetype'),
         url('fonts/LoraRegular.svg#LoraRegular') format('svg');
}
@font-face {
    font-family: 'LoraBold';
    src: url('fonts/LoraBold.eot');
    src: url('fonts/LoraBold.eot') format('embedded-opentype'),
         url('fonts/LoraBold.woff2') format('woff2'),
         url('fonts/LoraBold.woff') format('woff'),
         url('fonts/LoraBold.ttf') format('truetype'),
         url('fonts/LoraBold.svg#LoraBold') format('svg');
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSansRegular.eot');
    src: url('fonts/OpenSansRegular.eot') format('embedded-opentype'),
         url('fonts/OpenSansRegular.woff2') format('woff2'),
         url('fonts/OpenSansRegular.woff') format('woff'),
         url('fonts/OpenSansRegular.ttf') format('truetype'),
         url('fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
@font-face {
    font-family: 'OpenSansSemiBold';
    src: url('fonts/OpenSansSemiBold.eot');
    src: url('fonts/OpenSansSemiBold.eot') format('embedded-opentype'),
         url('fonts/OpenSansSemiBold.woff2') format('woff2'),
         url('fonts/OpenSansSemiBold.woff') format('woff'),
         url('fonts/OpenSansSemiBold.ttf') format('truetype'),
         url('fonts/OpenSansSemiBold.svg#OpenSansSemiBold') format('svg');
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSansBold.eot');
    src: url('fonts/OpenSansBold.eot') format('embedded-opentype'),
         url('fonts/OpenSansBold.woff2') format('woff2'),
         url('fonts/OpenSansBold.woff') format('woff'),
         url('fonts/OpenSansBold.ttf') format('truetype'),
         url('fonts/OpenSansBold.svg#OpenSansBold') format('svg');
}
@font-face {
  font-family: 'Avenir-Medium';
  src: url('./fonts/Avenir-Medium-webfont.eot'); /* IE9 Compat Modes */
  src: url('./fonts/Avenir-Medium-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/Avenir-Medium-webfont.woff2') format('woff2'), /* Modern Browsers */
    url('./fonts/Avenir-Medium-webfont.woff') format('woff'), /* Modern Browsers */
    url('./fonts/Avenir-Medium-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/Avenir-Medium-webfont.svg') format('svg'); /* Legacy iOS */  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'MontserratExtraBold';
    src: url('fonts/MontserratExtraBold.eot');
    src: url('fonts/MontserratExtraBold.eot') format('embedded-opentype'),
         url('fonts/MontserratExtraBold.woff2') format('woff2'),
         url('fonts/MontserratExtraBold.woff') format('woff'),
         url('fonts/MontserratExtraBold.ttf') format('truetype'),
         url('fonts/MontserratExtraBold.svg#MontserratExtraBold') format('svg');
}
@font-face {
  font-family: 'Avenir-Black';
  src: url('./fonts/Avenir-Black-webfont.eot');
  src: url('./fonts/Avenir-Black-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Avenir-Black-webfont.woff2') format('woff2'),
    url('./fonts/Avenir-Black-webfont.woff') format('woff'),
    url('./fonts/Avenir-Black-webfont.ttf') format('truetype'),
    url('./fonts/Avenir-Black-webfont.svg') format('svg'); font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Book';
  src: url('./fonts/Avenir-Book.eot');
  src: url('./fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Avenir-Book.woff2') format('woff2'),
    url('./fonts/Avenir-Book.woff') format('woff'),
    url('./fonts/Avenir-Book.ttf') format('truetype'),
    url('./fonts/Avenir-Book.svg') format('svg'); font-weight: normal;
  font-style: normal;
}
/*=============================================Fonts=============================================*/

html {
    margin-right: 0 !important;
    overflow: visible !important;
}
html.has-off-canvas .current-lightbox-clicked {
    opacity: 1 !important;
    transform: none;
}

/*=============================================All-Headings-and-Text=============================================*/
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: 'LoraRegular';
	font-weight: normal;
}
body h2 {
    font-size: 36px;
    color: #3e4149;
}
body h4, .banner h4 {
    font-size: 22px;
}
body h3 {
    font-size: 28px;
}
body p, ul li {
    font-family: 'OpenSansRegular';
    font-weight: normal;
    font-size: 13px;
    color: #3e4149;
    line-height: 22px;
}
body a {
	font-family: 'OpenSansSemiBold';
	font-weight: normal;
}
body span:focus {
	outline: none;
}
/*=============================================All-Headings-and-Text=============================================*/




/*=============================================All-Buttons=============================================*/
body a.primary {
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 2px;
    margin-bottom: 0;
    margin-right: 10px;
    line-height: normal !important;
    min-height: inherit !important;
    padding: 17px 37px;
    font-family: 'OpenSansSemiBold';
}
body a.primary:hover {
	box-shadow: none;
}
body a.primary span {
    line-height: normal;
}
.ther-t-btn {
    background-color: transparent;
    border: 2px solid rgba(85,74,227,0.4);
    color: #444f5a;
}
.ther-t-btn:hover {
	background-color: #554ae3;
    color: #ffffff;
}
.ther-blue-btn {
	background-color: #554ae3;
    border: 2px solid #554ae3;
    color: #ffffff;
    font-family: 'OpenSansBold';
}
.ther-blue-btn:hover {
	background-color: transparent;
    border: 2px solid rgba(85,74,227,0.4);
    color: #444f5a;
}
.return-to-shop .wc-backward {
    font-family: 'Avenir-Black';
    border: 2px solid #554ae3;
    background-color: #554ae3;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
}
.return-to-shop .wc-backward:hover {
	background-color: transparent;
    border: 2px solid rgba(85,74,227,0.4);
    color: #444f5a;
}
.ther-bluesquare-btn {
    margin: 0;
    background-color: #00a6f9;
    font-family: 'OpenSansBold' !important;
    font-size: 18px !important;
    border: 2px solid #00a6f9;
}
.ther-bluesquare-btn:hover {
    background-color: transparent;
    box-shadow: none;
}
/*=============================================All-Buttons=============================================*/






/*=============================================Padding-Columns=============================================*/
.row .col-left-padding {
    padding-left: 13% !important;
    padding-right: 4% !important;
}
.row .col-right-padding {
    padding-left: 4% !important;
    padding-right: 13% !important;
}
.row .col-small-paading-left {
    padding-left: 20px !important;
}
.row .col-small-paading-right {
    padding-right: 20px !important;
}
/*=============================================Padding-Columns=============================================*/







/*=============================================Ther-Header=============================================*/
.header #logo img {
    max-height: 75px;
    margin-top: -5px;
}
ul.header-nav li {
    margin-right: 20px;
    margin-left: 20px;
}
.header-main ul.header-nav li a {
    font-size: 14px;
    color: #3e4149;
    border-bottom: 4px solid transparent;
    letter-spacing: 0;
    padding: 28px 0;
    line-height: normal !important;
    font-family: 'OpenSansSemiBold';
}
.stuck .header-main ul.header-nav li a {
    padding: 23px 0;
}
ul.header-nav li.current-menu-item a,
ul.header-nav li.current_page_parent a,
ul.header-nav li a:hover 
{
    border-color: #554ae3;
}
ul.header-nav li.header-search a {
    color: #554ae3;
    border: none;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
    border-bottom-color: #554ae3;
}
ul.header-nav li.header-search ul.nav-dropdown {
    border-color: #554ae3;
}
ul.header-nav li.header-search ul.nav-dropdown input {
    box-shadow: none;
    font-family: 'OpenSansSemiBold';
    color: #000000;
}
.dark .searchform-wrapper.form-flat input:not([type="submit"]) {
    background-color: rgba(255,255,255,1)!important;
    border: 3px solid #554ae3;
    box-shadow: none;
    font-family: 'OpenSansSemiBold';
    color: #000000 !important;
    padding-left: 25px;
    font-size: 14px;
    height: 60px;
}
.dark .searchform-wrapper.form-flat input:not([type="submit"])::placeholder {
	color: #000000;
}
.dark .searchform-wrapper.form-flat input:not([type="submit"])::-webkit-input-placeholder {
    color: #000000;
}
.dark .searchform-wrapper.form-flat input:not([type="submit"])::-moz-placeholder {
    color: #000000;
}
.dark .searchform-wrapper.form-flat input:not([type="submit"])::-ms-input-placeholder {
    color: #000000;
}
ul.header-nav li.header-search ul.nav-dropdown button {
    background-color: #554ae3;
}
.nav-dropdown>li:last-child:not(.nav-dropdown-col)>a {
    border-bottom: 4px solid transparent !important;
}
.nav-dropdown>li:last-child:not(.nav-dropdown-col)>a:hover {
    border-color: #554ae3 !important;
}
ul.header-nav li ul.nav-dropdown li {
    margin: 0;
}
ul.header-nav li ul.nav-dropdown li a {
    padding: 15px 0;
}
.header-main ul.header-nav .cart-item a.header-cart-link {
    border: none;
    color: #554ae3;
}
.header-main ul.header-nav .cart-item a.header-cart-link i:after {
    background-color: #554ae3;
}
ul.header-nav li.current-menu-item ul.nav-dropdown li a, 
ul.header-nav li.current_page_parent ul.nav-dropdown li a 
{
    border-color: transparent;
}
ul.header-nav li.current-menu-item ul.nav-dropdown li.current-menu-item a,
ul.header-nav li.current_page_parent ul.nav-dropdown li.current-menu-item a {
    border-color: #554ae3 !important;
}
ul.header-nav li.current_page_parent ul.nav-dropdown li a:hover {
    border-color: #554ae3;
}
/*=============================================Ther-Header=============================================*/








/*=============================================Ther-Footer=============================================*/


/*====================Newsletter====================*/
.footer-newsletter {
    padding: 5% 0 7% !important;
}
.footer-newsletter h2 {
    color: #ffffff;
}
.footer-newsletter p {
    color: #ffffff;
    font-size: 17px;
    line-height: 30px;
}
.mc4wp-form {
    margin: 0;
}
.mc4wp-form .mc4wp-form-fields {
    max-width: 700px;
    margin: auto;
}
.mc4wp-form-fields input[type="email"] {
    margin: 0;
    height: 58px;
    box-shadow: none !important;
    font-size: 14px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    font-family: 'OpenSansRegular';
    float: left;
    width: 73%;
    padding-left: 35px;
}
.mc4wp-form-fields input[type="email"]::placeholder {
    color: #3e4149;
    letter-spacing: 4px;
}
.mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
    color: #3e4149;
    letter-spacing: 4px;
}
.mc4wp-form-fields input[type="email"]::-ms-input-placeholder {
    color: #3e4149;
    letter-spacing: 4px;
}
.mc4wp-form-fields input[type="email"]::-moz-placeholder {
    color: #3e4149;
    letter-spacing: 4px;
}
.mc4wp-form-fields input[type="submit"] {
    margin: 0;
    float: right;
    width: 24%;
    height: 58px;
    background-color: #00a6f9;
    font-family: 'OpenSansBold';
    font-size: 18px;
    border: 2px solid #00a6f9;
}
.mc4wp-form-fields input[type="submit"]:hover {
    background-color: transparent;
    box-shadow: none;
}

/*====================Newsletter====================*/



/*====================Gallery====================*/
.footer-gallery .col.medium-2.small-6.large-2, .footer-gallery .col.medium-2.small-12.large-2 {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
/*====================Gallery====================*/



/*====================Absolute-Footer====================*/
.absolute-footer {
    background-image: url(/wp-content/uploads/2019/07/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 75px;
    border-top: 1px solid #a4a5a9;
    border-bottom: 2px solid #a4a5a9;
}
.footer-secondary .footer-text {
    display: block;
}
.footer-secondary .row .col.medium-6.small-12.large-6:first-of-type {
    padding-right: 20px !important;
}
.footer-secondary .row .col.medium-6.small-12.large-6:last-of-type {
    padding-left: 20px !important;
}
.footer-secondary h3 {
    margin-bottom: 30px;
}
.footer-secondary ul {
    padding: 0 !important;
    margin: 0;
    opacity: 1;
}
.footer-secondary ul li {
    margin: 0;
    list-style-type: none;
    color: #ffffff;
}
.footer-secondary ul li strong {
    font-family: 'OpenSansBold';
    font-weight: normal;
}
.footer-secondary ul li a {
    font-family: 'OpenSansRegular';
}
.footer-primary {
    border-top: 1px solid #73757b;
    margin-top: 45px;
    padding-top: 25px;
}
.copyright-footer .wmelogo img {
    width: 100px;
}
.back-to-top {
    color: #a9a9a9 !important;
}
.back-to-top:hover {
    border-color: #554ae3;
    background-color: #554ae3;
    color: #ffffff !important;
}
/*====================Absolute-Footer====================*/


/*=============================================Ther-Footer=============================================*/







/*=============================================Hidden-Div's=============================================*/
.ther-cart-total tr.woocommerce-shipping-totals.shipping {
    display: none;
}
.shop-page-title {
    display: none;
}
.page-description .inner-banner {
    display: none;
}
.grid-tools a.quick-view {
    display: none;
}
/*
p.name.product-title {
    display: none;
}
*/
div.wcmp-player-title, .woocommerce-grouped-product-list-item__label {
    display: none;
}
tr.woocommerce-grouped-product-list-item td {
    width: 85%;
}
/*=============================================Hidden-Div's=============================================*/







/*=============================================Home-Page=============================================*/


/*====================Home-Banner====================*/
.home-banner {
    padding: 100px 0 100px !important;
}
.home-banner h1 {
    font-size: 65px;
    color: #ffffff;
    margin: 0;
}
/*====================Home-Banner====================*/


/*====================Home-Yoga====================*/
.ther-whatisyoga {
    padding: 50px 0 !important;
}
.ther-whatisyoga a {
    color: #554ae3;
    font-size: 18px;
    border-bottom: 1px solid #554ae3;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}
.ther-whatisyoga a:hover {
    color: #000000;
    font-size: 18px;
    border-bottom: 1px solid #000000;
}
/*====================Home-Yoga====================*/


/*====================Home-how-why====================*/
.ther-how-why {
    border-top: 2px solid #e5e6e8;
    border-bottom: 2px solid #e5e6e8;
}
/*====================Home-how-why====================*/


/*====================Home-Grids====================*/
.ther-grids {
    padding: 63px 0 0 !important;
}
.banner-grid-wrapper .banner-layers .text-box {
    padding: 20px;
    width: 335px !important;
}
.banner-grid-wrapper .banner-layers .text-box .text {
    background-color: rgba(255,255,255,0.9);
    padding: 18px 15px;
}
.banner-grid-wrapper .text-inner {
    text-align: left;
}
.banner-grid-wrapper .text-inner h4 {
    margin: 0 0 5px;
    color: #3e4149;
}
.banner-grid-wrapper .text-inner p {
    margin: 0;
    color: #3e4149;
}
/*====================Home-Grids====================*/


/*=============================================Home-Page=============================================*/








/*=============================================Inner-Page-Banner=============================================*/
.inner-banner {
    padding: 6.4% 0 !important;
}
.inner-banner .page-title-inner {
    padding: 0;
    text-align: left;
}
.inner-banner .page-title-inner .title-wrapper {
    width: 100%;
    order: 2;
}
.inner-banner h1 {
    font-size: 55px;
    text-transform: capitalize;
}
.inner-banner .page-title-inner .title-content {
    width: 100%;
}
.title-content .title-breadcrumbs {
    padding: 0;
}
nav.breadcrumbs {
    font-size: 13px;
    font-family: 'OpenSansRegular';
    font-weight: normal;
}
nav.breadcrumbs a {
    font-family: 'OpenSansRegular';
}
nav.breadcrumbs span.divider {
    opacity: 1;
}
.inner-banner p {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
}
/*=============================================Inner-Page-Banner=============================================*/










/*=============================================About-Us-Page=============================================*/
.ther-abouttxt {
    padding: 70px 0 !important;
}
.ther-abouttxt .row:nth-of-type(2) {
    margin-top: 35px;
}
.ther-abouttxt .row:nth-of-type(3) {
    margin: 55px 0;
}
.ther-abouttxt .row:nth-of-type(2), .ther-abouttxt .row:nth-of-type(4) {
    border-top: 2px solid #e5e6e8;
    border-bottom: 2px solid #e5e6e8;
}
.ther-abouttxt .col-left-padding {
    padding-left: 8% !important;
    padding-right: 4% !important;
}
.ther-abouttxt .col-right-padding {
    padding-left: 4% !important;
    padding-right: 8% !important;
}
.section p strong {
    font-size: 16px;
    line-height: 32px;
    color: #444f5a;
    font-family: 'OpenSansBold';
    margin: 35px 0;
    display: block;
}
.section p strong {
    font-weight: normal;
}
.ther-abouttxt .row:last-of-type {
    margin: 55px 0 0;
}
.ther-abouttxt .row:last-of-type p strong {
    margin: 0;
}
/*=============================================About-Us-Page=============================================*/








/*=============================================Condition-Page=============================================*/
.ther-condition-txt {
    padding: 55px 0 !important;
}
.ther-condition-txt .box-image img {
    border: 1px solid #d7d7d7;
}
.ther-condition-txt .box-text {
    padding: 37px 0 58px;
}
.ther-condition-txt .box-text p {
    margin-top: 27px;
    margin-bottom: 32px;
}
/*=============================================Condition-Page=============================================*/









/*=============================================Retreats-Page=============================================*/
.ther-retreats-text {
    padding: 63px 0 !important;
}
.ther-retreats-text2 {
    padding: 75px 0 !important;
}
.ther-retreats-text3 .col-left-padding {
    padding-left: 11% !important;
}
.ther-retreats-text3 .col-right-padding {
    padding-right: 11% !important;
}
.ther-retreats-text p strong {
    text-align: justify;
}
.ther-retreats-text ul li {
    margin-left: 0;
    list-style-type: none;
    background-image: url(/wp-content/uploads/2019/08/round-dot.png);
    background-repeat: no-repeat;
    background-size: 6px;
    padding-left: 15px;
    background-position: 0 8px;
}
/*=============================================Retreats-Page=============================================*/









/*=============================================Cart-Page=============================================*/


/*====================Cart-Added-&-Empty====================*/
.cart-container .message-wrapper .message-container {
    font-size: 18px;
    font-family: 'Avenir-Medium';
    text-align: center;
}
p.cart-empty {
    font-size: 19px;
    font-family: 'Avenir-Black';
}
.cart-container .message-wrapper .message-container a.restore-item {
    color: #000000;
    font-family: 'Avenir-Medium';
}
.cart-container .message-wrapper .message-container a.restore-item:hover {
    color: #554ae3;
}
/*====================Cart-Added-&-Empty====================*/


/*====================Cart-Progress-Bar====================*/
nav.checkout-breadcrumbs {
    position: relative;
    margin: 54px auto 4px;
}
nav.checkout-breadcrumbs a {
    color: #ccc;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 20px 14px 80px;
    position: relative;
}
nav.checkout-breadcrumbs a {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 30%;
}
nav.checkout-breadcrumbs a:before {
	height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -81px;
    width: 45px;
    z-index: 9;    
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
    -ms-flex-align: center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
}
nav.checkout-breadcrumbs a:before {
    background: #cacaca;
    border-radius: 50%;
    color: rgba(255,255,255,0.5);
    font-size: 22px;
    font-weight: 700;
    line-height: 37px;
    height: 64px;
    position: absolute;
    text-align: center;
    width: 64px;
    font-family: 'MontserratExtraBold';
}
nav.checkout-breadcrumbs a.current:before {
    background: #554ae3;
    color: #ffffff;
}
.breadcrumbs a:hover:before {
    background-color: #554ae3;
    color: #fff;
}
nav.checkout-breadcrumbs a.numberone:before {
    content: "1";
}
nav.checkout-breadcrumbs a.numbertwo:before {
    content: "2";
}
nav.checkout-breadcrumbs a.numberthree:before {
    content: "3";
}
nav.checkout-breadcrumbs a.visited:before {
    background: #57aed1;
    z-index: 99999;
}
nav.checkout-breadcrumbs a:not(:last-child):after {
    background-color: rgba(62,65,73,0.2);
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
}
nav.checkout-breadcrumbs a {
    color: #3e4149;
    font-size: 12px;
    font-family: 'Avenir-Medium';
}
/*====================Cart-Progress-Bar====================*/



/*====================Cart-Product-Table====================*/
.cart-container .woocommerce-cart-form {
    margin-bottom: 6px;
}
.cart-wrapper {
    overflow-x: scroll;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.cart-wrapper::-webkit-scrollbar {
    width: 0 !important;
}
.shop_table tr {
    border-bottom: 1px solid #c8c8c8;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
}
.shop_table.cart, .cart_totals table.shop_table {
    border-collapse: collapse;
    max-width: 1050px;
    min-width: 1050px;
}
.shop_table .cart_item td {
    padding-top: 25px;
    padding-bottom: 25px;
}
.shop_table th, .shop_table td {
	border: none;
}
.shop_table th {
    padding: 20px 0;
    font-size: 18px;
    color: #4b4d55;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'LoraBold';
}
.shop_table th.product-name {
    width: 500px;
    min-width: 500px;
    max-width: 500px;
}
.shop_table th.product-price {
	width: 275px;
	min-width: 275px;
    max-width: 275px;
    display: block;
    padding-left: 6px;
}
.shop_table th.product-subtotal {
    width: 275px;
    min-width: 275px;
    max-width: 275px;
    text-align: left !important;
    display: block;
    padding-left: 6px;
}
.shop_table .cart_item td.product-name {
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
}
.shop_table .cart_item td.product-price {
    width: 254px;
    text-align: left;
    display: block;
}
.shop_table .cart_item td.product-subtotal {
    width: 254px;
    text-align: left;
    display: block;
    padding-left: 30px;
}
.shop_table .cart_item td.product-remove {
    width: 41px;
    text-align: right;
}
.product-remove a.remove {
    margin-left: auto;
}
.shop_table th, .shop_table td {
    float: left;
}
.shop_table .cart_item td.product-name a img {
    width: 130px;
}
.shop_table .cart_item td.product-name a:nth-of-type(2) {
    font-size: 18px;
    font-family: 'OpenSansRegular';
    color: #4b4d55;
    padding-left: 25px;
}
.shop_table .cart_item td span {
    color: #4b4d55;
    font-family: 'OpenSansBold';
    font-size: 20px;
}
.product-remove a.remove {
    margin-left: auto;
    font-size: 0 !important;
    border: none;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2019/07/shop-cross.png);
    background-repeat: no-repeat;
    background-size: 40px;
}
.shop_table .cart_item td.product-name .mobile-product-price {
    display: none;
}
.woocommerce-checkout-review-order .blockUI.blockOverlay {
    opacity: 1 !important;
    background-color: rgba(255,255,255,0.4) !important;
}
.widget_shopping_cart_content .blockUI.blockOverlay::before, .woocommerce-checkout-review-order .blockUI.blockOverlay::before {
    border-left: 3px solid #554ae3 !important;
}
/*====================Cart-Product-Table====================*/



/*====================Cart-Total====================*/
.ther-cart-total .cart_totals {
	overflow-x: scroll;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.ther-cart-total .cart_totals::-webkit-scrollbar {
    width: 0 !important;
}
.wc-proceed-to-checkout {
    float: left;
    width: 100%;
}
.cart_totals table.shop_table {
    background-color: #333333;
}
.ther-cart-total .wc-proceed-to-checkout {
    max-width: 1050px;
    min-width: 1050px;
}
.wc-proceed-to-checkout a.checkout-button {
    float: right;
    width: 246px;
    min-width: 246px;
    font-size: 14px;
    border-radius: 4px;
    line-height: normal !important;
    min-height: inherit !important;
    padding: 15px 0;
    font-family: 'OpenSansSemiBold';
    margin: 0;
    background-color: #554ae3;
    border: 1px solid #554ae3
}
.wc-proceed-to-checkout a.checkout-button:hover {
	background-color: transparent;
	color: #333333;
	box-shadow: none;
}
.continue-shopping .button-continue-shopping {
    width: 246px;
    min-width: 246px;
    font-size: 14px;
    border-radius: 4px;
    line-height: normal !important;
    min-height: inherit !important;
    padding: 15px 0;
    font-family: 'OpenSansSemiBold';
    margin: 0;
    background-color: transparent;
    border: 1px solid #554ae3;
    color: #333333;
    text-transform: uppercase;
}
.continue-shopping .button-continue-shopping:hover {
	background-color: #554ae3;
	color: #ffffff;
	box-shadow: none;
}
.ther-cart-total .cart_totals tr.order-total th, .ther-cart-total .cart_totals tr.order-total td span  {
    color: #ffffff;
    font-size: 26px;
}
.ther-cart-total .cart_totals tr.order-total th, .ther-cart-total .cart_totals tr.order-total td {
    padding: 34px 0 34px 30px;
    float: none;
}
.ther-cart-total tr.order-total {
    justify-content: flex-end;
    border: none;
    float: right;
    padding-right: 50px;
}
.ther-cart-total .payment-icons {
    display: none;
}
tr.paymnt-icons {
    justify-content: flex-start;
    border: none;
    float: left;
    padding-left: 50px;
}
tr.paymnt-icons td {
    padding: 34px 0;
}
.ther-payment-icons {
    padding: 0 !important;
    width: 300px;
    max-width: 300px;
    min-width: 300px;
}
.ther-payment-icons .row .col .img img {
    width: auto;
}
.ther-payment-icons .row .col {
    padding-bottom: 0;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
/*.ther-payment-icons .row .col .icon-box-img {
    margin: 0 !important;
}
.ther-payment-icons .row .col .icon-box-img img {
    padding: 0;
}*/
/*====================Cart-Total====================*/


/*=============================================Cart-Page=============================================*/








/*=============================================Shop-Page=============================================*/
.widget_shopping_cart ul li.mini_cart_item a {
    color: #3e4149;
    font-family: 'LoraRegular';
    font-weight: normal;
    font-size: 14px;
}
.woocommerce-mini-cart__buttons .wc-forward {
    background-color: transparent;
    border: 2px solid rgba(85,74,227,0.4);
    color: #444f5a;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 2px;
    margin-bottom: 0;
    margin-right: 0;
    line-height: normal !important;
    min-height: inherit !important;
    padding: 12px 14px;
    font-family: 'OpenSansSemiBold';
}
.woocommerce-mini-cart__buttons .wc-forward:hover {
	background-color: #554ae3;
    border: 2px solid #554ae3;
    color: #ffffff;
    box-shadow: none;
}
.woocommerce-mini-cart__buttons .wc-forward.checkout {
    background-color: #554ae3;
    border: 2px solid #554ae3;
    color: #ffffff;
}
.woocommerce-mini-cart__buttons .wc-forward.checkout:hover {
	background-color: transparent;
    border: 2px solid rgba(85,74,227,0.4);
    color: #444f5a;
    box-shadow: none;
}
.ther-shop-toptxt {
    padding-top: 50px !important;
}
.row.category-page-row {
    padding: 55px 0 !important;
}
.category-page-row .col.large-12 {
    padding: 0;
}
.category-page-row .col.large-12 .products.row {
    margin: auto;
    width: 100%;
    max-width: 100%;
}
.shop-container .product-small.col {
    padding: 0 15px 63px;
}
.shop-container .product-small.col .badge-container {
    left: -2px;
    z-index: 11;
    margin: 28px 0 0 0;
}
.shop-container .product-small.col .badge-container .badge {
    width: 90px;
    height: 49px;
}
.shop-container .product-small.col .badge-container .badge .badge-inner {
    background-color: #554ae3;
    font-family: 'Avenir-Black';
    font-size: 20px;
}
.price-wrapper {
    font-family: 'LoraRegular';
    font-size: 24px;
    color: #3e4149;
    margin-top: 20px;
}
.price-wrapper span {
    font-weight: normal;
}
p.box-excerpt {
    overflow: hidden;
    margin: 16px 0 25px;
}
.shop-container .product-small.col a.ther-t-btn {
    font-size: 14px;
    padding: 14px 47px;
    border: 1px solid #554ae3;
    color: #333333;
    margin: 0;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}
.shop-container .product-small.col a.ther-t-btn:hover {
    background-color: #554ae3;
    color: #ffffff;
    border-color: #554ae3;
}
.lmp_load_more_button .ther-t-btn {
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}
.lmp_load_more_button .ther-t-btn:hover {
    border-color: #554ae3 !important;
}
.wcmp-player-container .wcmp-player.track {
    width: 80px !important;
    height: 80px !important;
    z-index: 9 !important;
}
.mejs-controls {
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
}
.mejs-controls .mejs-button.mejs-playpause-button.mejs-play {
    width: 100% !important;
    height: 100% !important;
    background: transparent;
}
.mejs-controls .mejs-button.mejs-playpause-button.mejs-play button {
    width: 100% !important;
    height: 100% !important;
    background: url(/wp-content/uploads/2019/07/video-play-btn.png);
    background-size: 100%;
    margin: 0;
    background-repeat: no-repeat;
}
.mejs-controls .mejs-button.mejs-playpause-button.mejs-pause button {
    width: 100% !important;
    height: 100% !important;
    background: url(/wp-content/uploads/2019/08/video-pause-btn-1.png);
    background-size: 100%;
    margin: 0;
    background-repeat: no-repeat;
}
.shop-container .product-small.col .product-small.box .box-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
/*=============================================Shop-Page=============================================*/









/*=============================================Shop-Inner-Page=============================================*/


/*====================Product-Main====================*/
body.single-product .ther-shop-toptxt {
    display: none;
}
body.single-product .product-main {
    padding: 55px 0;
}
.product-info nav.breadcrumbs a {
    color: #554ae3;
    font-family: 'OpenSansSemiBold';
    font-size: 18px;
}
.product-info h1.product-title {
    font-size: 36px;
    color: #3e4149;
}
.product-info .price-wrapper p.price span.amount {
    color: #3e4149;
    font-family: 'LoraRegular';
    font-size: 28px;
}
.product-info .price-wrapper p.price span.amount span.woocommerce-Price-currencySymbol {
    font-size: 28px;
    vertical-align: baseline;
    margin: 0;
}
.product-info button.single_add_to_cart_button {
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 0;
    margin-right: 10px;
    line-height: normal !important;
    min-height: inherit !important;
    padding: 15px 48px;
    font-family: 'OpenSansSemiBold';
    background-color: transparent;
    border: 1px solid #554ae3;
    color: #333333;
}
.product-info button.single_add_to_cart_button:hover {
    box-shadow: none;
    background-color: #554ae3;
    color: #ffffff;
}
.product-main .product-images .badge-container {
    left: -2px;
    z-index: 11;
}
.product-main .product-images .badge-container .badge {
    width: 90px;
    height: 49px;
}
.product-main .product-images .badge-container .badge .badge-inner {
    background-color: #554ae3;
    font-family: 'Avenir-Black';
    font-size: 20px;
}
/*====================Product-Main====================*/


/*====================Product-Footer====================*/
.product-footer .related-products-wrapper {
    border: none;
}
.product-footer h3.product-section-title-related {
    margin-bottom: 50px;
    text-align: center;
    text-transform: none;
    color: #3e4149;
    font-size: 36px;
}
.shop-container .product-container .product-footer .woocommerce-tabs {
    border-top: none;
}
.shop-container .product-container .product-footer .woocommerce-tabs ul.product-tabs {
    border-bottom: 1px solid #eaeaea;
}
.shop-container .product-container .product-footer .woocommerce-tabs ul.product-tabs li {
    margin-right: 90px;
    font-size: 16px;
}
.shop-container .product-container .product-footer .woocommerce-tabs ul.product-tabs li.active a {
    color: #181d27;
    font-family: 'Avenir-Black';
}
.shop-container .product-container .product-footer .woocommerce-tabs ul.product-tabs li a:before {
    content: "";
    display: block;
    border-top: none;
    border-bottom: 5px solid black;
    position: absolute;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background-color: #181d27;
    transition: all 0.3s;
    opacity: 0;
    height: 3px;
    bottom: 0;
}
.shop-container .product-container .product-footer .woocommerce-tabs ul.product-tabs li.active a:before {
    opacity: 1;
}
.shop-container .product-container .product-footer .woocommerce-tabs ul.product-tabs li a {
    color: #76849f;
    font-family: 'Avenir-Book';
}
.shop-container .product-container .product-footer .woocommerce-tabs .tab-panels {
    padding-top: 32px;
}
/*====================Product-Footer====================*/


/*=============================================Shop-Inner-Page=============================================*/









/*=============================================Checkout-Page=============================================*/


/*====================Checkout-Form====================*/
form.checkout {
    margin-bottom: 0;
}
.page-checkout {
    padding-top: 50px;
    padding-bottom: 62px;
}	
form.checkout .large-8.col {
    padding-right: 100px;
}
.woocommerce-billing-fields {
    padding: 0;
    border: none;
}
form.checkout h3, form.checkout h4 {
    color: #4b4d55;
    font-weight: normal;
    font-size: 22px;
    padding: 0;
    line-height: normal;
    margin-bottom: 50px;
    letter-spacing: 0.5px;
}
form.checkout p.form-row-first {
    margin-right: 15px;
}
form.checkout p.form-row-first, form.checkout p.form-row-last {
    width: 48.7%;
}
form.checkout p.form-row {    
    margin-bottom: 15px;
}
form.checkout p.form-row input, form.checkout p.form-row span.select2-selection {
    height: 46px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    border-radius: 8px;
    font-family: 'Avenir-Book' !important;
    color: #000000;
    padding-left: 20px !important;
    font-size: 14px !important;
    background-color: #fafafa;
    margin-bottom: 0;
}
form.checkout p.form-row input::placeholder {
	color: #3e4149;
}
form.checkout p.form-row input::-webkit-input-placeholder {
	color: #3e4149;
}
form.checkout p.form-row input::-ms-input-placeholder {
	color: #3e4149;
}
form.checkout p.form-row input::-moz-placeholder {
	color: #3e4149;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, 
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single 
{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;
}
form.checkout p.form-row span.select2-selection span.select2-selection__rendered {
    height: 45px;
    line-height: 44px;
    padding: 0;
    color: #3e4149;
}
form.checkout p.form-row span.select2-selection span.select2-selection__arrow {
    height: 45px;
    line-height: 44px;
}
form.checkout p.form-row span.select2-container {
    margin: 0;
}
p.form-row-one, p.form-row-two, p.form-row-three {
    float: left;
    width: 31.6%;
}
p.form-row-one, p.form-row-two {
    margin-right: 15px;
}
form.checkout p.form-row input.wpcf7-not-valid, form.checkout p.form-row.woocommerce-invalid input {
    border-color: #b20000;
    color: #b20000;
}
.custom_error {
    display: block;
    margin-top: 5px;
    color: #b20000;
}
/*====================Checkout-Form====================*/



/*====================Shipping-Method====================*/
form.checkout .large-4.col .col-inner {
    border: none;
    padding: 0;
}
.checkout-sidebar table.shop_table table.shipping__table tr th {
    padding-top: 0;
    color: #4b4d55;
    font-weight: normal;
    font-size: 22px;
    padding: 0;
    line-height: normal;
    margin-bottom: 50px;
    font-family: 'LoraRegular';
    width: 100%;
}
.checkout-sidebar table.shop_table table.shipping__table tr td,
.checkout-sidebar table.shop_table table.shipping__table tr td ul#shipping_method 
{
    padding: 0;
}
.woocommerce-checkout-review-order tr {
    display: table-row;
    width: 325px;
    min-width: 325px;
    max-width: 325px;
    float: left;
    border: none;
}
ul#shipping_method li.shipping__list_item label.shipping__list_label {
    padding: 0;
    line-height: normal;
    display: block;
    font-size: 16px;
    color: #3e4149;
    font-family: 'OpenSansRegular';
    font-weight: normal;
    opacity: 1;
}
ul#shipping_method li.shipping__list_item label.shipping__list_label span.woocommerce-Price-amount.amount {
    float: right;
    font-weight: normal;
    font-family: 'Avenir-Black';
}
.woocommerce-checkout-review-order .cart-subtotal, 
.woocommerce-checkout-review-order .order-total, 
.woocommerce-checkout-review-order .cart_item, 
.woocommerce-checkout-review-order .product-name, 
.woocommerce-checkout-review-order .product-total 
{
    display: none;
}
.woocommerce-checkout-review-order .shop_table th, 
.woocommerce-checkout-review-order .shop_table td 
{
    float: none;
}
#order_review #payment {
    display: none;
}
.checkout ul li:not(:last-child) {
    margin-bottom: 16px;
}
ul#shipping_method li.shipping__list_item input[type=radio]:not(old){
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  opacity: 0;
}

ul#shipping_method li.shipping__list_item input[type=radio]:not(old) + label {
    display: inline-block;
    margin-left: -18px;
    padding-left: 28px;
    background: url(/wp-content/uploads/2019/07/check-before.png) no-repeat 0 0;
    line-height: 19px;
}

ul#shipping_method li.shipping__list_item input[type=radio]:not(old):checked + label {
    background: url(/wp-content/uploads/2019/07/check-after.png) no-repeat 0 0;
    color: #554ae3;
}
ul#shipping_method li.shipping__list_item input[type=radio]:not(old):checked + label span.amount {
    color: #554ae3;
}

/*====================Shipping-Method====================*/



/*====================Payment-Method====================*/
form.checkout .large-8.col #customer_details {
    margin-bottom: 60px;
}
#payment {
    border: 2px solid #d8d8d8;
    padding: 30px 50px;
    border-radius: 8px;
}
ul.wc_payment_methods li.wc_payment_method input[type=radio]:not(old){
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
ul.wc_payment_methods li.wc_payment_method.payment_method_paypal input[type=radio]:not(old) + label {
    background-position: 0px 13px;
}
ul.wc_payment_methods li.wc_payment_method.payment_method_paypal input[type=radio]:not(old):checked + label {
	background-position: 0px 13px;
}
ul.wc_payment_methods li.wc_payment_method input[type=radio]:not(old) + label {
    display: inline-block;
    margin-left: -18px;
    padding-left: 28px;
    background: url(/wp-content/uploads/2019/07/check-before.png) no-repeat 0 0;
    line-height: 19px;
}

ul.wc_payment_methods li.wc_payment_method input[type=radio]:not(old):checked + label {
    background: url(/wp-content/uploads/2019/07/check-after.png) no-repeat 0 0;
    color: #554ae3;
}
ul.wc_payment_methods li.wc_payment_method input[type=radio]:not(old):checked + label span.amount {
    color: #554ae3;
}
ul.wc_payment_methods li.wc_payment_method label {
    padding: 0;
    line-height: normal;
    display: block;
    font-size: 16px;
    color: #3e4149;
    font-family: 'OpenSansRegular';
    font-weight: normal;
    opacity: 1;
}
.woocommerce-checkout-payment .place-order .button {
    font-family: 'Avenir-Black';
    min-height: inherit !important;
    line-height: normal !important;
    margin: 0;
    font-size: 14px;
    padding: 17px 40px !important;
    width: auto;
    border: 2px solid #554ae3;
    background-color: #554ae3;
    color: #ffffff;
    border-radius: 2px;
}
.woocommerce-checkout-payment .place-order .button:hover {
    background-color: transparent;
    color: #554ae3;
    box-shadow: none;
}
.backtocart-btn {
    font-size: 14px;
    padding: 14px 47px;
    border: 1px solid #554ae3;
    color: #333333;
    margin: 0;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    display: inline-block;
    margin-top: 50px;
    border-radius: 2px;
}
.backtocart-btn:hover {
	background-color: #554ae3;
    color: #ffffff;
    border-color: #554ae3;
}
/*====================Payment-Method====================*/



/*=============================================Checkout-Page=============================================*/








/*=============================================Order-Complete-Page=============================================*/
.woocommerce-order h2 {
    margin-bottom: 36px;
    text-transform: capitalize;
}
.woocommerce-order-details {
    padding: 50px 0;
    overflow-x: scroll;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.woocommerce-order-details::-webkit-scrollbar {
	width: 0 !important;
}
.woocommerce-order-received .woocommerce-order {
    text-align: center;
}
.woocommerce-order-details table.order_details {
    border: 2px solid #000000;
    border-radius: 8px;
    padding: 20px 50px;
    max-width: 600px;
    min-width: 600px;
    margin: 0 auto 1em;
}
.woocommerce-order-details table.order_details tr {
    justify-content: space-between;
}
.woocommerce-order-details table.order_details tr:not(:last-child) {
    border-bottom: 1px solid #000000;
}
.woocommerce-order-details table.order_details tr:last-child {
    border-bottom: none;
}
.woocommerce-order-details .order_details th {
    width: auto;
    min-width: inherit;
    max-width: inherit;
    padding: 20px 100px;
}
.woocommerce-order-details .order_details th:first-child {
	padding-left: 0;
}
.woocommerce-order-details .order_details th:last-child {
	padding-right: 0;
}
.woocommerce-order-details .order_details th:first-child, 
.woocommerce-order-details .order_details td:first-child 
{
    float: left;
}
.woocommerce-order-details .order_details th:last-child, 
.woocommerce-order-details .order_details td:last-child 
{
    float: right;
}
.woocommerce-order-details .order_details td a {
    color: #000000;
    font-family: 'LoraRegular';
}
.woocommerce-order-details .order_details td {
    padding: 20px 0;
}
.woocommerce-customer-details .col2-set.addresses .col-1, .woocommerce-customer-details .col2-set.addresses .col-2 {
    width: 50%;
    text-align: left;
}
.woocommerce-customer-details .col2-set.addresses address {
    font-style: normal;
    font-family: 'OpenSansRegular';
    font-weight: normal;
    font-size: 13px;
    color: #3e4149;
    line-height: 22px;
}
.goback-homr-btn {
    margin-top: 36px;
}
.goback-homr-btn .ther-blue-btn {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
}
/*=============================================Order-Complete-Page=============================================*/









/*=============================================Blog-Page=============================================*/


/*====================Blog-Search====================*/
.blog-wrapper {
    padding-top: 42px;
}
.custom_blog_search {
    max-width: 1080px;
    margin: 0 auto 0;
    padding: 0 15px;
    width: 100%;
    display: table;
}
.custom_blog_widget {
    border-radius: 3px;
    float: left;
    width: 100%;
    background-color: #ededed;
    padding: 20px;
    margin: 0 0 55px 0;
}
.custom_blog_widget .is-divider {
    display: none;
}
aside#text-2 {
    width: 50%;
    float: left;
    margin-bottom: 0;
}
aside#text-2 {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
    position: relative;
}
aside#text-2:after {
    content: "";
    background-color: #c8c8c8;
    width: 1px;
    height: 60px;
    position: absolute;
    right: -11px;
}
aside.widget_text span.widget-title {
    margin: 0 11px 0 0;
    font-family: 'OpenSansBold';
    text-shadow: none;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    float: left;
}
.textwidget {
    float: left;
    width: 72%;
}
.textwidget .custom_sorting select {
    float: left;
    height: 50px;
    font-size: 13px;
    color: #787878;
    opacity: 1;
    background-image: url(/wp-content/uploads/2019/07/dar.png);
    background-size: auto 22%;
    margin-bottom: 0;
    background-color: #ffffff;
    box-shadow: none;
    font-family: 'OpenSansBold';
}
.custom_blog_search #text-4 {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
}
.custom_blog_search #text-4 {
    float: right;
    width: 50%;
    margin: 0 0 0 0;
}
.custom_blog_search #text-4 #searchform {
    float: left;
    margin: 0 0 0 0;
    width: 100%;
}
.custom_blog_search #text-4 #searchform br {
    display: none;
}
.custom_blog_search #text-4 #searchform input[type="text"] {
    height: 50px;
    color: #787878;
    opacity: 1;
    width: 70%;
    box-shadow: none;
    margin: 0;
    float: left;
    font-size: 13px;
    font-family: 'OpenSansBold';
}
.custom_blog_search #text-4 #searchform input[type="text"]::placeholder {
    color: #787878;
}
.custom_blog_search #text-4 #searchform input[type="text"]::-moz-placeholder {
    color: #787878;
}
.custom_blog_search #text-4 #searchform input[type="text"]::-ms-input-placeholder {
    color: #787878;
}
.custom_blog_search #text-4 #searchform input[type="text"]::-webkit-input-placeholder {
    color: #787878;
}
.custom_blog_search #text-4 #searchform input#searchsubmit {
    height: 50px;
    background-color: #6056e5;
    font-family: 'OpenSansBold';
    line-height: 0px;
    padding: 0 13px;
    width: 30%;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    float: left;
}
/*====================Blog-Search====================*/


/*====================Blog-Columns====================*/
.blog-wrapper .large-10.col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.blog-wrapper .large-10.col > .row {
    display: flex;
    height: auto !important;
}
.blog-wrapper .large-10.col > .row .col.post-item {
    position: inherit !important;
    top: auto !important;
    left: auto !important;
    padding-bottom: 55px;
}
.col.post-item .badge {
    display: none;
}
p.blue-text {
    font-size: 14px;
    color: #554ae3;
    font-family: 'OpenSansSemiBold';
    margin: 0;
}
.post-item h5.post-title {
    font-size: 24px;
    line-height: normal;
    height: 65px;
    margin-top: 10px;
    margin-bottom: 24px;
}
.col.post-item .box-text {
    padding: 0;
}
.col.post-item .box-text .is-divider {
    display: none;
}
.col.post-item .box-text p {
    margin: 18px 0 25px;
}
.col.post-item .box-text .red-mre {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 2px;
    padding: 15px 37px;
    font-family: 'OpenSansSemiBold';
    background-color: transparent;
    border: 2px solid rgba(85,74,227,0.4);
    color: #444f5a;
    line-height: normal;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
}
.col.post-item .box-text .red-mre:hover {
    background-color: #554ae3;
    color: #ffffff;
}
/*====================Blog-Columns====================*/


/*====================Blog-Pagination====================*/
ul.nav-pagination li span.current {
    border-radius: 0;
    background-color: #2417e0;
    border-color: #2417e0;
    font-size: 10px;
    width: 30px;
    height: 30px;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
    font-family: 'Avenir-Medium';
}
ul.nav-pagination li a.page-number {
    border-radius: 0;
    background-color: transparent;
    border-color: #d6d6d6;
    color: #2417e0;
    font-size: 10px;
    width: 30px;
    height: 30px;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
    font-family: 'Avenir-Medium';
}
ul.nav-pagination li a.page-number i.icon-angle-right, ul.nav-pagination li a.page-number i.icon-angle-left {
    top: 1px;
    font-size: 9px;
    font-weight: bold !important;
}
/*====================Blog-Pagination====================*/


/*=============================================Blog-Page=============================================*/









/*=============================================Blog-Inner-Page=============================================*/
.entry-header-text {
    padding: 0;
}
article h1.entry-title {
    font-size: 28px;
    color: #3e4149;
    margin-bottom: 30px;
}
.custm-single-blog {
    padding: 26px 0 55px;
}
.custm-single-blog ul {
    margin: 0;
}
.custm-single-blog ul li {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    color: #9e9e9e;
}
.custm-single-blog ul li:not(:last-child) {
    margin-right: 25px;
    border-right: 1px solid #9e9e9e;
    padding-right: 25px;
}
.custm-single-blog ul li a {
    font-family: 'OpenSansRegular';
    color: #9e9e9e;
}
.entry-content.single-page {
    padding: 0 0 50px;
}
.blog-share {
    border-top: 1px solid #e1e3e4;
    padding-top: 25px;
}
.social-icons.share-icons.share-row.relative {
    width: 100%;
    text-align: left;
}
.share-icons a.icon {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    vertical-align: middle;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
}
.share-icons a.icon {
    width: 44px;
    height: 44px;
    margin-bottom: 0;
    margin-right: 7px;
    background-color: #554ae3;
    border: 1px solid #554ae3;
    color: #ffffff;
}
.share-icons a.icon i {
    top: auto;
    font-size: 14px;
}
div#comments, .entry-author.author-box, .blog-share .is-divider, .entry-header-text .entry-divider, article .entry-image .badge {
    display: none;
}
/*=============================================Blog-Inner-Page=============================================*/







/*=============================================Video-Slider-Block=============================================*/
.ther-videos-slider {
    padding: 56px 0 45px !important;
}
.wonderplugincarousel-container {
    margin: 50px 0;
}
div#wonderplugincarousel-1 {
    max-width: 1080px !important;
}
div#wonderplugincarousel-1 .amazingcarousel-list-container {
    width: 100% !important;
}
div#wonderplugincarousel-1 .amazingcarousel-list-container .amazingcarousel-list-wrapper {
    width: 100% !important;
}
.amazingcarousel-prev, .amazingcarousel-next {
    display: none !important;
}
.amazingcarousel-list li.amazingcarousel-item .amazingcarousel-image {
    background: red !important;
    padding: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.amazingcarousel-list li.amazingcarousel-item .amazingcarousel-image .amazingcarousel-play-video {
    background-image: url(/wp-content/uploads/2019/07/video-play-btn.png) !important;
    background-size: 64px;
}
.amazingcarousel-list li.amazingcarousel-item .amazingcarousel-image .amazingcarousel-play-video + div>a {
    display: none !important;
}
#wonderplugincarousel-1 .amazingcarousel-title {
    text-align: left !important;
    margin: 0 !important;
    line-height: normal !important;
}
#wonderplugincarousel-1 .amazingcarousel-title h2 {
    font-size: 22px;
    line-height: normal;
    margin: 26px 0 11px;
}
.amazingcarousel-readmore {
    display: none;
}
button.wpp-btn-blue-medium {
    min-height: inherit !important;
    padding: 0 !important;
    line-height: normal;
    color: #554ae3 !important;
    background-color: transparent;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
    font-size: 14px;
    background: url(/wp-content/uploads/2019/07/right-indic.png) no-repeat right 5px !important;
    width: 89px;
    text-align: left;
}
.amazingcarousel-button {
    text-align: left;
}
.amazingcarousel-description {
    display: none;
}
.amazingcarousel-nav {
    bottom: -50px !important;
    top: auto !important;
}
#carousel-html5-lightbox .html5-playpause {
    display: none !important;
}
/*=============================================Video-Slider-Block=============================================*/









/*=============================================Contact-Us-Page=============================================*/
.jer-contact-txt {
    padding: 95px 0 !important;
}
.jer-contact-txt h2 {
    color: #333333;
    margin-bottom: 45px;
}
.jer-contact-txt .row .col.medium-6.small-12.large-6:first-child {
    padding-right: 86px !important;
}
.jer-contact-txt .col-inner>ul {
    margin-bottom: 28px;
}
.jer-contact-txt .col-inner>ul li {
    list-style-type: none;
    margin-left: 0;
}
.jer-contact-txt .col-inner>ul li, .jer-contact-txt .col-inner>ul li a {
    list-style-type: none;
    margin-left: 0;
    font-family: 'Avenir-Book';
    color: #3e4149;
    line-height: normal;
    margin-bottom: 15px;
    font-size: 16px;
}
.jer-contact-txt .col-inner>ul li a:hover {
    color: #554ae3;
}
.jer-contact-txt .col-inner>ul li strong {
    font-family: 'Avenir-Black';
    color: #3e4149;
}
.jer-contact-txt p {
    margin: 0;
}
.jer-contact-txt p iframe {
    height: 734px;
    display: block;
}
.jer-contact-txt .gform_wrapper {
    margin: 0;
}
.jer-contact-txt .gform_wrapper .conatct-form .gform_heading {
    display: none;
}
.jer-contact-txt .gform_wrapper .conatct-form .gform_body label {
    display: none !important;
}
.jer-contact-txt .gform_wrapper .conatct-form .gform_body ul li {
	margin: 0;
	padding: 0;
}
.jer-contact-txt .gform_wrapper .conatct-form .gform_body ul li .ginput_container {
    width: 100%;
    margin: 0;
}
.jer-contact-txt .gform_wrapper .conatct-form .gform_body ul li .ginput_container span {
    padding: 0;
}
.jer-contact-txt .gform_wrapper .conatct-form .gform_body ul li input,
.jer-contact-txt .gform_wrapper .conatct-form .gform_body ul li textarea 
{
    border: 1px solid #a7a7a7;
    box-shadow: none;
    border-radius: 8px;
    height: 55px;
    font-family: 'Avenir-Book' !important;
    color: #000000;
    padding-left: 20px !important;
    font-size: 15px !important;
}
.jer-contact-txt .gform_wrapper .conatct-form .gform_body ul li textarea {
	height: 157px;
	padding-top: 10px;
}
.jer-contact-txt .gform_wrapper .conatct-form .gform_footer {
    padding: 0;
}
.jer-contact-txt .gform_wrapper .conatct-form .gform_footer input {
    font-family: 'Avenir-Black';
    min-height: inherit !important;
    line-height: normal !important;
    margin: 0;
    font-size: 14px;
    padding: 17px 40px !important;
    width: auto;
    border: 2px solid #554ae3;
    background-color: #554ae3;
    color: #ffffff;
}
.jer-contact-txt .gform_wrapper .conatct-form .gform_footer input:hover {
	background-color: transparent;
	color: #554ae3;
	box-shadow: none;
}
.conatct-form .validation_error {
    display: none;
}
.jer-contact-txt .gform_wrapper .conatct-form .gform_body ul li.gfield_error .ginput_container {
    margin-top: 5px;
}
.jer-contact-txt .gform_wrapper .conatct-form .gform_body ul li.gfield_error {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}
.jer-contact-txt .gform_wrapper .conatct-form .gform_body ul li.gfield_error .validation_message {
    padding-top: 3px;
    padding-left: 20px;
    font-family: 'Avenir-Book';
    font-size: 13px;
}
.conatct-form .gform_confirmation_message {
    color: green;
    border: 2px solid green;
    text-align: center;
    border-radius: 6px;
    padding: 7px 10px;
    line-height: normal;
    font-size: 16px;
    margin-top: 30px;
    font-family: 'Avenir-Medium';
}
.conatct-form input::placeholder {
    color: #6c6c6c !important;
    opacity: 1 !important;
}
.conatct-form input::-webkit-input-placeholder {
    color: #6c6c6c !important;
    opacity: 1 !important;
}
.conatct-form input::-ms-input-placeholder {
    color: #6c6c6c !important;
    opacity: 1 !important;
}
.conatct-form input::-moz-placeholder {
    color: #6c6c6c !important;
    opacity: 1 !important;
}
.conatct-form textarea::placeholder {
    color: #6c6c6c !important;
    opacity: 1 !important;
}
.conatct-form textarea::-webkit-input-placeholder {
    color: #6c6c6c !important;
    opacity: 1 !important;
}
.conatct-form textarea::-ms-input-placeholder {
    color: #6c6c6c !important;
    opacity: 1 !important;
}
.conatct-form textarea::-moz-placeholder {
    color: #6c6c6c !important;
    opacity: 1 !important;
}
/*=============================================Contact-Us-Page=============================================*/







/*=============================================Downloads-Page=============================================*/
.section+.row:not(.row-collapse) {
    margin-top: 0;
}
/*.woodownloads {
    padding: 50px 0!important;
}*/
.products.row, .related .row {
    justify-content: center;
}
/*.woodownloads .row .product-category.col {
    margin: 0;
}
.woodownloads .row .product-category.col .box-badge:hover .box-text {
    background-color: #554ae3;
}*/
/*=============================================Downloads-Page=============================================*/





/*=============================================Mobile-Menu=============================================*/
ul.mobile-nav li.nav-icon a {
    font-size: 12px;
    color: #554ae3;
}
.mobile-sidebar ul.nav.nav-sidebar li.current-menu-item a, 
.mobile-sidebar ul.nav.nav-sidebar li.current_page_parent a 
{
    border-color: #554ae3;
    color: #554ae3;
}
.mobile-sidebar ul.nav.nav-sidebar li.current-menu-item ul.children li a {
    border-color: transparent;
    color: #333333;
}
.mobile-sidebar ul.nav.nav-sidebar li a {
    font-family: 'OpenSansBold';
    color: #333333;
    font-size: 12px;
    border-bottom: 2px solid transparent;
    font-weight: normal;
}
ul.mobile-nav li.cart-item a.header-cart-link span strong {
    color: #554ae3;
    border-color: #554ae3;
}
ul.mobile-nav li.cart-item a.header-cart-link span strong:hover {
    background-color: #554ae3;
    color: #ffffff;
}
ul.mobile-nav li.cart-item a.header-cart-link span strong:after {
    border-color: #554ae3;
}
ul.mobile-nav .cart-item a.header-cart-link {
    color: #554ae3;
}
ul.mobile-nav .cart-item a.header-cart-link i:after 
{
    background-color: #554ae3;
}
/*=============================================Mobile-Menu=============================================*/


.error404 .inner-banner .title-content.flex-col {
    display: none;
}
.error404 h1.page-title {
    margin: 10px 0 50px;
}

.wcmp-odd-row{display:none;}

table.wcmp-player-list {
    border: 1px solid #dadada;
    background: #dadada;
    border-radius: 10px;
    width: auto;
    padding-right: 20px;
}
td.wcmp-player-title.wcmp-column-player-title {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'OpenSansSemiBold';
    color: #333333;
}

.txtimg .ther-t-btn, .imgtxt .ther-t-btn{margin-bottom:30px;}
.aboutme-row .ther-t-btn{margin-bottom:10px;}

.linkclicked{border-bottom:3px solid #554ae3;}

.custombread{
    color: #fff;
    font-family: 'OpenSansRegular';
    font-weight: normal;
    font-size: 13px;
    
}
/*=============================================Add-Media-Quary=============================================*/


/*====================Media-For-Mozilla====================*/
@-moz-document url-prefix() {
body h1, body h2, body h3, body h4, body h5, body h6, body a, body input, body button, body span {
    font-weight: normal !important;
}
}
/*====================Media-For-Mozilla====================*/



/*====================Media-For-Edge====================*/
@supports (-ms-ime-align:auto) {
body h1, body h2, body h3, body h4, body h5, body h6, body a, body input, body button, body span {
    font-weight: normal !important;
}
}
/*====================Media-For-Edge====================*/




/*====================Media-For-Safari-Mac====================*/
.woodownloads {
    padding: 50px 0!important;
}edia not all and (min-resolution:.001dpcm) { @media {
body h1, body h2, body h3, body h4, body h5, body h6, body a, body input, body button, body span {
    font-weight: normal !important;
}
.section p strong {
	font-weight: normal;
}
}}
/*====================Media-For-Safari-Mac====================*/




/*====================Media-For-IE====================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.cart-container .woocommerce-cart-form {
    margin-bottom: 1.5em;
}
.payment-icon svg {
    max-width: 44px;
}

}
/*====================Media-For-IE====================*/




@media (min-width: 320px) and (max-width: 767px) {
section.section.home-banner {
    padding: 158px 0 !important;
}
.home-banner h1 {
    font-size: 34px;
}
section.section {
    padding: 50px 0 20px !important;
}
.row-collapse>.col {
    padding: 0 15px 30px !important;
}
body h2 {
    font-size: 28px;
}
body p>br {
    display: none;
}
.section p strong>br {
    display: none;
}
.mc4wp-form-fields input[type="email"] {
    width: 100%;
}
.mc4wp-form-fields input[type="submit"] {
    margin: 20px 0 0;
    float: left;
    width: 168px;
}
.absolute-footer {
    padding: 50px 0 20px;
}
.absolute-footer .container {
    padding: 0;
}
.absolute-footer .footer-secondary {
    padding: 0;
}
section.section.inner-banner {
    padding: 85px 0 !important;
}
.inner-banner .row .col.medium-7.small-12.large-7 {
    display: none;
}
.inner-banner .row .col {
    padding: 0 15px!important;
}
section.section.ther-abouttxt {
    padding: 50px 0 !important;
}
.section p strong {
    margin: 35px 0 0;
}
.ther-abouttxt .row:nth-of-type(2), .ther-abouttxt .row:nth-of-type(4) {
    padding: 50px 0 20px !important;
    margin: 0;
}
.ther-abouttxt .row:nth-of-type(3) {
    margin: 50px 0 0;
}
.ther-abouttxt .row:nth-of-type(2) .col-left-padding, 
.ther-retreats-text3 .row .col-left-padding,
.ther-how-why .row:first-child .col-left-padding 
{
    order: 2;
}
.ther-condition-txt .box-text {
    padding: 20px 0 30px;
}
.ther-how-why .row .col.medium-6.small-12.large-6,
.absolute-footer .footer-secondary .col.medium-6.small-12.large-6,
.inner-banner .row .col.medium-5.small-12.large-5,
.ther-abouttxt .row .col.medium-6.large-6,
.ther-condition-txt .row .col.medium-6.small-12.large-6,
.ther-retreats-text .col.medium-6.small-12.large-6, 
.ther-retreats-text2 .col.medium-6.small-12.large-6,
.ther-retreats-text3 .col.medium-6.small-12.large-6,
.jer-contact-txt .row .col.medium-6.small-12.large-6 
{
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.jer-contact-txt .row .col.medium-6.small-12.large-6:first-child {
    padding-right: 15px !important;
}
.jer-contact-txt p iframe {
    width: 100%;
}
.jer-contact-txt h2 {
    margin-bottom: 20px;
}
.row.category-page-row {
    padding: 0px 0 50px !important;
}
.shop-container .product-small.col {
    padding: 0 15px 35px;
}
nav.checkout-breadcrumbs a {
    display: inline-block !important;
}
.product-remove a.remove {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: inherit;
}
section.section.ther-payment-icons {
    padding: 0 !important;
}
form.checkout .large-8.col {
    padding-right: 15px;
    order: 2;
}
form.checkout p.form-row {
    width: 100%;
    margin: 0;
}
.checkout-sidebar {
    margin-top: 50px;
}
aside#text-2 {
    width: 100%;
    display: block;
}
.custom_blog_search #text-4 {
    width: 100%;
    display: block;
    margin-top: 40px;
}
aside#text-2:after {
    width: 100%;
    height: 1px;
    right: 0;
    bottom: -21px;
}
.textwidget {
    width: 100%;
}
aside.widget_text span.widget-title {
    margin-bottom: 11px;
}
article h1.entry-title {
    font-size: 24px;
}
.ther-retreats-text p strong {
    text-align: center;
}
.cart-popup-inner .payment-icon svg {
    height: 14px;
}
}



@media (min-width: 320px) and (max-width: 567px) {
.footer-gallery .col.medium-2.small-6.large-2, .footer-gallery .col.medium-2.small-12.large-2 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.shop-container .product-small.col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
nav.checkout-breadcrumbs a:before {
    font-size: 18px;
    height: 50px;
    width: 50px;
}
nav.checkout-breadcrumbs a:before {
    left: 25%;
    top: -62px;
}
nav.checkout-breadcrumbs a:not(:last-child):after {
    top: -38px;
}
ul.wc_payment_methods li.wc_payment_method.payment_method_paypal input[type=radio]:not(old):checked + label {
    background-position: 21px 13px;
    padding-left: 53px;
}
ul.wc_payment_methods li.wc_payment_method.payment_method_paypal input[type=radio]:not(old) + label {
    background-position: 21px 13px;
    padding-left: 53px;
}
.product-info h1.product-title, .product-footer h3.product-section-title-related {
    font-size: 28px;
}
.woocommerce-customer-details .col2-set.addresses .col-1, .woocommerce-customer-details .col2-set.addresses .col-2 {
    width: 100%;
}
.post-item h5.post-title {
    font-size: 20px;
    height: auto;
}
.ther-whatisyoga a {
    font-size: 14px;
}
.ther-videos-slider h2 {
    font-size: 22px;
}
.share-icons a.icon {
    width: 35px;
    height: 35px;
}
.share-icons a.icon i {
    font-size: 12px;
}
.payment_method_paypal img {
    width: 100px;
}
ul.wc_payment_methods li.wc_payment_method label {
    font-size: 13px;
}
ul.wc_payment_methods li.wc_payment_method.payment_method_paypal label a.about_paypal {
    display: inline-block;
}
.woocommerce-checkout-payment .place-order .button {
    padding: 17px 25px !important;
}
#payment {
    padding: 30px 35px;
}
/*div#wonderplugincarousel-1 .amazingcarousel-list-container .amazingcarousel-list-wrapper ul li.amazingcarousel-item {
    width: 175px !important;
    border: 1px solid red;
}
div#wonderplugincarousel-1 .amazingcarousel-list-container .amazingcarousel-list-wrapper ul li.amazingcarousel-item .amazingcarousel-item-container {
    padding: 0;
    margin: 0 !important;
}*/
.ther-retreats-text h2, .ther-retreats-text2 h2 {
    font-size: 24px;
}
}



@media (min-width: 568px) and (max-width: 767px) {
.footer-gallery .col.medium-2.small-6.large-2, .footer-gallery .col.medium-2.small-12.large-2 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.shop-container .product-small.col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
nav.checkout-breadcrumbs a:before {
    left: 34%;
}
.woocommerce-customer-details .col2-set.addresses .col-1, .woocommerce-customer-details .col2-set.addresses .col-2 {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.custom_blog_search #text-4 #searchform input[type="text"] {
    width: 82%;
}
.custom_blog_search #text-4 #searchform input#searchsubmit {
    width: 18%;
}
.post-item h5.post-title {
    font-size: 22px;
    height: auto;
}
.footer-gallery .row {
    -ms-flex-pack: flex-start !important;
    justify-content: flex-start !important;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
section.section.home-banner {
    padding: 158px 0 !important;
}
body h2 {
    font-size: 30px;
}
section.section.inner-banner {
    padding: 85px 0 !important;
}
.inner-banner .row .col {
    padding: 0 15px!important;
}
section.section.ther-abouttxt {
    padding: 70px 0 !important;
}
.section p strong>br {
    display: none;
}
section.section.ther-payment-icons {
    padding: 0 !important;
}
.product-remove a.remove {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: inherit;
}
.post-item h5.post-title {
    font-size: 22px;
}
.ther-retreats-text p strong {
    text-align: center;
}
.cart-popup-inner .payment-icon svg {
    height: 14px;
}
.cart_totals table.shop_table, .ther-cart-total .wc-proceed-to-checkout {
    max-width: 100%;
    min-width: 100%;
}
select#billing_country, select#billing_state {
    opacity: 0;
    visibility: hidden;
}
}



@media (min-width: 768px) and (max-width: 991px) {
section.section {
    padding: 70px 0 40px !important;
}
.row-collapse>.col {
    padding: 0 15px 30px !important;
}
.ther-abouttxt .row:nth-of-type(2) .col-left-padding, 
.ther-retreats-text3 .row .col-left-padding,
.ther-how-why .row:first-child .col-left-padding 
{
    order: 2;
}
.ther-how-why .row .col.medium-6.small-12.large-6,
.absolute-footer .footer-secondary .col.medium-6.small-12.large-6,
.ther-abouttxt .row .col.medium-6.large-6,
.ther-condition-txt .row .col.medium-6.small-12.large-6,
.ther-retreats-text .col.medium-6.small-12.large-6, 
.ther-retreats-text2 .col.medium-6.small-12.large-6,
.ther-retreats-text3 .col.medium-6.small-12.large-6,
.jer-contact-txt .row .col.medium-6.small-12.large-6 
{
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.footer-gallery .col.medium-2.small-6.large-2, .footer-gallery .col.medium-2.small-12.large-2 {
    padding: 0 !important;
}
.absolute-footer .container {
    padding: 0;
}
/*.inner-banner .row .col.medium-7.small-12.large-7 {
    display: none;
}*/
.ther-abouttxt .row:nth-of-type(2), .ther-abouttxt .row:nth-of-type(4) {
    padding: 70px 0 40px !important;
    margin: 0;
}
.ther-abouttxt .row:nth-of-type(3) {
    margin: 70px 0 0;
}
.jer-contact-txt .row .col.medium-6.small-12.large-6:first-child {
    padding-right: 15px !important;
}
.jer-contact-txt p iframe {
    width: 100%;
}
.row.category-page-row {
    padding: 0px 0 70px !important;
}
.shop-container .product-small.col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
nav.checkout-breadcrumbs a:before {
    left: 36%;
}
form.checkout .large-8.col {
    padding-right: 15px;
    order: 2;
}
form.checkout p.form-row-first {
    margin-right: 18px;
}
p.form-row-one, p.form-row-two {
    margin-right: 18px;
}
aside#text-2 {
    width: 100%;
    display: block;
}
.custom_blog_search #text-4 {
    width: 100%;
    display: block;
    margin-top: 40px;
}
aside#text-2:after {
    width: 100%;
    height: 1px;
    right: 0;
    bottom: -21px;
}
.textwidget {
    width: 100%;
}
aside.widget_text span.widget-title {
    margin-bottom: 11px;
}
.custom_blog_search #text-4 #searchform input[type="text"] {
    width: 82%;
}
.custom_blog_search #text-4 #searchform input#searchsubmit {
    width: 18%;
}
.post-item h5.post-title {
    height: auto;
}
div#wonderplugincarousel-1 {
    max-width: 720px !important;
}
section.section.footer-gallery {
    padding: 0 !important;
}
}




@media (min-width: 991px) and (max-width: 1024px) {
.row .col-left-padding, .row .col-right-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.footer-gallery .col.medium-2.small-6.large-2, 
.footer-gallery .col.medium-2.small-12.large-2 
{
    padding: 0 !important;
}
.ther-how-why p {
    height: 70px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.ther-abouttxt .row .col.small-12.large-12, .ther-retreats-text .row .col.small-12.large-12 {
    padding: 0 15px !important;
}
.ther-abouttxt .row:nth-of-type(4) p {
    height: 173px;
    margin: 0;
    overflow-y: scroll;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.ther-abouttxt .row:nth-of-type(4) .ther-t-btn {
    font-size: 14px;
    padding: 8px 18px;
}
.ther-condition-txt .row .col.medium-6.small-12.large-6 {
	padding: 0 15px !important;
}
.row .col-small-paading-right, .row .col-small-paading-left {
	padding: 0 15px !important;
}
.jer-contact-txt .row.row-collapse .col.medium-6.small-12.large-6 {
    padding: 0 15px !important;
}
.shop-container .product-small.col {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
}
.shop-container .related-products-wrapper .product-small.col {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
form.checkout .large-8.col {
    padding-right: 55px;
    max-width: 64.66667%;
    -ms-flex-preferred-size: 64.66667%;
    flex-basis: 64.66667%;
}
form.checkout .large-4.col {
    max-width: 35.33333%;
    -ms-flex-preferred-size: 35.33333%;
    flex-basis: 35.33333%;
}
aside.widget_text span.widget-title {
    font-size: 14px;
}
div#wonderplugincarousel-1 {
    max-width: 900px !important;
}
}




/*=============================================Add-Media-Quary=============================================*/
