/******************************************************************
  Template Name: Yata
  Description: Yata HTML Template
  Author: Amita Chaudhary
******************************************************************/


/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset::marker
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Banner Section
6.  Deal Of The Week
7.  Latest Blog
8.  Logo Carousel
9.  Contact
10.  Footer
-------------------------------------------------------------------*/


/*----------------------------------------*/


/* Template default CSS
/*----------------------------------------*/

::-webkit-scrollbar {
    width: 0px;
}

@font-face {
    font-family: 'Mplus 1p';
    src: url('../fonts/Mplus1p-Regular.eot');
    src: url('../fonts/Mplus1p-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Mplus1p-Regular.woff2') format('woff2'), url('../fonts/Mplus1p-Regular.woff') format('woff'), url('../fonts/Mplus1p-Regular.ttf') format('truetype'), url('../fonts/Mplus1p-Regular.svg#Mplus1p-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+00-024F;
}

@font-face {
    font-family: 'PT Sans Regular';
    src: url('../fonts/PTSans-Regular.eot');
    src: url('../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-Regular.woff2') format('woff2'), url('../fonts/PTSans-Regular.woff') format('woff'), url('../fonts/PTSans-Regular.ttf') format('truetype'), url('../fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans Bold';
    src: url('../fonts/PTSans-Bold.eot');
    src: url('../fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-Bold.woff2') format('woff2'), url('../fonts/PTSans-Bold.woff') format('woff'), url('../fonts/PTSans-Bold.ttf') format('truetype'), url('../fonts/PTSans-Bold.svg#PTSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html,
body {
    height: 100%;
    font-family: "Mplus 1p";
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background-color: #fbfbfb;
    color: #777777;
}

.zh-HK {
    /*font-family: "PT Sans Regular" !important;*/
    /*font-family: "Mplus 1p", "PT Sans Regular" !important;*/
    font-family:sans-serif;
}
/*class to bold:
    moresection
    headerbigtitle
    hdbg
    datedata-text
    promotiontitle
    pp-new
    pp-sale
    activefilterbtn
    businesshourstitle
    exsale
    moreabouttitle
    timeline-year
    news-tagdiv
    jointitle
    jobheading
    ortext
    joinbottomheading
*/
.zh-HK .moresection,
.zh-HK .headerbigtitle,
.zh-HK .hdbg,
.zh-HK .datedata-text,
.zh-HK .promotiontitle,
.zh-HK .pp-new,
.zh-HK .pp-sale,
.zh-HK .activefilterbtn,
.zh-HK .businesshourstitle,
.zh-HK .exsale,
.zh-HK .moreabouttitle,
.zh-HK .timeline-year,
.zh-HK .news-tagdiv,
.zh-HK .jointitle,
.zh-HK .jobheading,
.zh-HK .ortext,
.zh-HK .joinbottomheading 
.zh-HK .maintitle{
    font-family: 'PT Sans Bold';
}

.en-US .moresection,
.en-US .headerbigtitle,
.en-US .hdbg,
.en-US .datedata-text,
.en-US .promotiontitle,
.en-US .pp-new,
.en-US .pp-sale,
.en-US .activefilterbtn,
.en-US .businesshourstitle,
.en-US .exsale,
.en-US .moreabouttitle,
.en-US .timeline-year,
.en-US .news-tagdiv,
.en-US .jointitle,
.en-US .jobheading,
.en-US .ortext,
.en-US .joinbottomheading 
.en-US .maintitle{
    font-family: 'M PLUS 1p'
}

body {
    background-image: url(../img/background.png);
    background-repeat: repeat;
    height: auto;
}

.owl-dots button::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: "Muli", sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
    /*font-family: 'Mplus 1p';*/
    color: #636363;
    line-height: 26px;
    margin: 0 0 15px 0;
}

.maincontentsection {}

.top-social a {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: rgb(165, 205, 57);
    color: #ffffff !important;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    font-size: 18px !important;
    z-index: 1;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

.umb-grid ul,
ol {
    padding: 0;
    list-style-position: inside;
}


/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    margin-bottom: 40px;
    text-align: center;
}

.section-title .product-price {
    font-size: 24px;
    font-weight: 700;
    color: #e7ab3c;
}

.text-YataGreen {
    color: rgb(165, 205, 57);
    font-weight: bold;
}

.section-title .product-price span {
    font-size: 16px;
    font-weight: 400;
    color: #636363;
}

.section-title h2 {
    color: #252525;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 38px;
    position: relative;
}

.section-title h2:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    width: 80px;
    height: 3px;
    background: #e7ab3c;
    content: "";
    margin: 0 auto;
}

.section-title p {
    color: #6e6e6e;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}


/* buttons */

.primary-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 30px;
    color: #ffffff;
    background: #e7ab3c;
    text-transform: uppercase;
}

.site-btn {
    color: #ffffff;
    background: #e7ab3c;
    border: 1px solid #e7ab3c;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 45px 11px;
    cursor: pointer;
}


/* Preloder */

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #a5cd39;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}


/*---------------------
  Header
-----------------------*/

.ht-right .lan-selector {
    max-width: 142px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.ht-right .lan-selector .ddcommon {
    max-width: 142px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
    cursor: pointer;
    padding: 0 20px;
}

.ht-right .lan-selector .ddcommon .ddTitle .ddTitleText img {
    padding-right: 5px;
}

.ht-right .lan-selector .ddcommon .ddTitle .ddTitleText span {
    font-size: 14px;
    color: #252525;
}

.ht-right .lan-selector .ddcommon .ddTitle .ddArrow:before {
    content: "3";
    font-family: "ElegantIcons";
    font-size: 14px;
    color: #636363;
    float: right;
    position: relative;
    right: 0;
    line-height: 26px;
}

.ht-right .lan-selector .ddcommon .ddChild {
    background: #fff;
    max-width: 142px;
    width: 100%;
    position: relative;
    left: 0;
}

.ht-right .lan-selector .ddcommon .ddChild ul {
    width: 100%;
    max-width: 142px;
}

.ht-right .lan-selector .ddcommon .ddChild ul li {
    line-height: 23px;
    padding: 0px 10px;
    list-style: none;
}

.ht-right .lan-selector .ddcommon .ddChild ul li img {
    padding-right: 10px;
}

.ht-right .lan-selector .ddcommon .ddChild ul li span {
    font-size: 13px;
    color: #000;
    letter-spacing: 0.325px;
}

.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}

.header-top .ht-left {
    float: left;
}

.header-top .ht-left .mail-service {
    font-size: 16px;
    color: #252525;
    float: left;
    border-right: 1px solid #E5E5E5;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
}

.header-top .ht-left .mail-service i {
    margin-right: 5px;
}

.header-top .ht-left .phone-service {
    float: right;
    font-size: 14px;
    color: #252525;
    line-height: 27px;
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left: 20px;
}

.header-top .ht-left .phone-service i {
    margin-right: 5px;
}

.header-top .ht-right {
    float: right;
}

.header-top .ht-right .login-panel {
    float: right;
    font-size: 14px;
    color: #252525;
    display: inline-block;
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
    padding-top: 18px;
    padding-bottom: 15px;
}

.header-top .ht-right .login-panel i {
    margin-right: 8px;
}

.header-top .ht-right .lan-selector {
    float: right;
    margin-top: 15px;
    margin-bottom: 13px;
}

.header-top .ht-right .top-social {
    float: right;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-right: 1px solid #e5e5e5;
}

.header-top .ht-right .top-social a {
    color: #252525;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
}

.inner-header {
    padding: 10px 0 20px 0;
}

.inner-header .logo {
    padding: 12px 0;
}

.logo {
    padding: 10px 0px 20px 0px;
}

.inner-header .logo a {
    display: inline-block;
}

.logo img {
    max-width: 100px;
}

.searchArrow {
    display: inline-block;
    margin: 0;
}

.searchArrow::before {
    content: "";
    position: relative;
    top: 8px;
    left: 26px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid rgb(165, 205, 57);
}

.inner-header .advanced-search {
    height: 50px;
    border: 1px solid #ebebeb;
}

.inner-header .advanced-search .category-btn {
    max-width: 30%;
    float: left;
    background: transparent;
    border: none;
    padding-left: 23px;
    padding-top: 11px;
    padding-bottom: 13px;
    padding-right: 60px;
    font-size: 16px;
    color: #252525;
    position: relative;
}

.inner-header .advanced-search .category-btn:before {
    position: absolute;
    right: 0;
    top: 14px;
    width: 1px;
    height: 20px;
    background: #e5e5e5;
    content: "";
}

.inner-header .advanced-search .category-btn:after {
    position: absolute;
    right: 11px;
    top: 10px;
    content: "3";
    font-family: "ElegantIcons";
    font-size: 16px;
    color: #b2b2b2;
}

.inner-header .advanced-search .input-group {
    max-width: 70%;
    height: 100%;
}

.inner-header .advanced-search .input-group input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 16px;
    color: #d1d1d1;
    padding-left: 20px;
}

.inner-header .advanced-search .input-group button {
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    right: -3px;
    top: -1px;
    border: 1px solid #e7ab3c;
    background: #e7ab3c;
    padding: 12px 16px 12px;
    cursor: pointer;
}

.inner-header .nav-right {
    padding: 5px 0;
}

.inner-header .nav-right li {
    list-style: none;
    display: inline-block;
    font-size: 13pt;
    margin-left: 20px;
    color: #666666;
}

.inner-header .nav-right li a {
    color: #666666;
}

.inner-header .nav-right li.content-icon .fa {
    color: rgb(165, 205, 57);
}

.inner-header .nav-right li.content-icon {
    border-bottom: 2px dotted rgb(165, 205, 57);
}

.inner-header .nav-right li.heart-icon a {
    color: #252525;
    position: relative;
    display: inline-block;
}

.inner-header .nav-right li.heart-icon a span {
    position: absolute;
    right: -8px;
    top: -1px;
    height: 15px;
    width: 15px;
    background: #e7ab3c;
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    line-height: 15px;
}

.inner-header .nav-right li.cart-icon {
    position: relative;
}

.inner-header .nav-right li.cart-icon:hover .cart-hover {
    opacity: 1;
    visibility: visible;
    top: 60px;
}

.inner-header .nav-right li.cart-icon a {
    color: #252525;
    position: relative;
    display: inline-block;
}

.inner-header .nav-right li.cart-icon a span {
    position: absolute;
    right: -8px;
    top: -1px;
    height: 15px;
    width: 15px;
    background: #e7ab3c;
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    line-height: 15px;
}

.read-more-input {
    position: fixed;
    clip: rect(1px, 1px, 1px, 1px);
}

.read-more-input~.read-more-content {
    max-height: 1.8em;
}

.read-more-input:checked~.read-more-content {
    max-height: 100em;
}

.read-more-input~.read-more-btn:after {
    content: "\f107";
    font: normal normal normal 20px/1 FontAwesome;
}

.read-more-input:checked~.read-more-btn:after {
    content: "\f106";
    font: normal normal normal 20px/1 FontAwesome;
}

.read-more-content {
    position: relative;
    display: inline-block;
    width: 98%;
    overflow: hidden;
    -moz-transition: max-height 0.4s ease-in-out;
    -webkit-transition: max-height 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out;
    max-height: 100%;
}

.read-more-btn {
    display: inline-block;
    color: #777777;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 15px;
}

#sticky-sidebar {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.inner-header .nav-right li.cart-icon .cart-hover {
    position: absolute;
    right: -70px;
    top: 100px;
    width: 350px;
    background: #ffffff;
    z-index: 99;
    text-align: left;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
    box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table {
    width: 100%;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td {
    padding-bottom: 20px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-pic img {
    border: 1px solid #ebebeb;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-text {
    padding-left: 18px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected p {
    color: #e7ab3c;
    line-height: 30px;
    margin-bottom: 7px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected h6 {
    color: #232530;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-close {
    color: #252525;
    font-size: 16px;
    cursor: pointer;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total {
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    padding-top: 26px;
    margin-bottom: 30px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total span {
    font-size: 14px;
    color: #e7ab3c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    float: left;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total h5 {
    color: #e7ab3c;
    float: right;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-button .view-card {
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    background: #191919;
    color: #ffffff;
    padding: 15px 30px 12px;
    margin-bottom: 10px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-button .checkout-btn {
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 15px 30px 12px;
}

.inner-header .nav-right li.cart-price {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
}

.nav-item {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-item .nav-depart {
    float: left;
}

.nav-item .nav-depart .depart-btn {
    background: #3b3b3b;
    color: #ffffff;
    padding: 14px 84px 14px 18px;
    cursor: pointer;
    position: relative;
}

.nav-item .nav-depart .depart-btn:hover .depart-hover {
    top: 52px;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.nav-item .nav-depart .depart-btn:before {
    position: absolute;
    color: #ffffff;
    right: 20px;
    top: 13px;
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
}

.nav-item .nav-depart .depart-btn i {
    color: #ffffff;
    font-size: 16px;
}

.nav-item .nav-depart .depart-btn span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 16px;
}

.nav-item .nav-depart .depart-btn .depart-hover {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 62px;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 29px;
    -webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
    box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-item .nav-depart .depart-btn .depart-hover li {
    list-style: none;
}

.nav-item .nav-depart .depart-btn .depart-hover li.active a {
    color: #e7ab3c;
}

.nav-item .nav-depart .depart-btn .depart-hover li a {
    display: block;
    font-size: 16px;
    color: #000000;
    padding-left: 40px;
    padding-top: 16px;
    padding-right: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-item .nav-depart .depart-btn .depart-hover li a:hover {
    color: #e7ab3c;
}

.nav-item .nav-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.nav-item .nav-menu li {
    list-style: none;
    display: inline-block;
    margin-left: -5px;
    position: relative;
}

.nav-item .nav-menu li.active a {
    background: #e7ab3c;
}

.nav-item .nav-menu li a {
    font-size: 14px;
    font-weight: 700;
    display: block;
    color: #ffffff;
    border-right: 2px solid #3b3b3b;
    text-transform: uppercase;
    padding: 16px 42px 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-item .nav-menu li:hover>a {
    background: #e7ab3c;
}

.nav-item .nav-menu li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    top: 52px;
}

.nav-item .nav-menu li .dropdown {
    position: absolute;
    right: 0;
    top: 82px;
    width: 200px;
    z-index: 99;
    background: #252525;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-item .nav-menu li .dropdown li {
    display: block;
    margin-left: 0;
}

.nav-item .nav-menu li .dropdown li:hover>a {
    background: transparent;
    color: #e7ab3c;
}

.nav-item .nav-menu li .dropdown li a {
    border-right: 0;
    padding: 13px 20px 12px 30px;
    text-transform: capitalize;
}

.slicknav_menu {
    display: none;
}


/*---------------------
  Hero Section
-----------------------*/

.hero-items .single-hero-items {
    height: 725px;
    padding-top: 210px;
}

.hero-items .single-hero-items span {
    color: #e7ab3c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 28px;
    display: inline-block;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-items .single-hero-items h1 {
    color: #252525;
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 6px;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-items .single-hero-items p {
    margin-bottom: 42px;
    position: relative;
    top: 100px;
    opacity: 0;
}

.hero-items .single-hero-items .primary-btn {
    position: relative;
    top: 100px;
    opacity: 0;
}

.hero-items .off-card {
    height: 154px;
    width: 154px;
    padding-top: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 140px;
    position: absolute;
    left: 47%;
    top: 160px;
    background: #e7ab3c;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.hero-items .off-card:after {
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px dashed #ffffff;
    content: "";
    border-radius: 50%;
    z-index: -1;
}

.hero-items .off-card h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.hero-items .off-card h2 span {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 6px;
}

.hero-items .owl-item.active .single-hero-items span,
.hero-items .owl-item.active .single-hero-items h1,
.hero-items .owl-item.active .single-hero-items p,
.hero-items .owl-item.active .single-hero-items .primary-btn {
    top: 0;
    opacity: 1;
}

.hero-items .owl-item.active .single-hero-items span {
    -webkit-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
}

.hero-items .owl-item.active .single-hero-items h1 {
    -webkit-transition: all 0.4s ease 0.4s;
    -o-transition: all 0.4s ease 0.4s;
    transition: all 0.4s ease 0.4s;
}

.hero-items .owl-item.active .single-hero-items p {
    -webkit-transition: all 0.6s ease 0.6s;
    -o-transition: all 0.6s ease 0.6s;
    transition: all 0.6s ease 0.6s;
}

.hero-items .owl-item.active .single-hero-items .primary-btn {
    -webkit-transition: all 0.8s ease 0.8s;
    -o-transition: all 0.8s ease 0.8s;
    transition: all 0.8s ease 0.8s;
}

.hero-items .owl-item.active .single-hero-items .off-card {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 1s ease 1s;
    -o-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
}

.hero-items .owl-nav button[type=button] {
    font-size: 30px;
    position: absolute;
    left: 10px;
    top: 45%;
    color: #fff;
    width: 50px;
    height: 50px;
}

.hero-items .owl-nav button[type=button]:hover {
    color: #dfad51;
}

.hero-items .owl-nav button[type=button].owl-next {
    left: auto;
    right: 10px;
    width: 50px;
    height: 50px;
}


/*---------------------
  Banner Section
-----------------------*/

.banner-section {
    padding: 80px 50px;
}

.single-banner {
    position: relative;
    z-index: 1;
}

.single-banner:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.single-banner::before {
    position: absolute;
    left: 35px;
    top: 30px;
    border: 13px solid #ffffff;
    content: "";
    opacity: 0.3;
    width: calc(100% - 70px);
    height: calc(100% - 60px);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.single-banner img {
    min-width: 100%;
}

.single-banner .inner-text {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.single-banner .inner-text h4 {
    color: #252525;
    font-weight: 700;
    padding: 11px 28px;
    background: #ffffff;
    border-radius: 2px;
}


/*---------------------
  Women Banner Section
-----------------------*/

.women-banner {
    /*    padding-right: 30px;
    padding-left: 30px;*/
    padding-top: 8px;
    padding-bottom: 30px;
}

.product-large {
    height: 620px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    padding-top: 285px;
}

.product-large h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 18px;
}

.product-large a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.product-large a:before {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #ffffff;
    content: "";
}

.filter-control {
    text-align: center;
    margin-bottom: 45px;
    padding-top: 32px;
}

.filter-control ul li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    color: #b2b2b2;
    margin-right: 22px;
    position: relative;
    cursor: pointer;
}

.filter-control ul li.active {
    color: #171717;
}

.filter-control ul li.active:before {
    opacity: 1;
}

.filter-control ul li:before {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #171717;
    content: "";
    opacity: 0;
}

.filter-control ul li:last-child {
    margin-right: 0;
}


/**product animate**/


/*.product-slider-div{
    height:0;
    opacity: 0;
}
.product-slider-div.active{
    height:auto;
    opacity: 1;
}*/

.product-slider .owl-nav button[type=button] {
    font-size: 25px;
    position: absolute;
    left: -35px;
    top: 40%;
    color: rgb(165, 205, 57);
    opacity: 1;
}

.food-used-slider .owl-nav {
    display: block!important;
}

.food-used-slider .owl-nav button[type=button].owl-next {
    left: auto;
    right: -9px;
    color: rgb(165, 205, 57);
    opacity: 1;
}

.food-used-slider .owl-nav button[type=button] {
    font-size: 25px;
    position: absolute;
    left: -9px;
    top: 40%;
    color: rgb(165, 205, 57);
    opacity: 1;
}

.food-used-slider .product-item {
    box-shadow: none;
    margin: 0;
    padding: 0px 5px;
}

.food-used-slider .pi-text div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.reciperightcontent .foodusedsection {
    padding: 0px;
}

.reciperightcontent .foodusedhead {}

.product-slider .owl-nav button[type=button].owl-next {
    left: auto;
    right: -35px;
    color: rgb(165, 205, 57);
    opacity: 1;
}

.product-slider .owl-dots {
    text-align: center;
    margin-top: 27px;
}

.product-slider .owl-dots button {
    width: 6px;
    height: 6px;
    background: #D8D9DA;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-slider .owl-dots button:last-child {
    margin-right: 0;
}

.product-slider .owl-dots button.active {
    width: 30px;
    background: #252525;
    border-radius: 50px;
}

.product-item {
    margin-bottom: 26px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 20px 10px;
    margin-top: 10px;
}

.product-item:hover .pi-pic .icon {
    top: 15px;
    opacity: 1;
}

.product-item:hover .pi-pic ul {
    bottom: 0;
}

.product-item .pi-pic {
    overflow: hidden;
    position: relative;
}

.product-item .pi-pic img {
    min-width: 100%;
}

.product-item .pi-pic .sale {
    color: #ffffff;
    font-size: 10px;
    background: #76BC42;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.product-item .pi-pic .sale.pp-sale {
    background: #e7ab3c;
}

.paginav {
    float: left;
    width: 100%;
}

.product-item .pi-pic .icon {
    font-size: 20px;
    color: #252525;
    position: absolute;
    right: 21px;
    top: -15px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.product-item .pi-pic ul {
    position: absolute;
    left: 0;
    bottom: -52px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    width: 100%;
}

.product-item .pi-pic ul li {
    list-style: none;
    display: inline-block;
    background: #ffffff;
}

.product-item .pi-pic ul li.w-icon.active a {
    background: #e7ab3c;
    color: #ffffff;
}

.product-item .pi-pic ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #252525;
    display: block;
    padding: 16px 18px 12px 19px;
}

.product-item .pi-text {
    text-align: center;
    padding-top: 15px;
}

.product-item .pi-text .catagory-name {
    font-size: 10px;
    color: #b2b2b2;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-item .pi-text a {
    display: block;
}

.product-item .pi-text a h5 {
    color: #707070;
    font-size: 14px;
    /*font-family: 'PT Sans Regular';*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product-item .pi-text .product-price {
    color: #e7ab3c;
    font-size: 20px;
    font-weight: 700;
}

.product-item .pi-text .product-price span {
    font-size: 14px;
    font-weight: 400;
    color: #b2b2b2;
    text-decoration: line-through;
}


/*---------------------
  Deal Of The Week
-----------------------*/

.deal-of-week {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-left: 65px;
    margin-right: 65px;
}

.countdown-timer {
    text-align: center;
    margin-bottom: 50px;
}

.countdown-timer .cd-item {
    display: inline-block;
    background: #ffffff;
    margin-right: 35px;
    padding: 10px 14px;
    border-radius: 5px;
}

.countdown-timer .cd-item:last-child {
    margin-right: 0;
}

.countdown-timer .cd-item span {
    color: #e7ab3c;
    font-weight: 700;
    line-height: 40px;
    font-size: 36px;
}

.countdown-timer .cd-item p {
    font-size: 16px;
    color: #b2b2b2;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}


/*---------------------
  Man Banner
-----------------------*/

.man-banner {
    padding-right: 65px;
    padding-left: 65px;
    padding-top: 80px;
    padding-bottom: 80px;
}


/*---------------------
  Instagram Photo
-----------------------*/

.instagram-photo {
    overflow: hidden;
}

.instagram-photo .insta-item {
    float: left;
    width: 16.66%;
    height: 320px;
    text-align: center;
    position: relative;
}

.instagram-photo .insta-item:hover:before {
    opacity: 1;
}

.instagram-photo .insta-item:hover .inside-text {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.instagram-photo .insta-item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.instagram-photo .insta-item .inside-text {
    padding-top: 130px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.instagram-photo .insta-item .inside-text i {
    font-size: 30px;
    color: #ffffff;
}

.instagram-photo .insta-item .inside-text h5 {
    margin-top: 14px;
}

.instagram-photo .insta-item .inside-text h5 a {
    color: #ffffff;
}


/*---------------------
  Latest Blog
-----------------------*/

.latest-blog {
    padding-top: 72px;
    padding-bottom: 80px;
}

.latest-blog .section-title {
    margin-bottom: 55px;
}

.single-latest-blog {
    margin-bottom: 25px;
}

.single-latest-blog img {
    min-width: 100%;
}

.single-latest-blog .latest-text {
    padding-top: 25px;
}

.single-latest-blog .latest-text .tag-list {
    margin-bottom: 8px;
}

.single-latest-blog .latest-text .tag-list .tag-item {
    font-size: 16px;
    color: #a2a1a1;
    display: inline-block;
    margin-right: 15px;
}

.single-latest-blog .latest-text .tag-list .tag-item i {
    color: #e7ab3c;
}

.single-latest-blog .latest-text a {
    display: block;
}

.single-latest-blog .latest-text a h4 {
    color: #252525;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
}

.benefit-items {
    border: 1px solid #ebebeb;
    margin-top: 45px;
}

.benefit-items .single-benefit {
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 55px;
    padding-right: 55px;
    border-right: 1px solid #F3F4F0;
}

.benefit-items .single-benefit .sb-icon {
    float: left;
    margin-right: 20px;
}

.benefit-items .single-benefit .sb-text {
    display: table;
}

.benefit-items .single-benefit .sb-text h6 {
    color: #252525;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.benefit-items .single-benefit .sb-text p {
    margin-bottom: 0;
    color: #252525;
    line-height: 20px;
}


/*---------------------
  Partner Logo
-----------------------*/

.partner-logo {
    background: #303030;
    padding: 38px 0;
}

.logo-carousel .logo-item {
    display: table;
}

.logo-carousel .logo-item .tablecell-inner {
    display: table-cell;
    height: 45px;
    vertical-align: middle;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-stage-outer {
    border-radius: 5px;
}


/*---------------------
  Footer
-----------------------*/

.footer-section {
    background: #191919;
    padding-top: 75px;
}

.footer-left {
    margin-bottom: 30px;
}

.footer-left .footer-logo {
    margin-bottom: 24px;
}

.footer-left .footer-logo a {
    display: inline-block;
}

.footer-left ul li {
    list-style: none;
    color: #b2b2b2;
    font-size: 16px;
    line-height: 30px;
}

.footer-left .footer-social {
    padding-top: 25px;
}

.footer-left .footer-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #434445;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.footer-left .footer-social a:hover:before {
    opacity: 1;
}

.footer-left .footer-social a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #e7ab3c;
    content: "";
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 26px;
}

.footer-widget ul li {
    list-style: none;
}

.footer-widget ul li a {
    line-height: 36px;
    font-size: 16px;
    color: #b2b2b2;
}

.newslatter-item h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
}

.newslatter-item p {
    color: #b2b2b2;
    line-height: 26px;
}

.newslatter-item .subscribe-form {
    position: relative;
}

.newslatter-item .subscribe-form input {
    color: #b2b2b2;
    background: #303030;
    width: 100%;
    height: 46px;
    font-size: 16px;
    border: none;
    padding-left: 20px;
}

.newslatter-item .subscribe-form input::-webkit-input-placeholder {
    color: #b2b2b2;
}

.newslatter-item .subscribe-form input::-moz-placeholder {
    color: #b2b2b2;
}

.newslatter-item .subscribe-form input:-ms-input-placeholder {
    color: #b2b2b2;
}

.newslatter-item .subscribe-form input::-ms-input-placeholder {
    color: #b2b2b2;
}

.newslatter-item .subscribe-form input::placeholder {
    color: #b2b2b2;
}

.newslatter-item .subscribe-form button {
    display: inline-block;
    color: #ffffff;
    background: #e7ab3c;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #e7ab3c;
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 20px 12px;
    cursor: pointer;
}

.copyright-reserved {
    border-top: 1px solid #303030;
    padding: 15px 0;
    margin-top: 45px;
}

.copyright-reserved .copyright-text {
    float: left;
    font-size: 16px;
    color: #b2b2b2;
}

.copyright-reserved .copyright-text a {
    color: #b2b2b2;
}

.copyright-reserved .copyright-text i {
    color: #cc2424;
}

.copyright-reserved .copyright-text a:hover {
    color: #e7ab3c;
}

.copyright-reserved .payment-pic {
    float: right;
}

.overlay-w70 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}


/*-------------------------------- Other Pages Style -------------------------------*/


/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-text {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
}

.breadcrumb-text.product-more a:nth-child(1):after {
    color: #252525;
}

.breadcrumb-text a {
    display: inline-block;
    font-size: 16px;
    color: #252525;
    margin-right: 28px;
    position: relative;
}

.breadcrumb-text a:after {
    position: absolute;
    right: -18px;
    top: 0px;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #b2b2b2;
}

.breadcrumb-text span {
    display: inline-block;
    color: #b2b2b2;
}


/*---------------------
  Product Shop
-----------------------*/

.product-shop {
    padding-top: 80px;
    padding-bottom: 80px;
}

.filter-widget {
    margin-bottom: 45px;
}

.filter-widget .fw-title {
    color: #252525;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 26px;
}

.filter-widget .filter-catagories li {
    list-style: none;
}

.filter-widget .filter-catagories li a {
    display: inline-block;
    color: #636363;
    font-size: 16px;
    line-height: 39px;
}

.filter-widget .fw-brand-check .bc-item {
    margin-bottom: 3px;
}

.filter-widget .fw-brand-check .bc-item label {
    position: relative;
    cursor: pointer;
    padding-left: 28px;
}

.filter-widget .fw-brand-check .bc-item label input {
    position: absolute;
    visibility: hidden;
}

.filter-widget .fw-brand-check .bc-item label input:checked~span {
    background: #e7ab3c;
    border-color: #e7ab3c;
}

.filter-widget .fw-brand-check .bc-item label .checkmark {
    position: absolute;
    left: 0;
    top: 5px;
    height: 15px;
    width: 15px;
    border: 2px solid #ebebeb;
    border-radius: 2px;
}

.filter-widget .fw-brand-check .bc-item label .checkmark:after {
    left: 0;
    top: 0;
    width: 10px;
    height: 8px;
    border: solid white;
    border-width: 3px 3px 0px 0px;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
}

.filter-widget .filter-range-wrap {
    margin-bottom: 40px;
}

.filter-widget .filter-range-wrap .range-slider {
    margin-bottom: 25px;
}

.filter-widget .filter-range-wrap .range-slider .price-input {
    position: relative;
}

.filter-widget .filter-range-wrap .range-slider .price-input:after {
    position: absolute;
    left: 58px;
    top: 13px;
    height: 1px;
    width: 17px;
    background: #ebebeb;
    content: "";
}

.filter-widget .filter-range-wrap .range-slider .price-input input {
    font-size: 16px;
    color: #252525;
    max-width: 20%;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 2px;
}

.filter-widget .filter-range-wrap .range-slider .price-input input:nth-child(1) {
    margin-right: 28px;
}

.filter-widget .filter-range-wrap .price-range {
    border-radius: 0;
}

.filter-widget .filter-range-wrap .price-range.ui-widget-content {
    border: none;
    background: #ebebeb;
    height: 3px;
}

.filter-widget .filter-range-wrap .price-range.ui-widget-content .ui-slider-handle {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    -webkit-box-shadow: 1px 6px 14px -4px #425c6d;
    box-shadow: 1px 6px 14px -4px #425c6d;
    outline: none;
}

.filter-widget .filter-range-wrap .price-range .ui-slider-range {
    background: #ebebeb;
    border-radius: 0;
}

.filter-widget .filter-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
    background: #e7ab3c;
}

.filter-widget .filter-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    background: #e7ab3c;
    padding: 7px 20px 5px;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
}

.filter-widget .fw-color-choose .cs-item {
    width: 50%;
    float: left;
    margin-bottom: 4px;
}

.filter-widget .fw-color-choose .cs-item input {
    position: absolute;
    visibility: hidden;
}

.filter-widget .fw-color-choose .cs-item label {
    cursor: pointer;
    position: relative;
    padding-left: 33px;
    font-size: 16px;
    color: #636363;
}

.filter-widget .fw-color-choose .cs-item label.cs-violet:before {
    background: #8230E3;
}

.filter-widget .fw-color-choose .cs-item label.cs-blue:before {
    background: #2773BE;
}

.filter-widget .fw-color-choose .cs-item label.cs-yellow:before {
    background: #EEEE21;
}

.filter-widget .fw-color-choose .cs-item label.cs-red:before {
    background: #DC3232;
}

.filter-widget .fw-color-choose .cs-item label.cs-green:before {
    background: #81D742;
}

.filter-widget .fw-color-choose .cs-item label:before {
    position: absolute;
    left: 0;
    top: 4px;
    height: 18px;
    width: 18px;
    background: #252525;
    border-radius: 50%;
    content: "";
}

.filter-widget .fw-size-choose .sc-item {
    display: inline-block;
    margin-right: 5px;
}

.filter-widget .fw-size-choose .sc-item:last-child {
    margin-right: 0;
}

.filter-widget .fw-size-choose .sc-item input {
    position: absolute;
    visibility: hidden;
}

.filter-widget .fw-size-choose .sc-item label {
    font-size: 16px;
    color: #252525;
    font-weight: 700;
    height: 40px;
    width: 47px;
    border: 1px solid #ebebeb;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
}

.filter-widget .fw-size-choose .sc-item label.active {
    background: #252525;
    color: #ffffff;
}

.filter-widget .fw-tags a {
    display: inline-block;
    font-size: 16px;
    color: #636363;
    padding: 5px 15px;
    border: 1px solid #ebebeb;
    margin-right: 5px;
    margin-bottom: 9px;
    border-radius: 2px;
}

.checkmark:after {
    position: absolute;
    content: "";
}

.product-show-option {
    margin-bottom: 30px;
}

.product-show-option .select-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-show-option .select-option .nice-select {
    border-radius: 0;
    border: 1px solid #ECEDEE;
    height: 40px;
    line-height: 35px;
}

.product-show-option .select-option .nice-select .list {
    margin-top: 0;
    border-radius: 0;
    width: 100%;
}

.product-show-option .select-option .nice-select:after {
    border-bottom: 2px solid #4c4c4c;
    border-right: 2px solid #4c4c4c;
    height: 7px;
    right: 22px;
    top: 47%;
    width: 7px;
    opacity: 0.7;
}

.product-show-option .select-option .nice-select span {
    font-size: 16px;
    color: #4c4c4c;
}

.product-show-option .select-option .sorting {
    margin-right: 20px;
}

.product-show-option .select-option .sorting.nice-select {
    padding-right: 70px;
}

.product-show-option .select-option .p-show.nice-select {
    padding-right: 105px;
}

.product-show-option .select-option .p-show.nice-select:before {
    position: absolute;
    right: 48px;
    top: 0;
    content: "09";
    font-size: 16px;
    color: #252525;
}

.product-show-option p {
    margin-bottom: 0;
    color: #636363;
    line-height: 39px;
}

.prduct-list .product-item {
    margin-bottom: 25px;
}

.loading-more {
    text-align: center;
    padding-top: 10px;
}

.loading-more i {
    font-size: 22px;
    color: #663333;
    margin-right: 6px;
    position: relative;
    top: 7px;
}

.loading-more a {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
    position: relative;
    display: inline-block;
}

.loading-more a:before {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #e7ab3c;
    content: "";
}


/*---------------------
  Product Details
-----------------------*/

.product-shop.page-details {
    padding-bottom: 60px;
}

.product-pic-zoom {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.product-pic-zoom img {
    min-width: 100%;
}

.product-pic-zoom .zoom-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

.product-pic-zoom .zoom-icon i {
    color: #4c4c4c;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #d7d7d7;
    text-align: center;
    border-radius: 50%;
    line-height: 37px;
}

.product-thumbs .pt {
    cursor: pointer;
    position: relative;
}

.product-thumbs .pt.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #e7ab3c;
    z-index: 1;
}

.ps-slider .owl-nav button[type=button] {
    height: 30px;
    width: 30px;
    background: #ffffff;
    color: #a7a7a7;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 20px;
    -webkit-box-shadow: 0px 6px 10px -1px #e9e9e9;
    box-shadow: 0px 6px 10px -1px #e9e9e9;
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.ps-slider .owl-nav button[type=button].owl-next {
    left: auto;
    right: -16px;
}

.product-details .pd-title {
    position: relative;
    margin-bottom: 6px;
}

.product-details .pd-title span {
    display: block;
    font-size: 12px;
    color: #b2b2b2;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 23px;
}

.product-details .pd-title h3 {
    color: #252525;
    font-weight: 700;
}

.product-details .pd-title .heart-icon {
    color: #252525;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
}

.product-details .pd-rating {
    margin-bottom: 10px;
}

.product-details .pd-rating i {
    font-size: 12px;
    display: inline-block;
    color: #FAC451;
    margin-right: -3px;
}

.product-details .pd-rating span {
    font-size: 12px;
    color: #999591;
}

.product-details .pd-desc {
    margin-bottom: 24px;
}

.product-details .pd-desc p {
    color: #636363;
}

.product-details .pd-desc h4 {
    color: #e7ab3c;
    font-weight: 700;
}

.product-details .pd-desc h4 span {
    font-size: 18px;
    font-weight: 400;
    color: #b7b7b7;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 13px;
}

.product-details .pd-color {
    margin-bottom: 25px;
}

.product-details .pd-color h6 {
    color: #252525;
    font-weight: 700;
    float: left;
    margin-right: 28px;
}

.product-details .pd-color .pd-color-choose {
    display: inline-block;
}

.product-details .pd-color .pd-color-choose .cc-item {
    display: inline-block;
    margin-right: 10px;
}

.product-details .pd-color .pd-color-choose .cc-item input {
    position: absolute;
    visibility: hidden;
}

.product-details .pd-color .pd-color-choose .cc-item label {
    height: 20px;
    width: 20px;
    background: #252525;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 0;
}

.product-details .pd-color .pd-color-choose .cc-item label.cc-yellow {
    background: #EEEE21;
}

.product-details .pd-color .pd-color-choose .cc-item label.cc-violet {
    background: #8230E3;
}

.product-details .pd-size-choose {
    margin-bottom: 30px;
}

.product-details .pd-size-choose .sc-item {
    display: inline-block;
    margin-right: 5px;
}

.product-details .pd-size-choose .sc-item:last-child {
    margin-right: 0;
}

.product-details .pd-size-choose .sc-item input {
    position: absolute;
    visibility: hidden;
}

.product-details .pd-size-choose .sc-item label {
    font-size: 16px;
    color: #252525;
    font-weight: 700;
    height: 40px;
    width: 47px;
    border: 1px solid #ebebeb;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
}

.product-details .pd-size-choose .sc-item label.active {
    background: #252525;
    color: #ffffff;
}

.product-details .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 33px;
}

.product-details .quantity .pro-qty {
    width: 123px;
    height: 46px;
    border: 2px solid #ebebeb;
    padding: 0 15px;
    float: left;
    margin-right: 14px;
}

.product-details .quantity .pro-qty .qtybtn {
    font-size: 24px;
    color: #b2b2b2;
    float: left;
    line-height: 38px;
    cursor: pointer;
    width: 18px;
}

.product-details .quantity .pro-qty .qtybtn.dec {
    font-size: 30px;
}

.product-details .quantity .pro-qty input {
    text-align: center;
    width: 52px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    color: #4c4c4c;
    line-height: 40px;
    float: left;
}

.product-details .quantity .primary-btn.pd-cart {
    padding: 14px 70px 10px;
}

.product-details .pd-tags {
    margin-bottom: 27px;
}

.product-details .pd-tags li {
    list-style: none;
    font-size: 16px;
    color: #636363;
    line-height: 30px;
}

.product-details .pd-tags li span {
    color: #252525;
    font-weight: 700;
    text-transform: uppercase;
}

.product-details .pd-share {
    overflow: hidden;
}

.product-details .pd-share .p-code {
    font-size: 16px;
    color: #252525;
    float: left;
}

.product-details .pd-share .pd-social {
    float: right;
}

.product-details .pd-share .pd-social a {
    display: inline-block;
    color: #252525;
    font-size: 14px;
    margin-left: 15px;
}

.product-tab {
    padding-top: 60px;
}

.tab-item ul li:nth-child(1) a {
    border-right: 1px solid #ebebeb;
}

.tab-item ul li:nth-child(2) a {
    border-right: 1px solid #ebebeb;
}

.tab-item ul li:nth-child(3) a {
    border-right: 1px solid #ebebeb;
}

.tab-item ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #b2b2b2;
    text-transform: uppercase;
    padding: 18px 61px;
    position: relative;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.tab-item ul li a.active {
    color: #252525;
}

.tab-item ul li a.active:before {
    opacity: 1;
}

.tab-item ul li a::before {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 5px;
    background: #e7ab3c;
    content: "";
    opacity: 0;
}

.product-content {
    padding-top: 40px;
}

.product-content h5 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 23px;
}

.product-content p {
    margin-bottom: 34px;
}

.product-content img {
    min-width: 100%;
}

.specification-table {
    padding-top: 52px;
}

.specification-table table {
    width: 100%;
}

.product-slider .owl-nav {
    display: block !important;
}

.specification-table table tr td {
    border: 1px solid #EFF0F2;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
}

.specification-table table tr td.p-catagory {
    width: 310px;
    text-align: left;
    padding-left: 34px;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 700;
    text-transform: uppercase;
}

.specification-table table tr td .pd-rating i {
    font-size: 12px;
    display: inline-block;
    color: #FAC451;
    margin-right: -3px;
}

.specification-table table tr td .pd-rating span {
    font-size: 12px;
    color: #999591;
}

.specification-table table tr td .p-price {
    color: #e7ab3c;
    font-size: 16px;
    font-weight: 700;
}

.specification-table table tr td .cart-add {
    font-size: 16px;
    color: #252525;
    font-weight: 700;
    text-transform: uppercase;
}

.specification-table table tr td .p-stock,
.specification-table table tr td .p-size,
.specification-table table tr td .p-code {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 700;
}

.specification-table table tr td .p-weight {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 700;
}

.specification-table table tr td .p-size {
    text-transform: uppercase;
}

.specification-table table tr td .cs-color {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #252525;
    border-radius: 50%;
}

.customer-review-option {
    padding-top: 55px;
}

.customer-review-option h4 {
    color: #292f3b;
    font-weight: 700;
    margin-bottom: 35px;
}

.customer-review-option .comment-option .co-item {
    margin-bottom: 20px;
}

.customer-review-option .comment-option .co-item .avatar-pic {
    float: left;
    margin-right: 20px;
}

.customer-review-option .comment-option .co-item .avatar-pic img {
    height: 63px;
    width: 63px;
    border-radius: 50%;
}

.customer-review-option .comment-option .co-item .avatar-text {
    display: table;
}

.customer-review-option .comment-option .co-item .avatar-text .at-rating {
    line-height: 9px;
}

.customer-review-option .comment-option .co-item .avatar-text .at-rating i {
    font-size: 12px;
    display: inline-block;
    color: #FAC451;
    margin-right: -3px;
}

.customer-review-option .comment-option .co-item .avatar-text h5 {
    color: #252525;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.customer-review-option .comment-option .co-item .avatar-text h5 span {
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 22px;
    position: relative;
}

.customer-review-option .comment-option .co-item .avatar-text h5 span:before {
    position: absolute;
    left: -18px;
    top: -5px;
    content: "-";
    font-size: 18px;
    color: #b2b2b2;
}

.customer-review-option .comment-option .co-item .avatar-text .at-reply {
    font-size: 14px;
    color: #636363;
}

.customer-review-option .personal-rating {
    margin-bottom: 50px;
    padding-top: 10px;
}

.customer-review-option .personal-rating h6 {
    color: #252525;
}

.customer-review-option .personal-rating .rating i {
    font-size: 12px;
    display: inline-block;
    color: #FAC451;
    margin-right: -3px;
}

.customer-review-option .leave-comment h4 {
    color: #292f3b;
    font-weight: 700;
    margin-bottom: 35px;
}

.customer-review-option .leave-comment .comment-form input {
    width: 100%;
    font-size: 16px;
    color: #636363;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    margin-bottom: 30px;
}

.customer-review-option .leave-comment .comment-form textarea {
    width: 100%;
    resize: none;
    font-size: 16px;
    color: #636363;
    height: 116px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 45px;
}


/*---------------------
  Related Products
-----------------------*/

.related-products {
    padding-top: 0;
    padding-bottom: 50px;
}

.related-products .section-title {
    margin-bottom: 50px;
}

.related-products .section-title h2:before {
    display: none;
}


/*---------------------
  Shopping Cart
-----------------------*/

.shopping-cart {
    padding-top: 80px;
    padding-bottom: 60px;
}

.cart-table {
    margin-bottom: 40px;
}

.cart-table table {
    width: 100%;
    min-width: 480px;
    border: 1px solid #ebebeb;
}

.cart-table table tr th {
    font-size: 16px;
    color: #252525;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    padding: 18px 0 19px;
    text-transform: uppercase;
}

.cart-table table tr th.p-name {
    text-align: left;
}

.cart-table table tr td {
    text-align: center;
    padding-bottom: 34px;
}

.cart-table table tr td.first-row {
    padding-top: 30px;
}

.cart-table table tr td.cart-pic {
    width: 21%;
}

.cart-table table tr td.cart-title {
    text-align: left;
}

.cart-table table tr td.cart-title h5 {
    color: #252525;
}

.cart-table table tr td.p-price {
    width: 16%;
}

.cart-table table tr td.p-price,
.cart-table table tr td.total-price {
    color: #e7ab3c;
    font-size: 16px;
    font-weight: 700;
}

.cart-table table tr td.qua-col {
    width: 16%;
}

.cart-table table tr td.qua-col .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-table table tr td.qua-col .pro-qty {
    width: 123px;
    height: 46px;
    border: 2px solid #ebebeb;
    padding: 0 15px;
    float: left;
}

.cart-table table tr td.qua-col .pro-qty .qtybtn {
    font-size: 24px;
    color: #b2b2b2;
    float: left;
    line-height: 38px;
    cursor: pointer;
    width: 18px;
}

.cart-table table tr td.qua-col .pro-qty .qtybtn.dec {
    font-size: 30px;
}

.cart-table table tr td.qua-col .pro-qty input {
    text-align: center;
    width: 52px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    color: #4c4c4c;
    line-height: 40px;
    float: left;
}

.cart-table table tr td.total-price {
    width: 12%;
}

.cart-table table tr td.close-td {
    font-size: 16px;
    color: #252525;
    width: 8%;
}

.cart-table table tr td.close-td i {
    cursor: pointer;
}

.cart-buttons {
    margin-bottom: 34px;
}

.cart-buttons .continue-shop {
    color: #b2b2b2;
    border: 2px solid #ebebeb;
    background: #ffffff;
    margin-right: 8px;
    padding: 12px 20px 12px 20px;
    margin-bottom: 10px;
}

.cart-buttons .up-cart {
    color: #252525;
    background: #f3f3f3;
    border: 2px solid #ebebeb;
    padding: 12px 20px 12px 20px;
}

.discount-coupon {
    margin-bottom: 30px;
}

.discount-coupon h6 {
    color: #232530;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.discount-coupon .coupon-form {
    position: relative;
}

.discount-coupon .coupon-form input {
    width: 100%;
    height: 46px;
    border: 2px solid #ebebeb;
    color: #b2b2b2;
    font-size: 14px;
    padding-left: 20px;
}

.discount-coupon .coupon-form .coupon-btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #252525;
    background: transparent;
    border: 1px solid transparent;
    padding: 13px 25px 10px 35px;
}

.proceed-checkout ul {
    border: 2px solid #ebebeb;
    background: #f3f3f3;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 16px;
    padding-bottom: 20px;
}

.proceed-checkout ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    overflow: hidden;
}

.proceed-checkout ul li.subtotal {
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 14px;
}

.proceed-checkout ul li.subtotal span {
    font-weight: 700;
}

.proceed-checkout ul li.cart-total {
    padding-top: 10px;
}

.proceed-checkout ul li.cart-total span {
    color: #e7ab3c;
}

.proceed-checkout ul li span {
    float: right;
}

.proceed-checkout .proceed-btn {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #252525;
    text-transform: uppercase;
    padding: 15px 25px 14px 25px;
    display: block;
    text-align: center;
}


/*---------------------
  Check Out
-----------------------*/

.checkout-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.checkout-content {
    margin-bottom: 50px;
}

.checkout-content .content-btn,
.checkout-content input {
    color: #252525;
    font-size: 16px;
    border: 2px solid #ebebeb;
    padding: 14px 20px;
    background: #f3f3f3;
    text-align: center;
    display: block;
}

.checkout-content input {
    height: 56px !important;
}

.checkout-form h4 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 30px;
}

.checkout-form label {
    color: #252525;
    font-size: 16px;
    margin-bottom: 5px;
}

.checkout-form label span {
    color: #d85d5c;
}

.checkout-form input {
    width: 100%;
    height: 46px;
    border: 2px solid #ebebeb;
    margin-bottom: 25px;
    padding-left: 15px;
}

.checkout-form input.street-first {
    margin-bottom: 20px;
}

.checkout-form .create-item {
    padding-top: 15px;
}

.checkout-form .create-item label {
    position: relative;
    cursor: pointer;
    padding-left: 32px;
    margin-bottom: 0;
    font-size: 14px;
    color: #252525;
}

.checkout-form .create-item label input {
    position: absolute;
    visibility: hidden;
}

.checkout-form .create-item label input:checked~span {
    background: #e7ab3c;
    border-color: #e7ab3c;
}

.checkout-form .create-item label .checkmark {
    position: absolute;
    left: 0;
    top: 3px;
    height: 13px;
    width: 13px;
    border: 2px solid #B2B2B2;
    border-radius: 2px;
}

.checkout-form .create-item label .checkmark:after {
    left: 0;
    top: 0;
    width: 9px;
    height: 6px;
    border: solid #ffffff;
    border-width: 2px 2px 0px 0px;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
}

.checkout-form .place-order .order-total {
    border: 2px solid #ebebeb;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 22px;
    padding-bottom: 35px;
}

.checkout-form .place-order .order-total .order-table {
    margin-bottom: 64px;
}

.checkout-form .place-order .order-total .order-table li {
    list-style: none;
    color: #252525;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    padding-top: 30px;
}

.checkout-form .place-order .order-total .order-table li:first-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    padding-top: 0;
}

.checkout-form .place-order .order-total .order-table li.fw-normal {
    font-weight: 400;
    text-transform: capitalize;
}

.checkout-form .place-order .order-total .order-table li.fw-normal span {
    font-weight: 700;
}

.checkout-form .place-order .order-total .order-table li.total-price span {
    color: #e7ab3c;
}

.checkout-form .place-order .order-total .order-table li span {
    float: right;
}

.checkout-form .place-order .order-total .payment-check {
    margin-bottom: 50px;
}

.checkout-form .place-order .order-total .payment-check .pc-item label {
    position: relative;
    cursor: pointer;
    padding-left: 32px;
    margin-bottom: 0;
    font-size: 14px;
    color: #252525;
}

.checkout-form .place-order .order-total .payment-check .pc-item label input {
    position: absolute;
    visibility: hidden;
}

.checkout-form .place-order .order-total .payment-check .pc-item label input:checked~span {
    background: #e7ab3c;
    border-color: #e7ab3c;
}

.checkout-form .place-order .order-total .payment-check .pc-item label .checkmark {
    position: absolute;
    left: 0;
    top: 3px;
    height: 13px;
    width: 13px;
    border: 2px solid #B2B2B2;
    border-radius: 2px;
}

.checkout-form .place-order .order-total .payment-check .pc-item label .checkmark:after {
    left: 0;
    top: 0;
    width: 9px;
    height: 6px;
    border: solid #ffffff;
    border-width: 2px 2px 0px 0px;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
}

.checkout-form .place-order .order-total .order-btn {
    text-align: center;
}

.checkout-form .place-order .order-total .order-btn .place-btn {
    padding: 13px 40px 11px;
    background: #000000;
    border-color: #000000;
}


/*---------------------
  Blog Section
-----------------------*/

.blog-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog-section .loading-more {
    padding-top: 0;
}

.blog-sidebar .search-form {
    margin-bottom: 55px;
}

.blog-sidebar .search-form h4 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 12px;
}

.blog-sidebar .search-form form {
    position: relative;
}

.blog-sidebar .search-form form input {
    height: 46px;
    width: 100%;
    border: 2px solid #ECECEC;
    padding-left: 20px;
    font-size: 18px;
    color: #b2b2b2;
}

.blog-sidebar .search-form form button {
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    background: #252525;
    border: 1px solid #252525;
    height: 46px;
    padding: 0 15px;
    cursor: pointer;
}

.blog-sidebar .blog-catagory {
    margin-bottom: 41px;
}

.blog-sidebar .blog-catagory h4 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 14px;
}

.blog-sidebar .blog-catagory ul li {
    list-style: none;
}

.blog-sidebar .blog-catagory ul li a {
    font-size: 16px;
    color: #636363;
    line-height: 39px;
}

.blog-sidebar .recent-post {
    margin-bottom: 55px;
}

.blog-sidebar .recent-post h4 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 28px;
}

.blog-sidebar .recent-post .recent-blog .rb-item {
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-pic {
    float: left;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-pic img {
    height: 80px;
    width: 80px;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-text {
    display: table;
    padding-left: 16px;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-text h6 {
    color: #252525;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-text p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e7ab3c;
    letter-spacing: 2px;
    line-height: 20px;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-text p span {
    color: #b2b2b2;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
}

.blog-sidebar .blog-tags h4 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-sidebar .blog-tags .tag-item a {
    display: inline-block;
    font-size: 16px;
    color: #636363;
    padding: 5px 15px;
    border: 1px solid #ebebeb;
    margin-right: 5px;
    margin-bottom: 9px;
    border-radius: 2px;
}

.blog-item {
    margin-bottom: 42px;
}

.blog-item .bi-pic img {
    min-width: 100%;
}

.blog-item .bi-text {
    padding-top: 24px;
}

.blog-item .bi-text h4 {
    color: #252525;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
}

.blog-item .bi-text p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e7ab3c;
    letter-spacing: 2px;
    line-height: 20px;
}

.blog-item .bi-text p span {
    color: #b2b2b2;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
}


/*---------------------
  Blog Details
-----------------------*/

.blog-details {
    padding-top: 72px;
    padding-bottom: 80px;
}

.blog-details-inner .blog-detail-title {
    text-align: center;
    margin-bottom: 25px;
}

.blog-details-inner .blog-detail-title h2 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-details-inner .blog-detail-title p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e7ab3c;
    letter-spacing: 2px;
    line-height: 20px;
    display: inline-block;
    position: relative;
}

.blog-details-inner .blog-detail-title p:before {
    position: absolute;
    left: -175px;
    top: 8px;
    height: 1px;
    width: 125px;
    background: #ebebeb;
    content: "";
}

.blog-details-inner .blog-detail-title p:after {
    position: absolute;
    right: -175px;
    top: 7px;
    height: 1px;
    width: 125px;
    background: #ebebeb;
    content: "";
}

.blog-details-inner .blog-detail-title p span {
    color: #b2b2b2;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
}

.blog-details-inner .blog-large-pic img {
    min-width: 100%;
}

.blog-details-inner .blog-detail-desc {
    margin-top: 22px;
    margin-bottom: 32px;
}

.blog-details-inner .blog-detail-desc p {
    font-size: 18px;
    line-height: 30px;
}

.blog-details-inner .blog-detail-desc p:first-of-type:first-letter {
    float: left;
    font-size: 60px;
    text-transform: uppercase;
    color: #252525;
    margin-top: 14px;
    margin-right: 10px;
}

.blog-details-inner .blog-quote {
    margin-bottom: 65px;
}

.blog-details-inner .blog-quote p {
    position: relative;
    color: #252525;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding-left: 32px;
}

.blog-details-inner .blog-quote p span {
    color: #161715;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-details-inner .blog-quote p:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 88px;
    width: 3px;
    background: #e7ab3c;
    content: "";
}

.blog-details-inner .blog-more {
    margin-bottom: 32px;
}

.blog-details-inner .blog-more img {
    min-width: 100%;
}

.blog-details-inner p {
    font-size: 18px;
    line-height: 30px;
}

.blog-details-inner .tag-share {
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 54px;
    margin-top: 46px;
}

.blog-details-inner .tag-share .details-tag {
    float: left;
}

.blog-details-inner .tag-share .details-tag ul li {
    list-style: none;
    display: inline-block;
    color: #171717;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 16px;
}

.blog-details-inner .tag-share .details-tag ul li i {
    font-size: 18px;
    color: #e7ab3c;
}

.blog-details-inner .tag-share .blog-share {
    float: right;
}

.blog-details-inner .tag-share .blog-share .social-links {
    display: inline-block;
}

.blog-details-inner .tag-share .blog-share .social-links a {
    display: inline-block;
    color: #171717;
    margin-left: 25px;
}

.blog-details-inner .tag-share .blog-share span {
    font-size: 16px;
    color: #2d292f;
}

.blog-details-inner .blog-post {
    padding-top: 72px;
    margin-bottom: 58px;
}

.blog-details-inner .blog-post .prev-blog {
    display: block;
}

.blog-details-inner .blog-post .prev-blog .pb-pic {
    float: left;
    position: relative;
    margin-top: 7px;
}

.blog-details-inner .blog-post .prev-blog .pb-pic i {
    position: absolute;
    left: -32px;
    top: 35%;
    font-size: 18px;
    color: #b2b2b2;
}

.blog-details-inner .blog-post .prev-blog .pb-pic img {
    height: 70px;
    width: 70px;
}

.blog-details-inner .blog-post .prev-blog .pb-text {
    display: table;
    padding-left: 20px;
}

.blog-details-inner .blog-post .prev-blog .pb-text span {
    font-size: 14px;
    color: #b2b2b2;
    letter-spacing: 2px;
}

.blog-details-inner .blog-post .prev-blog .pb-text h5 {
    font-size: 20px;
    color: #252525;
    line-height: 26px;
    font-weight: 700;
    margin-top: 10px;
}

.blog-details-inner .blog-post .next-blog {
    display: block;
}

.blog-details-inner .blog-post .next-blog .nb-pic {
    float: right;
    position: relative;
    margin-top: 7px;
}

.blog-details-inner .blog-post .next-blog .nb-pic i {
    position: absolute;
    right: -28px;
    top: 35%;
    font-size: 18px;
    color: #b2b2b2;
}

.blog-details-inner .blog-post .next-blog .nb-pic img {
    height: 70px;
    width: 70px;
}

.blog-details-inner .blog-post .next-blog .nb-text {
    display: table;
    padding-right: 20px;
    text-align: right;
}

.blog-details-inner .blog-post .next-blog .nb-text span {
    font-size: 14px;
    color: #b2b2b2;
    letter-spacing: 2px;
}

.blog-details-inner .blog-post .next-blog .nb-text h5 {
    font-size: 20px;
    color: #252525;
    line-height: 26px;
    font-weight: 700;
    margin-top: 10px;
}

.blog-details-inner .posted-by {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 40px 65px;
}

.blog-details-inner .posted-by .pb-pic {
    float: left;
}

.blog-details-inner .posted-by .pb-text {
    padding-left: 22px;
    display: table;
}

.blog-details-inner .posted-by .pb-text a {
    display: block;
}

.blog-details-inner .posted-by .pb-text a h5 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 13px;
}

.blog-details-inner .posted-by .pb-text p {
    line-height: 30px;
    margin-bottom: 0;
}

.blog-details-inner .leave-comment {
    padding-top: 55px;
}

.blog-details-inner .leave-comment h4 {
    color: #292f3b;
    font-weight: 700;
    margin-bottom: 35px;
}

.blog-details-inner .leave-comment .comment-form input {
    width: 100%;
    font-size: 16px;
    color: #636363;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    margin-bottom: 30px;
}

.blog-details-inner .leave-comment .comment-form textarea {
    width: 100%;
    resize: none;
    font-size: 16px;
    color: #636363;
    height: 116px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 45px;
}


/*---------------------
  Map
-----------------------*/

.map {
    padding-top: 80px;
    padding-bottom: 0;
}

.map-inner {
    height: 610px;
    position: relative;
}

.map-inner iframe {
    width: 100%;
}

.map-inner .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-14px, -21px);
    -ms-transform: translate(-14px, -21px);
    transform: translate(-14px, -21px);
}

.map-inner .icon i {
    font-size: 48px;
    color: #e7ab3c;
}


/*---------------------
  Contact Section
-----------------------*/

.contact-section {
    padding-top: 75px;
    padding-bottom: 80px;
}

.contact-title {
    margin-bottom: 30px;
}

.contact-title h4 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 16px;
}

.contact-widget .cw-item {
    background: #ffffff;
    margin-bottom: 11px;
    -webkit-box-shadow: 0px 8px 35px 10px #E8E8E8;
    box-shadow: 0px 8px 35px 10px #E8E8E8;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
}

.contact-widget .cw-item .ci-icon {
    float: left;
    margin-top: 12px;
}

.contact-widget .cw-item .ci-icon i {
    font-size: 30px;
    color: #b2b2b2;
}

.contact-widget .cw-item .ci-text {
    display: table;
    padding-left: 30px;
}

.contact-widget .cw-item .ci-text span {
    color: #b2b2b2;
    font-size: 16px;
}

.contact-widget .cw-item .ci-text p {
    font-size: 18px;
    color: #252525;
    margin-bottom: 0;
}

.contact-form .leave-comment h4 {
    color: #292f3b;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-form .leave-comment p {
    margin-bottom: 38px;
}

.contact-form .leave-comment .comment-form input {
    width: 100%;
    font-size: 16px;
    color: #636363;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    margin-bottom: 30px;
}

.contact-form .leave-comment .comment-form textarea {
    width: 100%;
    resize: none;
    font-size: 16px;
    color: #636363;
    height: 150px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 35px;
}

.contact-form .leave-comment .comment-form .site-btn {
    padding: 13px 35px 11px;
}


/*---------------------
  Faq Section
-----------------------*/

.faq-section {
    padding-top: 80px;
    padding-bottom: 54px;
}

.faq-accordin .card {
    border: none;
    margin-bottom: 22px;
}

.faq-accordin .card .card-heading {
    font-size: 22px;
    color: #252525;
    font-weight: 700;
    cursor: pointer;
}

.faq-accordin .card .card-heading a {
    padding-left: 42px;
    display: block;
}

.faq-accordin .card .card-body {
    padding: 0;
    padding-top: 13px;
    padding-bottom: 10px;
}

.faq-accordin .card .card-body p {
    margin-bottom: 0;
}

.faq-accordin .card-heading a:after,
.faq-accordin .card-heading>a.active[aria-expanded=false]:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #404040;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    background: #EFEFF0;
    margin-top: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

.faq-accordin .card-heading a[aria-expanded=true]:after,
.faq-accordin .card-heading>a.active:after {
    content: "";
    font-family: "FontAwesome";
    float: left;
    font-size: 13px;
    color: #ffffff;
    background: #e7ab3c;
}


/*---------------------
  Register Form
-----------------------*/

.register-login-section {
    padding-top: 72px;
    padding-bottom: 80px;
}

.register-form h2,
.login-form h2 {
    color: #252525;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}

.register-form form .group-input,
.login-form form .group-input {
    margin-bottom: 25px;
}

.register-form form .group-input label,
.login-form form .group-input label {
    display: block;
    font-size: 18px;
    color: #252525;
    margin-bottom: 13px;
}

.register-form form .group-input input,
.login-form form .group-input input {
    border: 1px solid #ebebeb;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    padding-right: 15px;
}

.register-form form .register-btn,
.register-form form .login-btn,
.login-form form .register-btn,
.login-form form .login-btn {
    width: 100%;
    letter-spacing: 2px;
    margin-top: 5px;
}

.register-form .switch-login,
.login-form .switch-login {
    text-align: center;
    margin-top: 22px;
}

.register-form .switch-login .or-login,
.login-form .switch-login .or-login {
    color: #252525;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}

.register-form .switch-login .or-login:before,
.login-form .switch-login .or-login:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #9f9f9f;
    content: "";
}

.login-form .group-input.gi-check {
    margin-bottom: 8px;
}

.login-form .group-input .gi-more {
    overflow: hidden;
}

.login-form .group-input .gi-more label {
    position: relative;
    cursor: pointer;
    padding-left: 28px;
    font-size: 14px;
    color: #6B6B6B;
    float: left;
}

.login-form .group-input .gi-more label input {
    position: absolute;
    visibility: hidden;
}

.login-form .group-input .gi-more label input:checked~span {
    border-color: #6C6C6C;
}

.login-form .group-input .gi-more label input:checked~span:after {
    border-color: #6c6c6c;
}

.login-form .group-input .gi-more label .checkmark {
    position: absolute;
    left: 0;
    top: 4px;
    height: 13px;
    width: 13px;
    border: 1px solid #6C6C6C;
    border-radius: 2px;
}

.login-form .group-input .gi-more label .checkmark:after {
    left: 2px;
    top: -2px;
    width: 13px;
    height: 6px;
    border: solid #ffffff;
    border-width: 2px 2px 0px 0px;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
}

.login-form .group-input .gi-more .forget-pass {
    float: right;
    line-height: 20px;
    margin-top: -2px;
    font-size: 14px;
    color: #6B6B6B;
}


/* Search Results*/

.search-results-search-section {
    margin-top: 40px;
    position: relative;
}

.search-results-search {
    border-radius: 20pt;
    border: 0ch;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.082);
    width: 100%;
    padding: 10px 100px 10px 20px;
    line-height: 1;
}

.search-results-search[type="text"] {
    box-shadow: none;
    padding: 10px 15px;
    margin-left: 0;
    color: #aaaaaa;
    font-size: 12pt;
    /*font-family: 'PT Sans Regular';*/
    height: 40px;
}

.search-results-search-button {
    position: absolute;
    right: 19px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: #a0cd39;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0pt 14pt;
    border-radius: 20pt;
    z-index: 2;
}

.search-results-count {
    margin-top: 13pt;
}

.search-results-section {
    margin-top: 40px;
}

.search-results-box {
    cursor: pointer;
    padding: 10px 0px;
    border-bottom: 4px dotted #e3e3e3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-results-title {
    color: rgb(165, 205, 57);
    font-size: 18pt;
    font-weight: 600;
    align-items: left;
    display: inline;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search-results-number {
    width: 60px;
}

.search-results-description {
    font-size: 13pt;
    align-items: left;
    color: #777777;
    line-height: 17pt;
    margin-bottom: 20px;
}

.footer-smiley {
    background-image: url(../img/footersmiley.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.smiley-hr {
    background-image: url(../img/footersmiley.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.d-none-991 {
    display: block !important;
}

.d-block-991 {
    display: none !important;
}

/* ------------------------------ RTE ---------------------------- */



.hyper-link-style:after {
    content: "\f0da";
    font-family: FontAwesome;
    color: rgb(165, 205, 57);
}
/* ------------------------------ Responsive Media Styles ---------------------------- */

@media only screen and (max-width: 500px) {
    .short-text {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 200px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 5000px) {
    .overlay-w70 {
        display: none;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1920px) {
    .inner-header .advanced-search .input-group button {
        right: -14px;
    }
    .product-item .pi-pic ul li a {
        padding: 16px 12px 12px 11px;
    }
    .nav-item .nav-menu li a {
        padding: 16px 45px 15px;
    }
}

@media only screen and (min-width: 1024px) {
    .container {
        max-width: 1280px;
    }
}


/* Medium Device: 1024px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .inner-header .advanced-search .category-btn {
        max-width: 36%;
    }
    .inner-header .advanced-search .input-group {
        max-width: 64%;
    }
    .nav-item .nav-menu li a {
        padding: 16px 26px 15px;
    }
    .hero-items .owl-nav button[type=button] {
        left: 5px;
    }
    .hero-items .owl-nav button[type=button].owl-next {
        right: 5px;
    }
    .countdown-timer .cd-item {
        margin-right: 26px;
    }
    .product-details .quantity .primary-btn.pd-cart {
        padding: 14px 30px 10px;
    }
    .tab-item ul li a {
        padding: 18px 39px;
    }
    .inner-header .advanced-search .input-group button {
        right: -7px;
    }
    .product-shop .product-item .pi-pic ul li a {
        padding: 16px 12px 12px 11px;
    }
    .related-products .product-item .pi-pic ul li a {
        padding: 16px 12px 12px 11px;
    }
}


/*
@media only screen and (max-width: 991px) {
    .banner-section {
        padding: 80px 0 50px;
    }
    .single-banner {
        margin-bottom: 30px;
    }
    .women-banner {
        padding-right: 0;
        padding-left: 0;
    }
    .product-large {
        margin-left: 0;
        margin-right: 0;
    }
    .deal-of-week {
        margin-left: 0;
        margin-right: 0;
    }
    .product-slider .owl-nav button[type=button] {
        display: none;
    }
    .man-banner {
        padding-right: 0;
        padding-left: 0;
    }
    .place-order {
        padding-top: 30px;
    }
    .blog-tags {
        padding-bottom: 40px;
    }
    .blog-details-inner .blog-post .prev-blog {
        margin-bottom: 40px;
    }
    .contact-form {
        padding-top: 40px;
    }
    .product-large.m-large {
        margin-top: 40px;
    }
    .hero-items .owl-nav button[type=button] {
        left: 5px;
    }
    .hero-items .owl-nav button[type=button].owl-next {
        right: 5px;
    }
    .product-shop.page-details .product-details {
        padding-top: 30px;
    }
    .inner-header .advanced-search .input-group button {
        right: -8px;
    }
    .filter-button {
        min-width: auto !important;
        width: 23.33%;
    padding: 10px 10px;
        margin: 0%;
        font-size: 9px !important;
        height: 48px;
    }
    .d-none-991 {
        display: none;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
    .header-top .ht-right .login-panel {
        padding-left: 10px;
    }
    .header-top .ht-right .top-social {
        padding-right: 10px;
    }
    .header-top .ht-left .mail-service {
        padding-right: 10px;
    }
    .header-top .ht-left .phone-service {
        padding-left: 10px;
    }
    .header-top .ht-right .top-social a {
        margin-left: 10px;
    }
    .inner-header .advanced-search .category-btn {
        max-width: 40%;
        padding-right: 25px;
    }
    .inner-header .advanced-search .input-group {
        max-width: 60%;
    }
    .inner-header .nav-right li {
        margin-left: 8px;
    }
    .nav-item .nav-depart .depart-btn {
        padding: 14px 40px 14px 18px;
    }
    .nav-item .nav-menu li a {
        padding: 16px 10px 15px;
    }
    .instagram-photo .insta-item .inside-text h5 {
        font-size: 14px;
    }
    .tab-item ul li a {
        padding: 18px 39px;
    }
    .hero-items .off-card {
        left: 62%;
    }
    .blog-details-inner .blog-post .prev-blog {
        padding-left: 30px;
    }
    .blog-details-inner .blog-post .next-blog {
        padding-right: 30px;
    }
    .blog-sidebar,
    .produts-sidebar-filter {
        padding-top: 50px;
    }
    .checkout-content input {
        margin-top: 50px;
    }
    .storelogosection {
        text-align: center;
    }
}
*/


/* Large Device: 480px */


/*
@media only screen and (max-width: 991px) {
    .instagram-photo .insta-item {
        width: 50%;
        height: 300px;
    }
    .copyright-reserved .copyright-text {
        float: none;
        margin-bottom: 10px;
        text-align: center;
    }
    .copyright-reserved .payment-pic {
        float: none;
        text-align: center;
    }
    .header-top .ht-left,
    .header-top .top-social {
        display: none;
    }
    .header-top .ht-right .login-panel {
        padding-top: 9px;
        padding-bottom: 7px;
    }
    .header-top .ht-right .lan-selector {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .inner-header .advanced-search .category-btn {
        display: none;
    }
    .inner-header .advanced-search .input-group {
        max-width: 100%;
    }
    .inner-header {
        padding: 0;
    }
    .inner-header .logo {
        text-align: center;
    }
    .inner-header .nav-right {
        text-align: left;
    }
    .inner-header .nav-right li:first-child {
        margin-left: 0;
    }
    .nav-item .nav-depart .depart-btn {
        padding: 14px 50px 14px 18px;
    }
    .nav-item {
        background: transparent;
    }
    .nav-item .nav-menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
        background: transparent;
        text-align: center;
        margin-top: -48px;
    }
    .slicknav_nav {
        background: #333;
    }
    .slicknav_nav ul {
        margin: 0;
        text-align: left;
    }
    .slicknav_nav a,
    .slicknav_nav .slicknav_row {
        margin: 0;
    }
    .slicknav_nav .dropdown a {
        padding-left: 25px;
    }
    .nav-item .nav-depart {
        display: none;
    }
    .slicknav_btn {
        border-radius: 0;
        background-color: #e7ab3c;
        display: inline-block;
        right: -16px;
    }
    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 8px 15px;
    }
    .slicknav_nav a:hover {
        border-radius: 0;
        background: #e7ab3c;
        color: #fff;
    }
    .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: #e7ab3c;
        color: #fff;
    }
    .inner-header .nav-right li.cart-icon .cart-hover {
        left: -50px;
    }
    .product-show-option p {
        text-align: left;
    }
    .tab-item ul li a {
        padding: 18px 51px;
        margin-bottom: 10px;
    }
    .cart-table {
        overflow: auto;
    }
    .cart-table table tr th {
        font-size: 12px;
    }
    .hero-items .single-hero-items {
        padding: 110px 25px 80px;
        height: auto;
        background: left center;
    }
    .hero-items .single-hero-items h1 {
        font-size: 40px;
    }
    .blog-details-inner .tag-share .details-tag ul li {
        margin-right: 10px;
    }
    .blog-details-inner .tag-share .blog-share .social-links a {
        margin-left: 15px;
    }
    .blog-details-inner .blog-detail-title p:before {
        left: -135px;
        width: 100px;
    }
    .blog-details-inner .blog-detail-title p:after {
        right: -135px;
        width: 100px;
    }
    .hero-items .off-card {
        display: none;
    }
    .ps-slider .owl-nav button[type=button] {
        left: 0;
    }
    .ps-slider .owl-nav button[type=button].owl-next {
        right: 0;
    }
    .blog-details-inner .blog-post .prev-blog {
        padding-left: 30px;
    }
    .blog-details-inner .blog-post .next-blog {
        padding-right: 30px;
    }
    .blog-details-inner .posted-by {
        padding: 40px 25px;
        text-align: center;
    }
    .blog-details-inner .posted-by .pb-pic {
        float: none;
        margin-bottom: 30px;
    }
    .blog-details-inner .posted-by .pb-text {
        padding-left: 0;
    }
    .blog-sidebar,
    .produts-sidebar-filter {
        padding-top: 50px;
    }
    .checkout-content input {
        margin-top: 50px;
    }
}
*/


/* Small Device: 320px */

@media only screen and (max-width: 991px) {
    .d-none-991 {
        display: none !important;
    }
    .d-block-991 {
        display: block !important;
    }
    .instagram-photo .insta-item {
        width: 100%;
    }
    .inner-header .advanced-search .category-btn {
        display: none;
    }
    .inner-header .advanced-search .input-group {
        max-width: 100%;
    }
    .inner-header .nav-right li.cart-icon .cart-hover {
        width: 270px;
        padding: 20px;
    }
    .countdown-timer .cd-item {
        margin-right: 5px;
        padding: 10px 6px;
    }
    .product-show-option .select-option {
        display: inline-block;
    }
    .product-show-option .select-option .sorting.nice-select {
        margin-bottom: 10px;
    }
    .product-details .quantity .primary-btn.pd-cart {
        padding: 14px 20px 10px;
    }
    .tab-item ul li a {
        padding: 18px 30px;
        margin-bottom: 10px;
    }
    .specification-table table tr td.p-catagory {
        width: 160px;
    }
    .blog-details-inner .blog-post .next-blog .nb-pic i {
        display: none;
    }
    .blog-details-inner .blog-post .prev-blog .pb-pic i {
        display: none;
    }
    .blog-details-inner .tag-share .details-tag {
        float: none;
        margin-bottom: 10px;
    }
    .blog-details-inner .tag-share .blog-share {
        float: none;
    }
    .blog-details-inner .blog-detail-title p:before {
        left: -62px;
        width: 50px;
    }
    .blog-details-inner .blog-detail-title p:after {
        right: -62px;
        width: 50px;
    }
    .blog-details-inner .posted-by .pb-pic {
        float: none;
        margin-bottom: 15px;
    }
    .blog-details-inner .posted-by .pb-text {
        padding-left: 0;
        display: block;
    }
    .checkout-form .place-order .order-total {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact-widget .cw-item .ci-icon {
        float: none;
        margin-bottom: 5px;
    }
    .contact-widget .cw-item .ci-text {
        padding-left: 0;
    }
    .benefit-items .single-benefit {
        padding-left: 15px;
        padding-right: 15px;
    }
    .inner-header {
        padding: 0;
    }
    .display-first-two-otherrecipebox .otherrecipebox:nth-child(3) {
        display: none;
    }
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 10px;
    }
    
        .en-US .timeline-year{
            font-size: 10pt;
        }
        .en-US .timeline-content .description {
            font-size: 9pt;
        }
}

.inner-header .nav-right.btnsul li {
    margin-left: 5px;
}

.inner-header .nav-right.btnsul .image-button img {
    max-height: 39px;
}

.inner-header .nav-right.btnsul li.content-icon,
.inner-header .nav-right.btnsul li.search-icon {
    margin-right: 25px;
}

ul.pmsul {
    list-style: none;
}

ul.pmsul li {
    margin-bottom: 8px;
}

.pmsul img {
    border-radius: 3px;
    width:100%;
}

.sidenavigation {
    list-style: none;
    float: left;
    width: 100%;
    background: rgb(165, 205, 57);
    margin-bottom: 10px;
}

.sidenavigation img {
    max-width: 32px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 3px 0px 0px;
}

.menutitle {
    color: inherit;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    /*font-family: 'PT Sans Regular';*/
}

.zh-HK .menutitle {
    font-size: 20px;
    font-weight: 500;
    font-family: 'PT Sans Bold';
}
.en-US .menutitle{
    font-size: 20.5px;
}
@media (min-width: 992px) {
    .col-md-3.sidebarcolumn {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }
    .col-md-9.innercolumn {
        -ms-flex: 0 0 78%;
        flex: 0 0 78%;
        max-width: 78%;
    }
}

.navtitle {
    font-size: 12px;
    font-weight: normal;
    display: block;
    line-height: 12px;
}

.sidenavigation li {
    float: left;
    width: 100%;
    background-image: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 1.8px;
    background-repeat: repeat-x;
}

.sidenavigation-item {
    padding: 12px 10px 12px;
    color: #FFF;
}

.hover-item {
    transition: all 0.5s;
}

.sidenavigation-item:hover {
    background-color: #FFF;
    color: rgb(165, 205, 57);
}

.sidenavigation li:last-child {
    /*background-image: none;*/
}

.hero-items.owl-carousel {
    /*max-width: calc(100% - 235px);
    width: 75%;*/
    /*width: calc(100% - 247px);*/
    width: calc(74% + 4px);
}

.hero-items.owl-carousel div {
    width: 100%;
}

.hero-items.owl-carousel .owl-controls .owl-dot {
    background-size: cover;
    margin-top: 10px;
}

.hero-items.owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    /*right: -247px;*/
    /*max-width: 225px;
    width: 31%;*/
    /*width:247px;*/
    width: calc(36% - 13px);
    right: -34%;
    height: 100%;
    padding-left: 10px;
}

.hero-items.owl-carousel .owl-dot {
    width: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: block !important;
    border-radius: 5px;
    margin-bottom: 4px;
}

.hero-items .owl-nav button[type=button] {
    color: #fff;
}

.owl-dot span {
    position: relative;
    left: -124px;
    font-size: 10px;
    display: none;
}

.owl-dot.active span {
    display: block;
    color: #A0CD39
}

.smalltitle {
    color: #707070;
    text-align: center;
    font-size: 14px;
}

.maintitle {
    color: rgb(165, 205, 57);
    text-align: center;
    font-size: 34px;
    /*font-family: 'Mplus 1p';*/
    line-height: 34px;
    margin-bottom: 0.2rem;
}

.zh-HK .maintitle {
    font-size: 29px;
    font-family: /*'Mplus 1p',*/
}

.bottomtitle {
    color: rgb(165, 205, 57);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.headbg {
    background: #F2F6AC;
    height: 25px;
    border: 0px;
    width: 170px;
    margin: auto;
    margin-top: -25px;
}

.recipe-filter-dot {
    height: 50px;
    width: 50px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recipe-filter-container {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
    font-size: 12px;
}

.recipe-filter-button {
    display: inline-block;
}

.recipe-filter-button.active {
    color: #A0CD39;
}

.recipe-filter-button .active-filter-img {
    display: none;
}

.recipe-filter-button .inactive-filter-img {
    display: block;
}

.recipe-filter-button.active .active-filter-img {
    display: block;
}

.recipe-filter-button.active .inactive-filter-img {
    display: none;
}

.active .recipe-filter-dot {
    background-color: #A0CD39;
}

.yata-page-item {
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
}

.yata-page-item.active .yata-page-link {
    z-index: 3;
    color: #fff;
    background-color: #A0CD39;
    border-radius: 5pt;
}

.yata-page-item.disabled .yata-page-link {
    color: #C9C9C9;
    pointer-events: none;
    cursor: auto;
    background-color: unset;
}

.yata-page-link {
    position: relative;
    display: block;
    color: #666666;
    background-color: unset;
    border: none;
    padding: 0;
    width: 17px;
    height: 17px;
    text-align: center;
}

.yata-page-link a {
    dominant-baseline: middle;
    text-anchor: middle;
}

.yata-page-link:hover {
    z-index: 2;
    text-decoration: none;
    color: #777;
    background-color: #A0CD39;
}

.mainrecipesection {
    background: #fff;
    border-radius: 5pt;
    box-shadow: 0 0 3px #0000001A;
}

.mainrecipeimg {
    margin-bottom: 15px;
}

.mainrecipeimg img {
    width: 100%;
}

.recipedate {
    font-size: 11pt;
    color: #666666;
    padding: 3px 10px 0px 10px;
}

.recipetitle {
    font-size: 15px;
    color: #666666;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.recipecontent {
    font-size: 15px;
    color: #666666;
    padding: 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 18px 0px;
}

.foodusedhead {
    font-weight: bold;
    color: rgb(165, 205, 57);
    padding: 6px 0px;
    text-transform: uppercase;
    font-size: 14px;
}

.foodusedsection {
    /*
    padding: 10px 10px 10px 10px;*/
    padding: 0px 10px 15px 10px;
    text-align: center;
}

.foodusedimg {}

.foodusedimg img {}

.foodusedtitle {
    color: #707070;
    font-size: 11px;
}

.otherrecipebox {
    width: 100%;
    background: #fff;
    border-radius: 5pt;
    box-shadow: 0 0 3px #0000001A;
    float: left;
    margin-bottom: 8px;
}

.otherrecipeimg {
    width: 48%;
    float: left;
}

.otherrecipeimg img {
    width: 100%;
    border-radius: 5pt 0pt 0pt 5pt;
}

.otherrecipecontent {
    float: left;
    padding: 15px 0px;
    width: 50%;
}

.pdleftnone {
    padding-left: 0px;
}

.moresection {
    float: right;
    width: auto;
    text-align: right;
    color: #666666;
    font-size: 18px;
    margin: 0px 0px 20px 0px;
    border-bottom: 2px dotted rgb(165, 205, 57);
    line-height: 21pt;
}

.moresection a {
    color: #666666;
    font-size: 18px;
}

.moresection a:hover {
    color: #666666;
    font-size: 18px;
}

.moresection .fa {
    color: rgb(165, 205, 57);
    margin-left: 5px;
}

.yatapediasection {
    padding-top: 30px;
}

.yatapediametasection {
    margin: 0 0 15px 0px;
}

.yatapedialove1 {
    color: #77C9FF;
    margin: 10px 10px 0px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #77C9FF;
    padding: 1px 8px;
    display: inline;
}

.yatapedialove2 {
    color: #E3C2FF;
    margin: 10px 10px 0px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #E3C2FF;
    padding: 1px 8px;
    display: inline;
}

.borderbottom {
    margin: 50px 0px;
    text-align: center;
    position: relative;
    z-index: 999999;
    display: flex;
}

.borderbottom:before {
    content: "";
    position: absolute;
    background-image: radial-gradient(circle at 10.5px, #e3e3e3 3.25px, rgba(255, 255, 255, 0) 4.5px);
    background-position: top;
    background-size: 18px 10px;
    background-repeat: repeat-x;
    padding: 1em 0;
    ;
    top: 12px;
    bottom: unset;
    left: 0;
    right: 0;
    z-index: 1;
}

.borderbottom img {
    width: 90px;
    margin: auto;
    z-index: 9999999;
}

.footer-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: rgb(165, 205, 57);
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    position: relative;
    font-size: 22px;
    z-index: 1;
}

.footer-social {
    text-align: center;
    justify-content: space-around;
    display: flex;
    width: 40%;
    margin: auto;
}

.footer-logo {
    text-align: center;
    padding-top: 50px;
}

.footertext {
    color: #666666;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
}

.footer-nav {
    text-align: center;
    padding: 40px 0px 0px 0px;
}

.footer-logo img {
    max-width: 100px;
}

.footer-nav ul {}

.footer-nav ul li {
    display: inline-block;
}

.footer-nav ul li:before {
    top: -2px;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #DEDEDE;
    display: inline-block;
    position: relative;
}

.footer-nav ul li:first-child:before {
    display: none;
}

.footer-nav ul li a {
    color: #707070;
    font-size: 16px;
    padding: 0px 10px;
    text-transform: uppercase;
}

.copyright {
    color: #707070;
    font-size: 16px;
    text-align: center;
    padding: 30px 0px;
}

.footerpms-section {
    display: none;
}

.footer-menu {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 65px;
    padding: 0px 0px;
    background-color: #a5cd39;
    z-index: 10000;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.activemenufooter {
    background-color: #fff;
}

.footer-menu ul {
    display: inline-block;
    width: 100%;
    padding: 0px 0px 0 0px;
    margin: 0px;
}

.footer-menu li {
    float: left;
    width: 20%;
    display: inline-block;
    height: 100%;
    text-align: center;
    padding: 10px 0px 5px 0px;
}

.footer-menu li a {
    display: inline-block;
    color: #fff;
    /*font-family: 'PT Sans Regular';*/
}

.activemenufooter li a {
    display: inline-block;
    color: #707070;
}

.footer-menu li img {
    display: block;
    max-height: 22px;
    margin: auto;
    margin-bottom: 2px;
}

.footer-menu li span {
    display: block;
    font-size: 13px;
    line-height: 20px;
}

#eshopsection {
    background: rgb(165, 205, 57);
    padding: 60px 25px;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: -485px;
    z-index: 9999;
    display: none;
}

.eshopimg {
    background: #fff;
    border-radius: 80pt;
    padding: 20px 50px;
    text-align: center;
}

.eshopimg img {
    max-height: 50px;
    margin: auto;
}

.eshoptext {
    margin-top: 15px;
    color: #FAFAFA;
    font-size: 17px;
    /*font-family: 'PT Sans Regular';*/
    text-align: center;
}

.eshophr {
    border-top: 3px solid #EBF5AE;
    margin: 3rem auto;
    max-width: 150px;
    position: relative;
}

.eshophr:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #EBF5AE;
    position: absolute;
    border-radius: 100%;
    left: -12px;
    top: -5px;
}

.eshophr:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #EBF5AE;
    position: absolute;
    border-radius: 100%;
    right: -12px;
    top: -5px;
}

#storesection {
    background: rgb(165, 205, 57);
    padding: 40px 15px 0px 15px;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: -485px;
    z-index: 9999;
    display: none;
}

.storeimg {
    margin-right: 15px;
    float: left;
    max-width: 40px;
}

.storeimg img {
    width: 100%;
}

.storetitle {
    margin-bottom: 20px;
}

.storetext {}

.shorthead {
    color: #fff;
    font-size: 10pt;
    /*font-family: 'PT Sans Regular';*/
}

.longhead {
    color: #fff;
    font-size: 18pt;
    line-height: 19pt;
    /*font-family: 'PT Sans Regular';*/
    text-transform: uppercase;
}

.storelocations {}

.storelocations ul {
    margin-bottom: 12px;
}

.storelocations ul li {
    color: #fff;
    font-size: 12px;
    width: 31.33%;
    display: inline-block;
    position: relative;
    text-align: center;
}

.storelocations ul li a {
    color: #fff;
    font-size: 14px;
}

.storelocations ul li:after {
    content: '';
    border-right: 0;
    position: absolute;
    top: 0px;
    right: 0;
    height: 30px;
    width: 1px;
    background: #fff;
}

.storelocations ul li:nth-child(3):after {
    display: none;
}

.storelocations ul li span:after {
    content: '';
    border-right: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 85%;
    left: -5px;
    margin: auto;
    border-bottom: 1px solid #fff;
}

.storelocations ul li span {
    display: block;
    margin: 0px 8px;
    padding: 1px 0px 12px 0px;
}

.storebox {
    margin-bottom: 30px;
}

#menusection {
    background: rgb(165, 205, 57);
    padding: 20px 15px 100px 15px;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: -756px;
    z-index: 9999;
    display: none;
    overflow-y: scroll;
}

#menusection .menutitle {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    /*font-family: 'PT Sans Regular';*/
    line-height: 20px;
}

#menusection .navtitle {
    color: #fff;
}

#menusection .sidenavigation img {
    max-width: 25px;
    margin: 5px 15px 0px 5px;
}

#menusection .sidenavigation li {
    float: left;
    width: 100%;
    border-bottom: 0;
    margin: 0px 0px 0px 0px;
    padding: 15px 5px;
}

#menusection .sidenavigation .dropdown .fa {
    float: right;
    color: #fff;
    font-size: 25px;
    padding: 5px 10px 0px 0px;
}

#menusection .footer-social a {
    background: #fff;
    color: rgb(165, 205, 57);
}

#menusection .footer-social {
    text-align: center;
    margin-bottom: 20px;
}

#menusection .footer-nav ul li a {
    color: #fff;
    font-size: 12pt;
}

.activemenuli {
    background: rgb(165, 205, 57);
    color: #fff;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 10px;
}

.footer-menu li.activemenuli a {
    color: #fff;
}

.headerbar {
    margin-bottom: 10px;
}

.headericon {
    max-width: 50px;
    float: left;
    margin-right: 10px;
}

.headericon img {}

.titleheadertext {}

.headersmalltitle {
    color: #707070;
    font-size: 12px;
}

.headerbigtitle {
    font-size: 24px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: rgb(165, 205, 57);
    line-height: 24px;
}

.breadcrumb_bar a:hover,
.breadcrumb_bar a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.breadcrumb_bar ul {
    list-style: none;
}

.onerowbreadcrumb_bar {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    min-width: 0;
    color: #707070;
    font-size: 14px;
    line-height: 15px;
}

.breadcrumb_bar ul li {
    display: inline-block;
    color: #707070;
    font-size: 14px;
    padding-right: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 140px;
}

.breadcrumb_bar ul li .fa {
    color: #707070;
    font-size: 15px;
    line-height: 15px;
}

.dropdownselect {
    border-bottom: 2px dotted rgb(165, 205, 57);
    color: #777777;
}

.selection-muti {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.selectionbar div {
    margin-right: 5px;
}

.selection-type {
    color: #666666;
}

.selectionbar {
    margin-bottom: 15px;
    font-size: 11pt;
}

.dropdownselect .fa {
    color: rgb(165, 205, 57);
}

.mainpromotionbox {
    background: #fff;
    border-radius: 5pt;
    box-shadow: 0 0 3px #0000001A;
    float: left;
    width: 100%;
}

.promotionimg img {
    width: 100%;
    border-radius: 5pt 0 0 5pt;
}

.promodate {
    color: #978579;
    font-size: 14px;
}

.promotitle {
    color: #666666;
    font-size: 17px;
    font-weight: bold;
    margin-top: 5px;
    line-height: 16pt;
}
.promotiontitle .hdbg{
    display: ;
}
.hdbg {
    background-position-y: 106%;
    background-image: url(../img/promotion_text_background.png);
    background-size: 10px 61%;
    background-repeat: repeat-x;
    font-weight: bold;
}

.productdetail .productdetail-productname .hdbg {
    padding-left: 0px;
    padding-right: 0px;
}

.privacypolicysection .hdbg {
    color: rgb(165, 205, 57);
    margin-bottom: 0.2rem;
    font-size: 20px;
}

.privacypolicysection a {
    color: #777777;
    font-size: 11pt;
    border-bottom: 2px dotted rgb(165, 205, 57);
    color: rgb(165, 205, 57);
    display: inline;
    margin-right: 3px;
}

.privacypolicysection a:after {
    content: "\f0da";
    font-family: FontAwesome;
    color: rgb(165, 205, 57);
}

.mainpromotionbox .col-md-4 {
    padding-left: 0px;
}

.promobox {
    padding: 15px 15px 15px 0px;
}

.otherpromotionbox {
    background: #fff;
    border-radius: 5pt;
    margin-bottom: 20px;
    box-shadow: 0 0 3px #0000001A;
}

.otherpromotionsection {
    padding-top: 20px;
    margin: 0px -8px;
}

.otherpromotionsection .promotionimg img {
    width: 100%;
    border-radius: 5pt 5pt 0 0;
}

.otherpromotionsection .promobox {
    padding: 8px 15px 8px 15px;
}

.otherpromotionsection .col-md-4 {
    padding: 0px 8px;
}

.promotiondetailsection .promobox {
    padding: 8px 15px 8px 15px;
}

.promotiondetailsection .promotionimg img {
    width: 100%;
    border-radius: 5pt 5pt 0 0;
}


.bigimagericheditor img {
    width: 100%;
}

.datedata {
    color: #978579;
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 4px;
    vertical-align: middle;
    display: inline-flex;
    width: 100%;
}

.datedata img {
    max-width: 18px;
    margin-right: 6px;
    max-height: 18px;
}

.datedata-text {
    color: #978579;
    font-size: 11pt;
    vertical-align: middle;
    display: inline-flex;
    font-weight: bold;
}

.sharesection {
    width: 18%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

.productdetail {
    padding-left: 20px;
    padding-right: 20px;
}

.price-share-section {
    align-items: center;
}

.productdetail .sharesection {
    align-self: center;
    width: unset;
}

.promotionmetadata {
    width: 80%;
    display: inline-block;
}

.sharesection img {
    max-width: 50px;
}

.promotiontitle {
    color: rgb(165, 205, 57);
    font-weight: bold;
    display: inline-block;
    font-size: 24px;
}

.promotionmetasection {
    /*margin: 5px 0px;*/
}

.promotiondetailsection {
    /*    margin-top: 20px;*/
}

.sitemapsection {
    /*    margin-top: 20px;*/
}

.sitemapsection a:hover,
.sitemapsection a:focus {
    color: inherit;
}

.headbg1 {
    background: #F2F6AC;
    height: 20px;
    border: 0px;
    width: auto;
    margin-top: -18px;
    margin-left: 0px;
}

.promotiondesc {}

.promotiondesc p {
    color: #777777;
    font-size: 11pt;
    margin: 0px;
}

.clicklink {
    border-bottom: 2px dotted rgb(165, 205, 57);
    color: #777777;
}

.clicklink .fa {
    color: rgb(165, 205, 57);
}

.promoborderbottom {
    padding: 25px 0px;
}

.relatedproductheading {
    color: rgb(165, 205, 57);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14pt;
    text-align: center;
}

.headbg2 {
    background: #F2F6AC;
    height: 18px;
    border: 0px;
    width: 200px;
    margin: auto;
    margin-top: -16px;
}

.relatedpromotionheading {
    color: rgb(165, 205, 57);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14pt;
    text-align: left;
    padding-bottom: 15px;
}

.headbg3 {
    background: #F2F6AC;
    height: 18px;
    border: 0px;
    width: 200px;
    margin-left: 0;
    margin-top: -16px;
}

.relatedproduct-accordin .card {
    border: none;
    margin-bottom: 22px;
    background-color: transparent;
}

.relatedproduct-accordin {
    margin-top: 30px;
}

.relatedproduct-accordin .card .card-heading {
    font-size: 12pt;
    color: rgb(165, 205, 57);
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 2px dotted rgb(165, 205, 57);
}

.relatedproduct-accordin .card .card-heading a {
    display: block;
}

.related-product-card-body.card-body {
    padding: 10px 12px;
}

.relatedproduct-accordin .card-heading a::after,
.relatedproduct-accordin .card-heading>a.active[aria-expanded="false"]::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 18px;
    color: rgb(165, 205, 57);
    text-align: center;
    line-height: 18px;
    margin-top: 3px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.relatedproduct-accordin .card-heading a[aria-expanded="true"]::after,
.relatedproduct-accordin .card-heading>a.active::after {
    content: "\f077";
    font-family: FontAwesome;
    float: left;
    font-size: 18px;
    color: rgb(165, 205, 57);
}

ul.relatedproductsul {
    list-style: none;
}

ul.relatedproductsul li {
    display: inline-block;
    width: 23.33%;
    vertical-align: top;
    /*margin-right: 5px;*/
    padding: 0 2px;
}


/*
ul.relatedproductsul li:nth-child(4) {
    margin-right: 0px;
}*/

.relatedproduct-item {
    -webkit-box-shadow: 0 0 3px #0000001A;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px #0000001A;
    padding: 7px 7px 7px 7px;
    margin-bottom: 15px;
}

.relatedproduct-item .relatedproduct-tags li {
    padding: 0;
}

.card-body {
    padding: 1rem 2px;
}

.promotiontitle.productdetail-productname {
    margin-bottom: 10px;
    text-align: left;
}

.relatedproduct-pic {
    position: relative;
}

.relatedproduct-pic img {
    width: 100%;
}

.pp-new {
    color: #ffffff;
    font-size: 8pt;
    background: #FF437C;
    position: absolute;
    left: -7px;
    top: -5px;
    padding: 2px 2px;
    text-transform: uppercase;
}

.pp-sale {
    color: #ffffff;
    font-size: 8pt;
    background: #FFA143;
    position: absolute;
    left: -7px;
    top: -5px;
    padding: 2px 8px;
    text-transform: uppercase;
}

.relatedproduct-text {
    font-size: 9pt;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
}

.relatedproduct-text h5 {
    color: #707070;
    font-size: 9pt;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
}

.relatedproduct-tags {
    margin-top: 6px;
}

.relatedproduct-tags ul {}

.relatedproduct-tags ul li {
    width: 21%;
    margin-right: 0;
}

.relatedproduct-tags ul li a {
    color: #fff;
    border-radius: 7pt;
    font-size: 9pt;
    text-transform: uppercase;
    padding: 0px 2px;
    /*font-family: 'PT Sans Regular';*/
    display: block;
    text-align: center;
}
.en-US .relatedproduct-tags ul li a{
    font-size:9px;
    padding: 2px 0px;
}
.sttag.tag-KONBINI {
    width: 55px;
}

.relatedproduct-tags ul li a.sttag {
    background: #F36A10;
}

.relatedproduct-tags ul li a.tmtag {
    background: #CC004A;
}

.relatedproduct-tags ul li a.swtag {
    background: #89C9EF;
}

.relatedproduct-tags ul li a.kttag {
    background: #0063B0;
}

.relatedproduct-tags ul li a.yltag {
    background: #6A6884;
}

.relatedproduct-tags ul li a.twtag {
    background: #954794;
}

.supermarkettag {
    margin: 2px 0px;
}

.supermarkettag a {
    color: #fff;
    background: rgb(165, 205, 57);
    border-radius: 9pt;
    font-size: 9pt;
    /*font-family: 'PT Sans Regular';*/
    padding: 2px 10px;
    line-height: 9pt;
}
.en-US .supermarkettag a{
        font-size: 8pt;
}

.alldepartment a {
    background: #5ecdcf;
}

.allshorttags {
    padding-left: 14%;
}

.allshorttags li:last-child {}

.allshorttags ul {
    list-style: none;
}

.allshorttags ul li {
    display: inline-block;
    width: 23.33%;
    margin-bottom: 5px;
}

.allshorttags li:nth-child(4) {
    margin-right: 0px;
}

.allshorttags ul li a,
.shorttagsdiv {
    color: #666666;
    font-size: 10pt;
}

.allshorttags ul li a span,
.shorttagsicon {
    color: #fff;
    border-radius: 7pt;
    font-size: 11px;
    text-transform: uppercase;
    padding: 1px 5px;
    /*font-family: 'PT Sans Regular';*/
    display: inline-flex;
    text-align: center;
    margin-right: 5px;
    width: 18px;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}
.en-US .allshorttags ul li a span,
.shorttagsicon {
    padding: 2px 10px;
}
.sttag {
    background: #F36A10;
}

.tptag {
    background: #70B32F;
}

.twtag {
    background: #954794;
}

.spktag {
    background: #3E6E83;
}

.tmtag {
    background: #CC004A;
}

.mktag {
    background: #F28277;
}

.kttag {
    background: #0063B0;
}

.swtag {
    background: #89C9EF;
}

.tkotag {
    background: #FFBE00;
}

.yltag {
    background: #6A6884;
}

.kftag {
    background: #145629;
}

.nptag {
    background: #F2B3D1;
}

.storedetailsection {}

.storedetailsection .col-lg-3,
.storedetailsection .col-md-3,
.storedetailsection .col-sm-6,
.storedetailsection .col-xs-6 {
    padding: 0px 7px;
}

.storedetailsection .row {
    margin: 0px -7px;
}

.storedetailscontentsection .row {
    justify-content: center;
}

.storedetailbox {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 3px #0000001A;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px #0000001A;
}

.storedetailbox img {
    border-radius: 5px 5px 0px 0px;
    width: 100%;
}

.storebox img {
    width: 100%;
}

.storename {
    color: #666666;
    font-weight: bold;
    font-size: 12pt;
    padding: 10px 7px 0px 7px;
    line-height: 12pt;
}

.storecat {
    color: #978579;
    font-size: 14px;
    /*font-family: 'PT Sans Regular';*/
    padding: 0px 7px 7px 7px;
}

.storefilterbtn {
    margin: 10px 0px 0px 0px;
}

.filter-button {
    -webkit-box-shadow: 0 0 3px #0000001A;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px #0000001A;
    color: #666666;
    font-size: 11pt;
    /*font-family: 'PT Sans Regular';*/
    padding: 10px 16px;
    line-height: 11pt;
    min-width: 150px;
    margin-right: 6px;
    margin-bottom: 10px;
}

.storelogo {
    -webkit-box-shadow: 0 0 3px #0000001A;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px #0000001A;
    color: #666666;
    font-size: 11pt;
    /*font-family: 'PT Sans Regular';*/
    padding: 0px 16px;
    line-height: 11pt;
    text-align: center;
    width: 150px;
    margin-right: 6px;
    display: inline-block;
}

.storelogo img {
    width: auto;
    vertical-align: middle;
    margin: auto;
    display: inline-flex;
}

.storelogosection {
    margin-bottom: 0px;
}

.activefilterbtn {
    background: rgb(165, 205, 57);
    color: #fff !important;
}

.storetitleheading {
    color: rgb(165, 205, 57);
    font-weight: bold;
    font-size: 18pt;
    text-align: center;
    margin-bottom: 10px;
}

.store-tab .tab-item ul li a {
    display: inline-grid;
    margin: 0px 20px;
    font-size: 11pt;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    padding: 0px;
    font-weight: bold;
    color: #777777;
    text-transform: capitalize;
    border: 0px !important;
    background: transparent;
}

.store-tab .tab-item ul li a.active {
    color: rgb(165, 205, 57);
    background: #fff;
}

.store-tab .tab-item ul li a img {
    max-height: 30px;
    display: block;
    margin: auto;
}

.store-tab>.tab-item>ul>li>a>img {
    margin-bottom: 1px;
}

.store-tab .tab-item ul li a::after {
    content: "\f0d7";
    font-family: FontAwesome;
    float: left;
    opacity: 0;
    font-size: 18px;
    color: rgb(165, 205, 57);
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
}

.store-tab .tab-item ul li a::before {
    display: none;
}

.store-tab .tab-item ul li a.active:after {
    opacity: 1;
}

.store-tab .nav {
    justify-content: center;
}

.storesmallheading {
    color: #707070;
    text-align: center;
    font-size: 10pt;
}

.storebigheading {
    color: rgb(165, 205, 57);
    font-weight: bold;
    font-size: 21pt;
    text-align: center;
    text-transform: uppercase;
}

.storegreentext {
    color: rgb(165, 205, 57);
    font-size: 14pt;
    max-width: 710px;
    margin: auto;
    line-height: 20pt;
    padding-bottom: 10px;
}

.storegreentext p {
    font-size: 11pt;
    color: #777777;
}

.headbg4 {
    background: #F2F6AC;
    height: 20px;
    border: 0px;
    width: 120px;
    margin: auto;
    margin-top: -25px;
}

.store-tab .tab-item {
    border-bottom: 4pt dotted #E3E3E3;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.accesstitle {
    color: rgb(165, 205, 57);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12pt;
    line-height: 12pt;
    margin-bottom: 5px;
}

.accesstext {
    color: #777777;
    font-size: 11pt;
}

.googlemaptext {
    color: #777777;
    font-size: 11pt;
    border-bottom: 2px dotted rgb(165, 205, 57);
    display: inline;
    padding-bottom: 3px;
}

.googlemaptext img {
    max-height: 12pt;
    margin-right: 4px;
}

.googlemaptext .fa {
    margin-left: 8px;
    color: rgb(165, 205, 57);
}

.accesssection {
    margin-bottom: 20px;
}

.businesshoursbox {
    background: #EEEEEE;
    border-radius: 5pt;
    margin-top: 10px;
    padding: 15px 25px;
}

.businesshourstitle {
    color: #777777;
    font-size: 13pt;
    margin-bottom: 6px;
}

.businesshoursbox ul {
    list-style: none;
}

.businesshoursbox ul li {
    color: #777777;
    vertical-align: top;
    display: inline-block;
    width: 49%;
    font-size: 12pt;
    margin-bottom: 12px;
}

.businesshourstext {
    color: #777777;
    font-weight: bold;
    font-size: 10.5pt;
    padding: 10px 0px 0px 0px;
}

.transportbox {
    background: rgb(165, 205, 57);
    border-radius: 5pt;
    margin-top: 10px;
    padding: 20px 15px;
}

.transportbox ul {
    list-style: none;
}

.transportbox ul li {
    color: #fff;
    font-size: 11pt;
    margin-bottom: 20px;
}

.transportbox ul li img {
    width: 6%;
    margin-right: 10px;
    display: inline-block;
}

.transportbox ul li span {
    width: 92%;
    display: inline-block;
    vertical-align: top;
}

.transportbox .mapsection {
    display: none;
}

.service-tabs .tab-item ul li a img {
    max-height: 40px;
    max-width: 45px;
}

.service-tabs .tab-item ul li a img.servicegrey {
    display: block;
}

.service-tabs .tab-item ul li a img.servicewhite {
    display: none;
}

.service-tabs .tab-item ul li a::after {
    display: none;
}

.service-tabs .tab-item ul li a.active {
    color: #fff;
    background: rgb(165, 205, 57);
}

.service-tabs .tab-item ul li a.active img.servicegrey {
    display: none;
}

.service-tabs .tab-item ul li a.active img.servicewhite {
    display: block;
}

.service-tabs .tab-item ul li a {
    display: inline-grid;
    margin: 0px 6px;
    font-size: 11pt;
    text-align: center;
    width: 70px;
    height: 70px;
}

.service-tabs .tab-item {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 45px;
    margin-top: 30px;
}

.servicedetails_box {
    border-radius: 10pt;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 3px #0000001A;
    padding: 20px 25px 40px 25px;
}

.servicedetailtitle {
    color: rgb(165, 205, 57);
    font-size: 15pt;
    font-weight: bold;
    margin-bottom: 15px;
}

.servicedetailtext {}

.servicedetailtext p {
    color: #777777;
    font-size: 11pt;
    margin-bottom: 8px;
    line-height: 17pt;
}

.servicedetails_box img {
    max-width: 90px;
}

.floorplan-tab .tab-item ul li a {
    display: inline-grid;
    margin: 0px 35px;
    font-size: 12pt;
    text-align: center;
    width: auto;
    min-width: 80px;
    height: auto;
    border-radius: 0;
    padding: 0px;
    font-weight: bold;
    color: #777777;
    text-transform: capitalize;
    border: 0px !important;
    background: transparent;
}

.floorplan-tab .tab-item ul li a::after {
    display: none;
}

.floorplan-tab .tab-item ul li a.active {
    color: rgb(165, 205, 57);
    background: transparent;
    border-bottom: 3px dotted rgb(165, 205, 57) !important;
}

.floorplan-tab .tab-item {
    border-bottom: 0;
    padding-bottom: 15px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.floorplan-tab img {
    width: auto;
    max-height: 400px;
}

.floorplan-accordin {
    margin-top: 30px;
}

.floorplan-accordin .card {
    border: none;
    margin-bottom: 12px;
    background-color: transparent;
    border-bottom: 3px dotted #ccc !important;
    padding-bottom: 12px;
    border-radius: 0px !important;
    padding-left: 35px;
}

.floorplan-accordin .card .card-heading {
    font-size: 12pt;
    color: rgb(165, 205, 57);
    font-weight: 700;
    cursor: pointer;
    text-transform: capitalize;
    border-bottom: 0;
}

.floorplan-accordin .card::before {
    content: "";
    width: 24px;
    height: 24px;
    background: rgb(165, 205, 57);
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.floorplan-accordin .card .card-heading a {
    display: block;
}

.floorplan-accordin .card.floorplan-color1::before {
    background: #9994BD;
}

.floorplan-accordin .card.floorplan-color2::before {
    background: #E1A6AC;
}

.floorplan-accordin .card.floorplan-color3::before {
    background: #88C7D9;
}

.floorplan-accordin .card.floorplan-color4::before {
    background: #E29867;
}

.floorplan-accordin .card.floorplan-color5::before {
    background: #E4B36E;
}

.floorplan-accordin .card.floorplan-color6::before {
    background: #C0CE5F;
}

.floorplan-accordin .card.floorplan-color1 .card-heading {
    color: #9994BD;
}

.floorplan-accordin .card.floorplan-color2 .card-heading {
    color: #E1A6AC;
}

.floorplan-accordin .card.floorplan-color3 .card-heading {
    color: #88C7D9;
}

.floorplan-accordin .card.floorplan-color4 .card-heading {
    color: #E29867;
}

.floorplan-accordin .card.floorplan-color5 .card-heading {
    color: #E4B36E;
}

.floorplan-accordin .card.floorplan-color6 .card-heading {
    color: #C0CE5FE1A6AC;
}

.floorplan-accordin .card-heading a::after,
.floorplan-accordin .card-heading>a.active[aria-expanded="false"]::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 18px;
    color: rgb(165, 205, 57);
    text-align: center;
    line-height: 18px;
    margin-top: 3px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.floorplan-accordin .card-heading a[aria-expanded="true"]::after,
.floorplan-accordin .card-heading>a.active::after {
    content: "\f077";
    font-family: FontAwesome;
    float: left;
    font-size: 18px;
    color: rgb(165, 205, 57);
}

ul.floorplanproducts {
    list-style: none;
}

ul.floorplanproducts li {
    display: inline-block;
    position: relative;
    width: 18%;
    vertical-align: top;
}

.floorprodbox {
    padding: 10px 0 7px 0;
    margin: 0px 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.floorplanproducts li:after {
    content: '';
    border-right: 1px solid #656565;
    position: absolute;
    top: 15px;
    right: 0;
    min-height: 140px;
}

.floorprodbox:after {
    content: '';
    border-right: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 85%;
    left: -5px;
    margin: auto;
    border-bottom: 1px solid #656565;
}

.floorprodbox img {
    width: auto;
    max-width: none;
    margin: auto;
    height: 120px;
}

.floorprodbox .floorprodname {
    color: #777777;
    font-size: 12pt;
    text-align: center;
    margin-top: 0px;
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-content .mainpromotionbox {
    margin-top: 30px;
}

.togglesearch {
    background: rgb(165, 205, 57);
    position: relative;
    top: -15px;
    right: 0px;
    max-width: 1255px;
    margin: auto;
    height: auto;
    line-height: normal;
    box-shadow: none;
    border-top: 4px solid rgb(165, 205, 57);
    z-index: 9999;
    padding: 10px 10px;
    width: 100%;
    display: block;
    z-index: 1;
}

.togglesearch:before {
    content: "";
    display: none;
    position: absolute;
    top: -28px;
    left: 46.5%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid rgb(165, 205, 57);
}

.togglesearch input[type="text"] {
    width: 94%;
    box-shadow: none;
    padding: 10px 15px;
    margin-left: 0;
    border: 0px;
    outline: none;
    border-radius: 0;
    color: #AAAAAA;
    font-size: 12pt;
    /*font-family: 'PT Sans Regular';*/
    height: 40px;
}

.togglesearch button[type="submit"] {
    width: 6%;
    padding: 0;
    background: rgb(165, 205, 57);
    color: #fff;
    margin-left: -6px;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 20pt;
    height: 40px;
    font-size: 16pt;
}

.field.search {
    background: #fff;
    border-radius: 20pt;
    box-shadow: 0 0 3px #0000001A;
    padding: 4px 5px 4px 10px;
}

.populartext {
    padding: 12px 10px;
    height: 30px;
    overflow: hidden;
    padding-bottom: 28px;
}

.populartext-extend {
    font-size: 19px;
    color: #FFF
}

.popularhead {
    color: #FFFFFF;
    font-size: 12pt;
    text-transform: uppercase;
    /*font-family: 'PT Sans Regular';*/
    margin-right: 15px;
}

a.populartag {
    color: #FFFFFF;
    margin-bottom: 8px;
    display: inline-block;
    margin-right: 15px;
    font-size: 12pt;
    border-bottom: 2px dotted #fff;
}

.promotiondesc {
    color: #777777;
    font-size: 11pt;
}

.promotiondesc ul {
    padding-left: 20px;
}

.promotiondesc ul li {
    line-height: 26px;
    margin-bottom: 7px;
}

.sellingpointtitle,
.relatedpromoproductheading {
    color: rgb(165, 205, 57);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14pt;
    text-align: left;
}

.headbg5,
.headbg6 {
    background: #F2F6AC;
    height: 18px;
    border: 0px;
    width: 80px;
    margin-left: 0;
    margin-top: -16px;
}

.sellingstoretitle {
    color: rgb(165, 205, 57);
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 14pt;
}

ul.sellingstorepointlist {
    list-style: none;
    margin: 15px 0px 30px 0px;
}

ul.sellingstorepointlist li {
    display: inline-block;
    width: 15.33%;
    border-right: 2px solid #707070;
    padding: 0px 15px;
    margin-bottom: 15px;
}

ul.sellingstorepointlist li a {
    color: #707070;
    font-size: 12pt;
    /*font-family: 'PT Sans Regular';*/
    border-bottom: 2px dotted rgb(165, 205, 57);
}

ul.sellingstorepointlist li:nth-child(6) {
    border-right: 0px;
}

.yataeshopbtn,
.yataeapplicationformbtn {
    background: rgb(165, 205, 57);
    height: 40pt;
    max-width: 230px;
    margin: auto;
    border-radius: 80pt;
    text-align: center;
    line-height: 40pt;
}

.yataeshopbtn a,
.yataeapplicationformbtn a {
    color: #fff;
    font-size: 14pt;
    border-bottom: 2px dotted #fff;
}

.yataeshopbtn .fa,
.yataeapplicationformbtn .fa {
    margin-left: 10px;
}

.relatedpromoproducts {}

.relatedpromoproducts ul {
    list-style: none;
}

.relatedpromoproducts ul li {
    display: inline-block;
    width: 15.33%;
    vertical-align: top;
    margin-right: 1%;
}

.relatedpromoproducts li:nth-child(6) {
    margin-right: 0px;
}

.relatedpromoproducts .relatedproduct-item {
    min-height: auto;
}

.bottomproduct {
    /*margin: 10px 0px 10px 0px;*/
}

.exclusivesale {
    display: inline-block;
}

.exsale {
    color: #FFFFFF;
    background: #FFA143;
    font-size: 13pt;
    padding: 3px 15px;
}

.iconExsale {
    padding: 3px 5px;
}

.productpricebox {
    display: inline-block;
    width: 50%;
    text-align: right;
}

.saleprice {
    font-size: 11pt;
    display: block;
    line-height: 13px;
}

.main-price {
    color: rgb(165, 205, 57);
    font-weighT: bold;
    font-size: 13pt;
    display: block;
    line-height: 28px;
}

.big-price {
    color: #FAFAFA;
    font-weighT: bold;
    font-size: 13pt;
    /* display: block; */
    background-color: rgb(165, 205, 57);
    width: auto;
    padding: 2px 9px;
    border-radius: 5px;
}

.aboutyatatitle {
    color: rgb(165, 205, 57);
    text-align: center;
    text-transform: capitalize;
    font-size: 18pt;
    /*font-family: 'PT Sans Regular';*/
    max-width: 600px;
    margin: auto;
}

.headbg7 {
    background: #F2F6AC;
    height: 16px;
    border: 0px;
    width: 100%;
    margin: auto;
    margin-top: -17px;
    max-width: 470px;
}

.headbg8 {
    background: #F2F6AC;
    height: 16px;
    border: 0px;
    width: 100%;
    margin: auto;
    margin-top: -17px;
    max-width: 150px;
}

.aboutyataimg {
    margin: 20px 0px;
    text-align: center;
}

.aboutyataimg img {
    width: 243.02px;
}

.aboutyatadesc {
    color: #777777;
    text-align: center;
    font-size: 11pt;
    line-height: 18pt;
}

.aboutyatadesc p {
    color: #777777;
    text-align: left;
    font-size: 11pt;
    line-height: 18pt;
}

.moreaboutyatasection {
    background: #EEEEEE;
    border-radius: 5pt;
    padding: 20px 15px;
    margin-top: 100px;
}

.moreabouttitle {
    color: #777777;
    font-size: 14pt;
    margin-bottom: 5px;
}

.moreaboutdesc {
    color: #777777;
    font-size: 11pt;
    line-height: 17pt;
}

.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    width: 1px;
    height: 100%;
    border-radius: unset;
    margin: 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-left: 5px dotted #707070;
    transform: translatex(-50%);
}

.main-timeline .timeline {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.main-timeline .timeline:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0px solid #fff;
    background: rgb(165, 205, 57);
    position: absolute;
    top: 0.5px;
    left: 1px;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #ec496e;
    padding: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon i {
    display: block;
    border-radius: 50%;
    background: #ec496e;
    font-size: 64px;
    color: #fff;
    line-height: 100px;
    z-index: 1;
    position: relative
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 4px;
    background: #ec496e;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
    width: 70px;
    height: 50px;
    background: #fff;
    top: 89px;
    right: -30px
}

.main-timeline .timeline-content {
    width: 100%;
    padding: 0 0px 0 40px;
    margin: 0px 0 0;
    float: right;
    position: relative
}

.main-timeline .timeline-content:before {
    content: "";
    width: 187px;
    height: 100%;
    border: 2px solid rgb(165, 205, 57);
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: 0px;
    left: 25px;
}

@media only screen and (max-width: 991px) {
    .main-timeline .timeline-content:before {
        width: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .container {
        padding: 0;
    }
}

.main-timeline .timeline-content:after {
    content: "";
    width: 25px;
    height: 2px;
    background: rgb(165, 205, 57);
    position: absolute;
    top: 0px;
    left: 0
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    color: #ec496e;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline .description {
    display: inline-block;
    margin: 0
}

.timeline-year {
    color: rgb(165, 205, 57);
    font-size: 13pt;
    display: inline-block;
    padding-bottom: .25rem;
}

.timeline-content .description {
    color: #777777;
    font-size: 11pt;
    width: 172px;
}

.main-timeline .timeline:nth-child(even) .timeline-content .description {
    float: right;
}

.main-timeline .timeline:nth-child(odd) .timeline-content .description {
    float: left;
}

.timelineimg {
    display: inline-block;
}

.main-timeline {
    margin-top: 30px;
}

.main-timeline:before {
    margin: 0 auto;
}

.main-timeline .timeline:before {
    left: 49.55%;
}

.main-timeline .timeline-content {
    width: 50%;
}

.timeline-year {
    color: rgb(165, 205, 57);
    font-size: 12pt;
    display: block;
    line-height: 12pt;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    float: left;
    padding: 0 35px 0 0px;
    text-align: right;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    border-left-color: rgb(165, 205, 57);
    border-bottom-color: rgb(165, 205, 57);
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 25px;
    transform: rotateY(180deg);
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0;
}

.timelineimg .landscape-img {
    max-width: 150px;
    max-height: 100px;
    width: 150px;
}

.timelineimg .vertical-img {
    max-width: 100px;
    max-height: 100px;
    height: 100px;
}


/*
.timelineimg .landscape-logo-img {
    max-width: 160px;
}

.timelineimg .square-img {
    max-width: 80px;
}
*/

.productslider.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.productslider.owl-carousel div {
    width: 100%;
}

.productslider .owl-nav button[type=button] {
    font-size: 30px;
    position: absolute;
    left: 10px;
    top: 45%;
    color: rgb(165, 205, 57);
}

.productslider .owl-nav button[type=button].owl-next {
    left: auto;
    right: 10px;
}

.mainrecipesection {
    background: #fff;
    border-radius: 5pt;
    box-shadow: 0 0 3px #0000001A;
    float: left;
    width: 100%;
}

.mainrecipeimg img {
    width: 100%;
    border-radius: 5pt 5pt 0 5pt;
}

.mainrecipesection .nopaddleft {
    padding-left: 0px;
}

.otherrecipebox1 {
    background: #fff;
    border-radius: 5pt;
    margin-bottom: 8px;
    box-shadow: 0 0 3px #0000001A;
}

.otherrecipeimg1 img {
    width: 100%;
    border-radius: 5pt 5pt 0 0;
}

.otherrecipesection .otherrecipecontent1 {
    padding: 15px 15px 15px 15px;
}

.recipetitle1 {
    color: #666666;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 0px;
    line-height: 16pt;
}

.otherrecipesection .col-md-4 {
    padding: 0px 8px;
}

.otherrecipesection {
    padding-top: 20px;
    margin: 0px -8px;
}

.news-tagdiv {
    color: #FFFFFF;
    background: #FF437C;
    font-size: 12pt;
    padding: 2px 15px;
    text-transform: uppercase;
}

.otherlangrecipe {
    color: #777;
    font-size: 12pt;
    margin: 10px 0px;
}

.exclusienew {
    margin-top: 10px;
}

.ingredientstitle {
    color: rgb(165, 205, 57);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14pt;
    text-align: left;
}

.headbg9 {
    background: #F2F6AC;
    height: 16px;
    border: 0px;
    width: 110px;
    margin-left: 0;
    margin-top: -18px;
}

.ingredientstable {
    color: #777;
    font-size: 11pt;
    line-height: 12pt;
}

.ingredientstable td {
    padding: 7px 30px 7px 0px;
}

.ingredientstable span {
    border-bottom: 2px dotted rgb(165, 205, 57);
}

.ingredientstable .fa {
    margin-left: 7px;
    color: rgb(165, 205, 57);
    font-size: 13pt;
    line-height: 12pt;
}

.ingredientssection {
    margin: 30px 0px;
}

.directionsbox {
    margin: 0px 0px 40px 0px;
}

.steptitle {
    color: rgb(165, 205, 57);
    font-weight: bold;
    font-size: 12pt;
    text-transform: uppercase;
    vertical-align: top;
}

.steptitle p {
    color: rgb(165, 205, 57);
    font-weight: bold;
    font-size: 12pt;
    text-transform: uppercase;
    vertical-align: top;
}

.directionstext {
    color: #777777;
    font-size: 14px;
    vertical-align: top;
    margin-right: 1%;
}

.directionstext p {
    color: #777777;
    font-size: 14px;
    vertical-align: top;
    margin-right: 1%;
}

.directionimg {
    display: inline-block;
    vertical-align: top;
}

.directionimg img {
    width: 100%;
}

.directionsbox .col-md-2 {}

.directionsbox .col-md-5 {
    padding-left: 0px;
}

.tipstitle {
    color: rgb(165, 205, 57);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14pt;
    text-align: left;
}

.headbg10 {
    background: #F2F6AC;
    height: 16px;
    border: 0px;
    width: 40px;
    margin-left: 0;
    margin-top: -18px;
}

.tipscontent {
    color: #777777;
    font-size: 11pt;
}

.recipedetailsfoodusedbox {
    background: #fff;
    border-radius: 5pt;
    margin: 20px 0px;
    box-shadow: 0 0 3px #0000001A;
    padding: 20px 15px;
    text-align: center;
}

.recipedetailsfoodusedtitle {
    color: rgb(165, 205, 57);
    font-size: 13pt;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.recipedetailsfoodusedbox ul li {
    display: inline-block;
    width: 18.33%;
    vertical-align: top;
    margin-right: 1%;
    text-align: center;
}

.recipedetailsfoodusedbox ul {
    list-style: none;
}

.recipedetailsfoodusedbox ul li:nth-child(5) {
    margin-right: 0px;
}

.relatedrecipesection .otherrecipecontent1 {
    padding: 15px 15px 15px 15px;
}

.recipesection p {
    color: #777;
    font-size: 11pt;
    line-height: 26px;
}

.recipesection ol {
    color: #777;
    font-size: 11pt;
}

.relatedrecipeheading {
    color: rgb(165, 205, 57);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14pt;
    text-align: left;
    margin-bottom: 10px;
}

.headbg11 {
    background: #F2F6AC;
    height: 18px;
    border: 0px;
    width: 150px;
    margin-left: 0;
    margin-top: -16px;
}

ul.featuredproductsul {
    list-style: none;
}

ul.featuredproductsul li {
    display: inline-block;
    width: 15.33%;
    vertical-align: top;
    margin-right: 1%;
}

ul.featuredproductsul li:nth-child(6) {
    margin-right: 0px;
}

.featuredproductsul .relatedproduct-tags ul li {
    width: 21%;
    margin-right: 0;
}

.mainyatapediabox {
    background: #fff;
    border-radius: 5pt;
    box-shadow: 0 0 3px #0000001A;
    width: 100%;
    margin-top: 20px;
}

.yatapediaimg img {
    width: 100%;
    border-radius: 5pt 0 0 5pt;
}

.mainyatapediabox .nopadleft {
    padding-left: 0px;
}

.yatapediabox {
    padding: 15px 15px 15px 0px;
}

.yatapediatitle {
    color: #666666;
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 16pt;
}

.yatapediacontent {
    font-size: 10pt;
    color: #666666;
    padding: 15px 0px;
}

.yatapediabox .yatapedialove1 {
    margin: 0px;
}

.yatapediaothersection .row {}

.yatapediaothersection {
    width: 100%;
    padding-top: 20px;
    padding-right: 7px;
    padding-left: 7px;
}

.yatapediaothersection .col-md-4 {
    padding-right: 8px;
    padding-left: 8px;
}

.otheryatapediabox {
    background: #fff;
    border-radius: 5pt;
    margin-bottom: 20px;
    box-shadow: 0 0 3px #0000001A;
}

.yatapediaothersection .otheryatapediaimg img {
    width: 100%;
    border-radius: 5pt 5pt 0 0;
}

.otheryatapediatitle {
    color: #666666;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 10px;
    line-height: 16pt;
    min-height: 45px;
}

.yatapediacontentbox {
    padding: 15px;
}

.yatapediaothersection .yatapedialove2,
.yatapediaothersection .yatapedialove1 {
    margin: 0px;
}

.yatapedialove3 {
    color: #AFCB08;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #AFCB08;
    padding: 1px 8px;
    display: inline;
    margin: 10px 10px 0px 10px;
}

.yatapedialove4 {
    color: #FF927B;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #FF927B;
    padding: 1px 8px;
    display: inline;
}

.yatapedialove5 {
    color: #77C9FF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #77C9FF;
    padding: 1px 8px;
    display: inline;
}

.yatapediadetailsection {}

.yatapediadetailsection .yatapedialove {
    margin: 10px 0px;
    font-size: 14px;
}

.yatapeidabox {
    margin-bottom: 15px;
}

.yatapeidaboxcontent {
    background: #fff;
    border-radius: 5pt;
    box-shadow: 0 0 3px #0000001a;
    width: 100%;
}

.yatapeidaboxcontent img {
    width: 100%;
    border-radius: 5pt 5pt 0 0;
}

.bigyatapeidabox img {
    width: 100%;
    border-radius: 5pt 0 0 5pt;
}

.yatapeidaboxdescription {
    padding: 15px 15px 15px 15px;
}

.bigyatapeidabox .yatapeidaboxdescription {
    padding: 15px 15px 15px 0px;
}

.yatapedialove {
    color: #77C9FF;
    margin: 10px 10px 0px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #77C9FF;
    padding: 1px 8px;
    display: inline;
}

.yatapeidaboxdescription .yatapedialove {
    margin: 0px;
}

.yatapeidaboxtitle {
    color: #666666;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 0px;
    line-height: 16pt;
}

.foodsection {
    display: none;
}

.bigyatapeidabox .foodsection {
    display: block;
}

.yatapediadetailsection .yatapediatitle {
    color: rgb(165, 205, 57);
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    font-size: 17pt;
    margin: 5px 0px;
}

.breadcrumb_bar {
    /*    margin-bottom: 15px;*/
}

.yatapediadesc p {
    font-size: 11pt;
    color: #777777;
    margin-bottom: 10px;
}

.yatapediadesc iframe {
    /* width:100%;*/
}

.yatafansbox {}

.youtube-iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yatafansimg {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 2%;
}

.yatafansimg img {
    width: 100%;
    max-height: 290px;
}

.yatafanscontentbox {
    display: inline-block;
    vertical-align: top;
    width: 67%;
}

.yatafanstitle {
    color: rgb(165, 205, 57);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13pt;
    text-align: left;
    margin-bottom: 10px;
}

.headbg12 {
    background: #F2F6AC;
    height: 14px;
    border: 0px;
    width: 40px;
    margin-left: 0;
    margin-top: -17px;
}

.yatatextbold {
    color: #666666;
    font-weight: bold;
    font-size: 13pt;
    margin-bottom: 10px;
}

.yatatext {
    color: #777777;
    font-size: 11pt;
}

.yatatext p {
    color: #777777;
    font-size: 11pt;
}

.yatatext p img {
    max-width: 120px;
}

.yatatitle {
    color: rgb(165, 205, 57);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14pt;
    text-align: left;
    margin-bottom: 10px;
}

.yatafansborderbottom {
    padding: 15px 0px;
    background-image: url('../img/footersmiley.svg');
    height: 96px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    background-size: 1920px
}

.yatafansborderbottom img {
    width: 100%;
    display: none;
}

.yatatext p span.greentext {
    color: rgb(165, 205, 57);
    font-size: 16pt;
}

.yatabottomtext p {
    color: #777777;
    font-size: 10pt;
    margin-bottom: 5px;
}

.lightgreentext {
    color: rgb(165, 205, 57);
}

.darkgreentext {
    color: #5ECECF;
}

.clickhere {
    color: rgb(165, 205, 57);
    border-bottom: 2px dotted rgb(165, 205, 57);
}

.clickhere .fa {
    color: rgb(165, 205, 57);
    margin-left: 4px;
}

.yatafans_section {
    margin-bottom: 50px;
}

.mobileappimgsection img {
    width: 100%;
}

.yatacreditcardbannerbottomtext {
    color: rgb(165, 205, 57);
    text-align: center;
    font-size: 12pt;
    padding: 20px 0px;
}

.yatacreditcardbanner {}

.yatacreditcardbanner img {
    width: 100%;
}

.yatacreditcardbox {}

.creditcardtitle {
    color: rgb(165, 205, 57);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13pt;
    text-align: left;
    margin-bottom: 15px;
}

.headbg13 {
    background: #F2F6AC;
    height: 14px;
    border: 0px;
    width: 40px;
    margin-left: 0;
    margin-top: -17px;
}

.headbg14 {
    background: #F2F6AC;
    height: 14px;
    border: 0px;
    width: 100px;
    margin-left: 0;
    margin-top: -17px;
}

.yatacreditcardimg {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 2%;
}

.yatacreditcardimg img {
    width: 100%;
}

.creditcardtext {
    color: #777777;
    font-size: 11pt;
    display: inline-block;
    vertical-align: top;
    width: 67%;
}

.creditcarddiscounttext {
    color: #777777;
    font-size: 11pt;
    display: inline-block;
}

.creditcarddiscounttext p {
    color: #777777;
    font-size: 16px;
}

.creditcarddiscounttext li {
    list-style-type: decimal;
    text-align: left;
}

.creditcardborderbottom {
    padding: 15px 0px;
    background-image: url('../img/footersmiley.svg');
    height: 96px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    /*background-size: 1920px*/
}

.creditcardborderbottom img {
    width: 100%;
    display: none;
}

.yataeapplicationformbtn {
    margin-top: 40px;
}

.yataeapplicationformtext {
    color: #777777;
    font-size: 11pt;
    text-align: center;
    margin-top: 15px;
}

.creditcard-accordin .card {
    border: none;
    margin-bottom: 15px;
    background-color: transparent;
    border-bottom: 2px dotted #E3E3E3 !important;
    padding-bottom: 15px;
}

.creditcard-accordin .card .card-heading {
    font-size: 15pt;
    color: rgb(165, 205, 57);
    font-weight: 700;
    cursor: pointer;
    text-transform: inherit;
}

.creditcard-accordin .card .card-heading a {
    display: block;
}

.img-span-collapse{    
    display: flex;
    align-items: center;
}
.img-part{
    float: left;
    max-width: 123px;
    min-width: 123px;
}
.creditcard-accordin .card-heading a::after,
.creditcard-accordin .card-heading>a.active[aria-expanded="false"]::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 18px;
    color: rgb(165, 205, 57);
    text-align: center;
    line-height: 18px;
    margin-top: 3px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.creditcard-accordin .card-heading a[aria-expanded="true"]::after,
.creditcard-accordin .card-heading>a.active::after {
    content: "\f077";
    font-family: FontAwesome;
    float: left;
    font-size: 18px;
    color: rgb(165, 205, 57);
}

.creditcard-accordin .card-heading .img-span-collapse::after,
.creditcard-accordin .card-heading>.img-span-collapse.active[aria-expanded="false"]::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 18px;
    color: rgb(165, 205, 57);
    text-align: center;
    line-height: 18px;
    margin-top: 3px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.creditcard-accordin .card-heading .img-span-collapse[aria-expanded="true"]::after,
.creditcard-accordin .card-heading>.img-span-collapse.active::after {
    content: "\f077";
    font-family: FontAwesome;
    float: left;
    font-size: 18px;
    color: rgb(165, 205, 57);
}
.creditcard-accordin p {
    color: #777;
    font-size: 11pt;
}

.howtoapplysection {}

.howtoapplytitle {
    color: rgb(165, 205, 57);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13pt;
    margin-bottom: 10px;
}

.howtoapplytext {
    color: #777777;
    font-size: 11pt;
    margin-bottom: 10px;
}

.applybox {
    background: #EEEEEE;
    border-radius: 5pt;
    padding: 20px 15px;
    text-align: center;
}

.applyimg {}

.applyimg img {
    max-height: 50px;
}

.applytext {
    margin-top: 10px;
}

.applytext p {
    color: #777777;
    font-size: 11pt;
    margin-bottom: 0px;
}

.howtoapplysection .row {
    margin: 0 -8px;
}

.howtoapplysection .col-md-6 {
    padding: 0 8px;
}

.yatabbclubbannerbottomtext {
    color: rgb(165, 205, 57);
    text-align: center;
    font-size: 12pt;
    padding: 20px 0px;
}

.yatabbclubbanner {}

.yatabbclubbanner img {
    width: 100%;
}

.yatabbclubbox {}

.bbclubtitle {
    color: rgb(165, 205, 57);
    font-weight: bold;
    font-size: 13pt;
    text-align: left;
    margin-bottom: 15px;
}

.yatabbclubimg {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-right: 2%;
    text-align: center;
}

.yatabbclubimg img {
    margin: auto;
    /*    width: 100%;
    max-width: 120px;*/
}

.bbclubtext {
    color: #777777;
    font-size: 11pt;
    display: inline-block;
    vertical-align: top;
    width: 76%;
}

.bbclubtext p {
    color: #777777;
    font-size: 11pt;
}

.bbclubtext p.shorttext {
    color: #777777;
    font-size: 10pt;
    /*font-family: 'PT Sans Regular';*/
}

.bbclubborderbottom {
    padding: 15px 0px;
    background-image: url('../img/footersmiley.svg');
    height: 96px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    background-size: 1920px
}

.bbclubborderbottom img {
    /*width: 100%;*/
    display: none;
}

.howtojoinsection {}

.howtojointitle {
    color: rgb(165, 205, 57);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13pt;
    margin-bottom: 15px;
}

.howtojointext {
    color: #777777;
    font-size: 11pt;
    margin-bottom: 10px;
}

.howtojoinbox {
    background: #EEEEEE;
    margin-bottom: 15px;
    border-radius: 5pt;
    padding: 20px 15px;
    text-align: left;
}

.jointext {
    margin-top: 10px;
}

.jointext p {
    color: #777777;
    font-size: 11pt;
    margin-bottom: 10px;
}

.jointext p .green_number {
    color: rgb(165, 205, 57);
    font-weight: bold;
    margin-right: 10px;
    font-size: 12pt;
}

.jointitle {
    color: #777777;
    font-size: 14pt;
    text-align: center;
}

.joinussection {
    margin-top: 40px;
    border-top: 4px dotted #e3e3e3;
}

.joinussection ul {
    list-style: none;
}

.joinussection ul li {
    cursor: pointer;
    padding: 15px 0px;
    border-bottom: 4px dotted #e3e3e3;
}

.joinustitlelink {
    color: rgb(165, 205, 57);
    font-size: 12pt;
    font-weight: 600;
}

.joinustitlelink .fa {
    float: right;
    font-size: 12pt;
    margin-top: 5px;
}

.jobtitle {
    margin-top: 20px;
    color: rgb(165, 205, 57);
    text-transform: uppercase;
    text-align: center;
    font-size: 14pt;
    line-height: 14pt;
    margin-bottom: 0;
}

.headbg15 {
    background: #F2F6AC;
    height: 15px;
    border: 0px;
    width: 300px;
    margin: auto;
    margin-top: -11px;
}

.jobborderbottom {
    margin: 20px 0px;
}

.jobborderbottom img {
    width: 100%;
}

.jobheading {
    color: rgb(165, 205, 57);
    text-align: center;
    text-transform: uppercase;
    font-size: 13pt;
    margin-bottom: 5px;
}

.jobdesc {
    color: #777777;
    font-size: 11pt;
    line-height: 17pt;
    margin-bottom: 20px;
}

.modal-body {
    padding: 1rem 1.5rem;
}

.popupclosebtn {
    background: rgb(165, 205, 57);
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin: auto;
    color: #fff;
    text-align: center;
    padding: 0px;
    text-transform: uppercase;
    font-size: 11pt;
    position: absolute;
    bottom: -70px;
    left: 45%;
}

.modal-content {
    border-radius: 10pt;
    box-shadow: 0 0 3px #0000001A;
    bordeR: 0px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }
}

.joinusbottomsection {
    margin-top: 30px;
}

.joinusbottomtext {
    color: #777777;
    font-size: 12pt;
    text-align: center;
    margin-bottom: 20px;
}

.joinusbox {
    background: #EEEEEE;
    border-radius: 5pt;
    padding: 15px 15px;
    min-height: 150px;
}

.ortext {
    text-align: center;
    color: #777777;
    font-size: 14pt;
    padding: 60px 0px;
}

.joinbottomheading {
    color: #777777;
    font-size: 13pt;
    text-align: center;
    margin-bottom: 5px;
}

.joinbottontext {
    color: #777777;
    font-size: 11pt;
    text-align: center;
}

.joinusbottomsection .col-md-5 {
    -ms-flex: 0 0 45.666667%;
    flex: 0 0 46.666667%;
    max-width: 46.666667%;
    padding: 0 8px;
}

.joinusbottomsection .col-md-2 {
    -ms-flex: 0 0 5.666667%;
    flex: 0 0 5.666667%;
    max-width: 5.666667%;
    padding: 0 8px;
}

.joinusbottomsection .row {
    margin: 0 -8px;
}

.faqs-tab {
    margin-top: 20px;
}

.faqs-tab ul {
    text-align: center;
}

.faqs-tab ul li {
    display: flex;
    align-items: center;
    height: 80px;
    width: 25%;
}

.faqs-tab .tab-item ul li a {
    min-height: unset;
    display: flex;
    font-size: 13pt;
    font-weight: bold;
    color: #AAAAAA;
    text-transform: uppercase;
    padding: 10px 20px;
    position: relative;
    border-top: 0;
    border-left: 0;
    border-bottom: 4px solid #F2F6AC;
    width: 100%;
    text-align: center;
    align-items: center;
    height: 100%;
    vertical-align: middle;
    justify-content: center;
}

.faqs-tab .tab-item ul li:nth-child(2) a {
    border-right: 2px solid #ebebeb;
}

.faqs-tab .tab-item ul li a.active {
    color: rgb(165, 205, 57);
    background: #F2F6AC;
    border-radius: 5pt 5pt 0 0;
}

.tab-item ul li a:before {
    display: none;
}

.faqpage-accordin .card {
    border: none;
    border-radius: 0px !important;
    margin-bottom: 15px;
    background-color: transparent;
    border-bottom: 3px dotted #E3E3E3 !important;
}

.faqpage-accordin .card .card-heading {
    font-size: 12pt;
    color: rgb(165, 205, 57);
    font-weight: 700;
    cursor: pointer;
    text-transform: inherit;
}

.faqpage-accordin .card .card-heading a {
    display: block;
}

.faqpage-accordin .card-heading a::after,
.faqpage-accordin .card-heading>a.active[aria-expanded="false"]::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 18px;
    color: rgb(165, 205, 57);
    text-align: center;
    line-height: 18px;
    margin-top: 3px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.faqpage-accordin .card-heading a[aria-expanded="true"]::after,
.faqpage-accordin .card-heading>a.active::after {
    content: "\f077";
    font-family: FontAwesome;
    float: left;
    font-size: 18px;
    color: rgb(165, 205, 57);
}

.faqpage-accordin p {
    color: #777;
    font-size: 11pt;
}

.faqpage-accordin {
    margin-top: 20px;
}

.faqpage-accordin .card-body {
    padding: 1rem 0px;
}

.faqpage-accordin ul {
    padding-left: 20px;
    text-align: left;
}

.faqpage-accordin ul li {
    color: #777;
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
    height: unset;
    display: revert;
    align-items: unset;
    list-style: disc;
    line-height: 18px;
}

 ::marker {
    color: rgb(165, 205, 57);
}

.otherquestionstitle {
    color: rgb(165, 205, 57);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13pt;
    text-align: left;
    margin-bottom: 15px;
}

.headbg16 {
    background: #F2F6AC;
    height: 14px;
    border: 0px;
    width: 80px;
    margin-left: 0;
    margin-top: -17px;
}

.otherquestionssection {
    margin-top: 40px;
}

.questionbox {
    background: #EEEEEE;
    border-radius: 5pt;
    padding: 20px 15px 10px 15px;
}

.questionboxtext {
    color: #777777;
    font-size: 12pt;
    margin-bottom: 15px;
}

input,
textarea {
    -webkit-box-shadow: 0 0 3px #0000001A;
    background: #fff;
    border-radius: 20pt;
    box-shadow: 0 0 3px #0000001A;
    width: 100%;
    border: 0px;
    padding: 10px 20px;
    color: #AAAAAA;
    font-size: 11pt;
}

textarea {
    min-height: 150px;
}

.submit-btn {
    background: rgb(165, 205, 57);
    border: 0px;
    color: #fff;
    border-radius: 80pt;
    padding: 10px 20px;
    min-width: 230px;
    margin: auto;
}

.btncenter {
    text-align: center;
}

.submit-btn .fa {
    margin-left: 7px;
}

.submit-btn span {
    text-transform: capitalize;
    border-bottom: 2px dotted #fff;
}

.fulltitle {
    display: flex;
    margin-bottom: 20px;
    vertical-align: middle;
    align-items: center;
}

.fulltitle1 {
    display: flex;
    margin-bottom: 0px;
    vertical-align: middle;
    align-items: center;
}

.headingleftimg {
    background-image: url(../img/headingbgleft.svg);
    background-repeat: no-repeat;
    background-position: right;
    max-width: 100%;
    flex-grow: 1;
}

.headingleftimg img {
    width: 100%;
}

.headingrightimg {
    background-image: url(../img/headingbgright.svg);
    background-repeat: no-repeat;
    max-width: 100%;
    flex-grow: 1;
}

.headingrightimg img {
    width: 100%;
}

.headingbgtext {
    padding: 0px 10px;
}

.sidenavigation .dropdown-menu {
    position: relative !important;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    transform: none !important;
}

.sidenavigation .dropdown-menu li a {
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    padding-left: 50px;
    /*
    text-transform: uppercase;*/
    /*font-family: 'PT Sans Regular';*/
}

.sidenavigation .dropdown-menu li {
    padding: 15px 0px;
    background-color: rgb(165, 205, 57);
    color: #fff;
}

.sidenavigation .dropdown-menu li:hover {
    padding: 15px 0px;
    background-color: #fff;
    color: rgb(165, 205, 57);
}

#menusection .dropdown-menu li:hover {
    padding: 15px 0px;
    background-color: rgb(165, 205, 57);
}

#menusection .dropdown-menu li:last-child {
    background: none;
}

#menusection .dropdown-menu li a {
    padding-left: 0px;
}

#menusection .dropdown-menu {
    padding-left: 50px;
}

.sidenavigation .dropdown-toggle::after {
    display: none;
}

.uform .questionbox {
    margin-bottom: 10px;
}

.uform select {
    border-radius: 20pt;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 20pt;
    -webkit-border-radius: 20pt;
    border-radius: 20pt;
    background: url(http://dropdown/arrow/url/) no-repeat;
    background-position: right center;
    background-color: #FFFFFF;
    /*
    color: #000000;
    border: 1px solid #000000;*/
}

.uform .dropdown .umbraco-forms-field-wrapper :after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 12px;
    font: 17px;
    color: #333;
    right: 30px;
    top: 10px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

.uform label,
.uform option {
    font-size: 14px;
    color: #636363;
    /*
    font-weight: 400;
    line-height: 26px;
    font-family: 'Mplus 1p';
    display:none;*/
}

.uform .form-group.umbraco-forms-field {
    margin-bottom: 10px;
}

.uform .field-validation-error,
.uform .umbracoForms-Indicator {
    color: red !important;
}

.sidenavigation .dropdown .fa {
    float: right;
    color: inherit;
    font-size: 30px;
    padding: 10px 2px 10px 0px;
}

.hero-items .owl-dots {
    overflow-y: scroll;
}

.another-owl-dots-container {
    margin: auto;
}

.another-owl-dots {
    text-align: center;
}

.another-owl-dot {
    height: 8px;
    width: 8px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
}

.another-owl-dot.active {
    background-color: #A0CD39;
}

.recipedetailsection {
    width: 80%;
    display: inline-block;
}

.recipebox {
    margin-bottom: 15px;
}

.recipeboxcontent {
    background: #fff;
    border-radius: 5pt;
    box-shadow: 0 0 3px #0000001a;
    width: 100%;
}

.recipeboxcontent img {
    width: 100%;
    border-radius: 5pt 5pt 0 0;
}

.bigrecipebox img {
    width: 100%;
    border-radius: 5pt 0 0 5pt;
}

.recipeboxdescription {
    padding: 15px 15px 15px 15px;
}

.bigrecipebox .recipeboxdescription {
    padding: 15px 15px 15px 0px;
}

.recipeboxtitle {
    color: #666666;
    font-size: 17px;
    font-weight: bold;
    margin-top: 0px;
    line-height: 16pt;
}

.foodsection {
    display: none;
}

.bigrecipebox .foodsection {
    display: block;
}

.margintop10 {
    margin-top: 10px;
}

.height-unset {
    height: unset;
    padding-bottom: 0px;
}

.stick-header {
    padding-top: 2px;
    background: #a5cd39;
    z-index: 999;
}

.img_w-100 img{
    width:100%;
}
/* Page content */

.content {
    padding: 16px;
}


/* The sticky class is added to the header with JS when it reaches its scroll position */

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}


/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */

.sticky+.content {
    padding-top: 102px;
}

@media only screen and (max-width: 991px) {
    .bigyatapeidabox .yatapeidaboxdescription {
        padding: 15px 15px 15px 15px;
    }
    .bigrecipebox .recipeboxdescription {
        padding: 15px 15px 15px 15px;
    }
    .floorprodbox {
        height: 120px;
    }
    ul.floorplanproducts li:after {
        content: '';
        border-right: 1px solid #000;
        position: absolute;
        top: 5px;
        right: 0;
        min-height: 110px;
    }
    .faqpage-accordin .card .card-heading {
        font-size: 12px;
        line-height: 18px;
    }
    .faqpage-accordin p,
    .faqpage-accordin ul li {
        color: #777;
        margin-bottom: 6px;
        font-size: 12px;
        line-height: 20px;
    }
    .faqpage-accordin .card-body {
        padding: 1rem 5px;
    }
    .storename {
        color: #666666;
        font-weight: bold;
        font-size: 14px;
        padding: 7px 7px 3px 7px;
        line-height: 14px;
    }
    .storelogosection {
        margin-bottom: 0px;
    }
    .storedetailbox {
        margin-bottom: 10px;
    }
    .storedetailsection .row {
        margin: 0px -4px;
    }
    .storedetailsection .col-lg-3,
    .storedetailsection .col-md-3,
    .storedetailsection .col-sm-6,
    .storedetailsection .col-xs-6 {
        padding: 0px 4px;
        width: 50%;
    }
    .storelocations ul li {
        color: #fff;
        font-size: 12px;
        width: 31.33%;
    }
    .container {
        width: 100%;
        padding-right: 8px;
        padding-left: 8px;
    }
    .logo {
        padding: 5px 0px 10px 0px;
    }
    .logo img {
        max-width: 68px;
    }
    .promotionimg img {
        border-radius: 5pt 5pt 0 0;
    }
    .filter-button {
        margin-bottom: 10px;
    }
    .storelogo {
        width: 30.33%;
        margin-right: 6px;
        display: inline-block;
    }
    .storedetailsection .col-lg-3,
    .storedetailsection .col-md-3,
    .storedetailsection .col-sm-6,
    .storedetailsection .col-xs-6 {
        padding: 0px 4px;
        width: 50%;
    }
    .storecat {
        color: #978579;
        font-size: 12px;
    }
    .mainpromotionbox .col-md-4 {
        padding-left: 15px;
    }
    .promobox {
        padding: 2px 10px;
        padding-bottom: 5px;
    }
    .btnsul li:not(.no-hidden) {
        display: none;
    }
    .btnsul {
        position: absolute;
        right: 0px;
        top: -83px;
        z-index: 9999;
    }
    .inner-header .col-lg-2 {
        width: 30%;
    }
    .inner-header .col-lg-10 {
        width: 70%;
    }
    .inner-header .nav-right {
        text-align: right;
        padding: 25px 0px;
    }
    .inner-header .logo {
        text-align: left;
    }
    .nav-item,
    .pms-section,
    .hero-items.owl-carousel .owl-dots,
    .foodusedhead,
    .foodusedsection,
    .otherrecipebox1 {
        display: none;
    }
    .hero-items.owl-carousel {
        width: 100%;
    }
    .hero-items .owl-nav button[type=button] {
        font-size: 20px;
    }
    .hero-items .owl-nav button[type=button].owl-next {
        right: 2px;
    }
    .hero-items .owl-nav button[type=button].owl-prev {
        left: 2px;
    }
    .storetitleheading {
        color: rgb(165, 205, 57);
        font-weight: bold;
        font-size: 22px;
        text-align: center;
        margin: 0px 0px 10px 0px;
    }
    .promodate {
        color: #978579;
        font-size: 12px;
    }
    .promotitle {
        color: #666666;
        font-size: 14px;
        font-weight: bold;
        margin-top: 5px;
        line-height: 13px;
    }
    .otherpromotionsection {
        padding-top: 10px;
    }
    .otherpromotionsection .promobox {
        padding: 2px 10px;
        padding-bottom: 5px;
    }
    .otherpromotionbox {
        margin-bottom: 10px;
    }
    .smalltitle {
        font-size: 12px;
    }
    .maintitle {
        font-size: 24px;
        line-height: 24px;
    }
    .headbg {
        height: 18px;
        width: 100px;
        margin-top: -16px;
    }
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
    .bottomtitle {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .product-item .pi-text a h5 {
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .product-slider .owl-nav button[type=button] {
        display: block;
    }
    .product-item {
        padding: 10px 5px 20px 5px;
    }
    .product-slider .owl-nav button[type=button] {
        font-size: 20px;
        left: -10px;
    }
    .product-slider .owl-nav button[type=button].owl-next {
        left: auto;
        right: -10px;
    }
    .women-banner {
        padding-bottom: 8px;
    }
    .pdleftnone {
        padding-left: 15px;
    }
    .mainrecipesection,
    .otherrecipebox {
        margin-bottom: 12px;
    }
    .mainrecipesection {}
    .otherrecipeimg {
        width: 40%;
    }
    .otherrecipecontent {
        float: left;
        padding: 8px 0px;
        width: 60%;
    }
    .recipetitle {
        padding: 0px 10px 10px 10px;
        font-size: 15px;
        line-height: 17px;
    }
    .yatapediasection .recipetitle {
        padding-top: 10px;
    }
    .yatapediasection {
        padding-top: 0px;
    }
    .yatapediasection .otherrecipebox {
        width: 48%;
        display: inline-block;
        margin-right: 2%;
    }
    .recipesection .otherrecipebox {
        width: 48%;
        display: inline-block;
        margin-right: 2%;
    }
    .yatapediasection .otherrecipebox1 {
        display: none;
    }
    .yatapediasection .otherrecipeboxeven {
        margin-right: 0px;
    }
    .moresection {
        margin-top: 0px;
    }
    .yatapediasection .otherrecipeimg,
    .recipesection .otherrecipeimg,
    .recipesection .otherrecipecontent,
    .yatapediasection .otherrecipecontent {
        width: 100%;
    }
    .footer-nav ul li {
        display: inline-block;
    }
    .footerpms-section {
        display: block;
        padding-bottom: 30px;
    }
    .footer-menu {
        display: block;
    }
    .maincontentsection {
        padding-bottom: 80px;
    }
    .promotiontitle {}
    ul.relatedproductsul li {
        width: 31.33%;
    }
    /*    ul.relatedproductsul li:nth-child(3),
    ul.relatedproductsul li:nth-child(6) {
        margin-right: 0px;
    }
    ul.relatedproductsul li:nth-child(4) {
        margin-right: 1.4%;
    }*/
    .footer-social a:last-child {
        margin-right: 0px;
    }
    .supermarkettag a {
        font-size: 8pt;
        padding: 2px 8px;
    }
    .relatedproduct-tags ul li {
        width: 21%;
        margin-right: 0;
    }
    .borderbottom {
        margin: 20px 0px;
    }
    .footer-nav ul li a {
        color: #707070;
        font-size: 11px;
        padding: 0px 4px;
    }
    .footer-nav ul li:before {
        top: 0px;
        content: "";
        left: -2px;
        width: 5px;
        height: 5px;
        margin: 2px;
    }
    .footer-nav {
        text-align: center;
        padding: 0px 0px 0px 0px;
        float: left;
        width: 100%;
    }
    .copyright {
        color: #707070;
        font-size: 12px;
        text-align: center;
        padding: 20px 0px;
    }
    ul.pmsul li {
        margin-bottom: 10px;
    }
    .footer-social a {
        display: inline-block;
        height: 35px;
        width: 35px;
        background: rgb(165, 205, 57);
        color: #ffffff;
        text-align: center;
        line-height: 35px;
        border-radius: 50%;
        position: relative;
        font-size: 18px;
        z-index: 1;
    }
    .footer-logo img {
        max-width: 80px;
    }
    .footertext {
        color: #666666;
        font-size: 15px;
    }
    .borderbottom img {
        width: 55px;
    }
    .borderbottom:before {
        content: "";
        position: absolute;
        background-image: radial-gradient(circle at 9.5px, #e3e3e3 1.25px, rgba(255, 255, 255, 0) 2.5px);
        background-position: top;
        background-size: 12px 10px;
        background-repeat: repeat-x;
        padding: 1em 0;
        top: 8px;
        bottom: unset;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .allshorttags li:nth-child(4) {}
    .allshorttags li:nth-child(3) {
        margin-right: 0px;
    }
    .allshorttags ul li a,
    .shorttagsdiv {
        color: #666666;
    }
    .relatedpromotionheading {
        margin-top: 30px;
    }
    .breadcrumb_bar ul li {
        display: inline-block;
        color: #707070;
        font-size: 10pt;
        padding-right: 1px;
    }
    .store-tab .tab-item ul li a {
        display: inline-grid;
        margin: 0px 6px;
        font-size: 10pt;
        text-align: center;
        width: 90px;
        height: 90px;
    }
    .store-tab .tab-item ul li a img {
        max-height: 30px;
    }
    .storegreentext {
        color: rgb(165, 205, 57);
        font-size: 13px;
        max-width: 710px;
        margin: auto;
        line-height: 18px;
    padding-bottom: 10px;
    }
    .service-tabs .tab-item ul li a img {
        max-height: 40px;
        max-width: 45px;
    }
    .service-tabs .nav {
        justify-content: left;
    }
    .service-tabs .tab-item ul li a img {
        max-height: 31px;
        max-width: 40px;
    }
    .service-tabs .tab-item ul li a {
        display: inline-grid;
        margin: 0px 6px;
        font-size: 10pt;
        text-align: center;
        width: 50px;
        height: 50px;
    }
    .mapsection {}
    .transportbox .mapsection {
        /*
        display: block;*/
        margin-bottom: 15px;
    }
    .accesstitle,
    .accesstext {
        text-align: center;
    }
    .businesshoursbox ul li {
        font-size: 11pt;
    }
    .googlemaptext {
        text-align: center;
        color: #777777;
        font-size: 11pt;
        border-bottom: 2px dotted rgb(165, 205, 57);
        display: block;
        padding-bottom: 3px;
        max-width: 130px;
        margin: auto;
    }
    .transportbox ul li span {
        width: 86%;
        display: inline-block;
        vertical-align: top;
    }
    .transportbox ul li img {
        width: 10%;
        margin-right: 10px;
        display: inline-block;
    }
    .transportbox ul li {
        color: #fff;
        font-size: 10pt;
        margin-bottom: 20px;
    }
    .servicedetails_box {
        border-radius: 10pt;
        margin-bottom: 20px;
        box-shadow: 0 0 3px #0000001A;
        padding: 20px 15px 40px 15px;
    }
    .servicedetails_box .col-md-2 {
        width: 25%;
    }
    .servicedetails_box .col-md-10 {
        width: 75%;
    }
    .servicedetails_box img {
        max-width: 100%;
    }
    .servicedetailtitle {
        color: rgb(165, 205, 57);
        font-size: 14pt;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .servicedetailtext p {
        color: #777777;
        font-size: 10pt;
        margin-bottom: 8px;
        line-height: 15pt;
        text-align: justify;
    }
    .service-tabs .tab-item {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 15px;
        margin-top: 30px;
    }
    .floorplan-tab .tab-item ul li a {
        width: auto;
        min-width: 80px;
        height: auto;
    }
    ul.floorplanproducts li {
        display: inline-block;
        width: 31.33%;
        height: 130px;
        vertical-align: top;
        margin-top: 10px;
    }
    .floorprodbox img {
        width: auto;
        max-width: none;
        margin: auto;
        height: 90px;
    }
    .togglesearch {
        top: -10px;
        right: 0;
    }
    .togglesearch:before {
        left: auto;
        right: 1%;
    }
    .togglesearch input[type="text"] {
        width: 80%;
    }
    .togglesearch button[type="submit"] {
        width: 20%;
    }
    ul.sellingstorepointlist li {
        display: inline-block;
        width: 32.33%;
        border-right: 2px solid #707070;
        padding: 0px 10px;
        margin-bottom: 15px;
    }
    ul.sellingstorepointlist li a {
        color: #707070;
        font-size: 11pt;
        border-bottom: 2px dotted rgb(165, 205, 57);
    }
    .relatedpromoproducts ul li {
        display: inline-block;
        width: 31.33%;
        margin-right: 1.4%;
    }
    .relatedpromoproducts li:nth-child(3) {
        margin-right: 0px;
    }
    .exsale {
        color: #FFFFFF;
        background: #FFA143;
        font-size: 12pt;
        padding: 3px 15px;
    }
    .exclusivesale {
        display: inline-block;
    }
    .aboutyatatitle {
        color: rgb(165, 205, 57);
        text-align: center;
        text-transform: capitalize;
        font-size: 11pt;
    }
    .headbg7 {
        background: #F2F6AC;
        height: 10px;
        border: 0px;
        width: 100%;
        margin: auto;
        margin-top: -12px;
        max-width: 450px;
    }
    .headbg8 {
        background: #F2F6AC;
        height: 10px;
        border: 0px;
        width: 100%;
        margin: auto;
        margin-top: -12px;
        max-width: 120px;
    }
    ul.sellingstorepointlist li:nth-child(3),
    ul.sellingstorepointlist li:nth-child(6),
    ul.sellingstorepointlist li:nth-child(9) {
        border-right: 0px;
    }
    .foodsection .foodusedhead {
        display: block;
    }
    .foodsection .foodusedsection {
        display: block;
    }
    .foodsection .col-md-4 {
        width: 33.33%;
    }
    .mainrecipeimg img {
        width: 100%;
        border-radius: 5pt 5pt 0 0;
    }
    .recipecontent {
        font-size: 12px;
    }
    .yatapediasection .otherrecipecontent {
        min-height: 95px;
    }
    .mainrecipesection .mainrecipeimg {
        margin-bottom: 10px;
    }
    .foodusedtitle {
        color: #707070;
        font-size: 9pt;
    }
    .otherrecipesection .otherrecipebox1 {
        display: block;
        float: left;
        width: 100%;
    }
    .otherrecipesection {
        padding-top: 8px;
    }
    .otherrecipeimg1 {
        width: 50%;
        float: left;
    }
    .otherrecipesection .otherrecipecontent1 {
        float: left;
        padding: 8px 0px;
        width: 50%;
    }
    .recipetitle1 {
        padding: 0px 10px;
        font-size: 11pt;
    }
    .otherrecipeimg1 img {
        width: 100%;
        border-radius: 5pt 0 0 5pt;
    }
    .recipedetailsfoodusedbox ul li {
        display: inline-block;
        width: 30.33%;
        vertical-align: top;
        margin-right: 2.5%;
        text-align: center;
        margin-bottom: 15px;
    }
    .recipedetailsfoodusedbox ul {
        list-style: none;
    }
    .recipedetailsfoodusedbox ul li:nth-child(3) {
        margin-right: 0px;
    }
    .ingredientstable td {
        min-width: 130px;
        padding: 7px 25px 7px 0px;
    }
    .ingredientstable {
        color: #777;
        font-size: 12pt;
        line-height: 20pt;
    }
    .steptitle {
        margin-bottom: 12px;
        color: rgb(165, 205, 57);
        font-weight: bold;
        font-size: 14pt;
        text-transform: uppercase;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
        text-align: center;
    }
    .directionstext {
        margin-bottom: 15px;
        color: #777777;
        font-size: 12pt;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
    }
    .directionimg {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }
    .directionsbox {
        margin: 0px 0px 25px 0px;
    }
    .relatedrecipesection .otherrecipebox1 {
        display: block;
        float: left;
        width: 100%;
    }
    .relatedrecipesection .otherrecipecontent1 {
        float: left;
        padding: 8px 0px;
        width: 50%;
    }
    ul.featuredproductsul li {
        display: inline-block;
        width: 31.33%;
        vertical-align: top;
        margin-right: 1.4%;
    }
    ul.featuredproductsul li:nth-child(6),
    ul.featuredproductsul li:nth-child(3) {
        margin-right: 0px;
    }
    .mainyatapediabox .nopadleft {}
    .yatapediabox {
        padding: 15px 15px 15px 15px;
    }
    .yatapediaimg img {
        width: 100%;
        border-radius: 5pt 5pt 0 0;
    }
    .yatapediaothersection .col-md-4 {
        width: 50%;
    }
    .yatapediacontentbox {
        padding: 15px 8px;
    }
    .yatapediaothersection .otheryatapediatitle,
    .relatedyatapedia .otheryatapediatitle {
        color: #666666;
        font-size: 11pt;
        font-weight: bold;
        margin-top: 10px;
        line-height: 16pt;
        min-height: 60px;
    }
    .relatedyatapedia .col-md-12 {
        width: 50%;
        padding: 0 8px;
    }
    .relatedyatapedia .row {
        margin: 0 -8px;
    }
    .yatafansimg {
        display: inline-block;
        vertical-align: top;
        width: 36%;
        margin-right: 1.5%;
    }
    .yatafanscontentbox {
        display: inline-block;
        vertical-align: top;
        width: 60%;
    }
    .yatafansbox {
        margin-top: 30px;
    }
    .yatatextbold {
        color: #666666;
        font-weight: bold;
        font-size: 12pt;
        margin-bottom: 10px;
    }
    .yatafansborderbottom {
        padding: 15px 0px 0px 0px;
    }
    .yatafans_section {
        margin-bottom: 20px;
    }
    .creditcardtext {
        color: #777777;
        font-size: 11pt;
        display: inline-block;
        vertical-align: top;
        width: 56%;
    }
    .yatacreditcardimg {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        margin-right: 1%;
    }
    .creditcardtext p {
        color: #777777;
        font-size: 10pt;
        line-height: 16pt;
    }
    .creditcard-accordin .card .card-heading {
        font-size: 11pt;
        font-weight: 700;
        cursor: pointer;
        text-transform: inherit;
        padding-right: 25px;
    }
    .applybox {
        margin-bottom: 15px;
    }
    .yatabbclubimg {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        margin-right: 2%;
        text-align: center;
    }
    .bbclubtext {
        color: #777777;
        font-size: 11pt;
        display: inline-block;
        vertical-align: top;
        width: 65%;
    }
    .yatabbclubimg img {
        margin: auto;
        /*        width: 100%;
        max-width: 90px;*/
    }
    .joinusbottomsection .col-md-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 8px;
    }
    .joinusbottomsection .col-md-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 8px;
    }
    .joinusbox {
        background: #EEEEEE;
        border-radius: 5pt;
        padding: 15px 15px;
        min-height: auto;
    }
    .ortext {
        text-align: center;
        color: #777777;
        font-size: 14pt;
        padding: 10px 0px;
    }
    .faqs-tab .tab-item ul li a {
        font-size: 11px;
        word-break: break-word;
        font-weight: bold;
        color: #AAAAAA;
        text-transform: uppercase;
        padding: 10px 6px;
        position: relative;
        border-top: 0;
        border-left: 0;
        border-bottom: 4px solid #F2F6AC;
        text-align: center;
    }
    .faqs-tab ul li {
        height: 50px;
    }
    #menusection .footer-nav ul li a {
        color: #fff;
        font-size: 12px;
    }
    #menusection .footer-nav ul li:before {
        background: #fff;
    }
    #menusection .sidenavigation .dropdown-menu li a {
        color: #fff;
        font-size: 14px;
    }
    #menusection {
        display: block;
    }
    #storesection {
        display: block;
    }
    #eshopsection {
        display: block;
    }
    html,
    body {
        overflow-x: hidden;
    }
    @media only screen and (max-width: 420px) {
        .eshoptext {
            margin-top: 15px;
            color: #FAFAFA;
            font-size: 13px;
        }
        .eshophr {
            border-top: 3px solid #EBF5AE;
            margin: 2rem auto;
            max-width: 100px;
            position: relative;
        }
        .filter-button {
            min-width: auto;
            width: 23.33%;
            padding: 5px 6px;
            margin: 0%;
            font-size: 14px;
            height: 42px;
        }
        .storefilterbtn.yatapeida .filter-button {
            min-width: 65px !important;
        }
        .storefilterbtn.yatapeida .filter-button:first-child {
            display: none;
        }
        .longhead {
            color: #fff;
            font-size: 20px;
            line-height: 22px;
        }
        .storelocations ul li {
            color: #fff;
            font-size: 12px;
            font-weighT: 600;
            width: 31.33%;
        }
        .storelocations ul li span {
            margin: 0px 2px;
        }
        .storelocations ul li:after {
            content: '';
            border-right: 0;
            position: absolute;
            top: 0;
            right: 0;
            height: 25px;
            width: 1px;
            background: #fff;
        }
        .shorthead {
            color: #fff;
            font-size: 12px;
        }
        .storeimg {
            margin-right: 10px;
            float: left;
            max-width: 35px;
            margin-top: 5px;
        }
        .container {
            width: 100%;
            padding-right: 8px;
            padding-left: 8px;
        }
        .logo {
            padding: 10px 0px 10px 0px;
        }
        .logo img {
            max-width: 75px;
        }
        .promotionimg img {
            border-radius: 5pt 5pt 0 0;
        }
        .filter-button {
            margin-bottom: 10px;
        }
        .storelogo {
            width: 30.33%;
            margin-right: 6px;
            display: inline-flex;
            height: 48px;
            padding: 0px 10px;
            vertical-align: top;
        }
        .storedetailsection .col-lg-3,
        .storedetailsection .col-md-3,
        .storedetailsection .col-sm-6,
        .storedetailsection .col-xs-6 {
            padding: 0px 4px;
            width: 50%;
        }
        .storecat {
            color: #978579;
            font-size: 12px;
        }
        .mainpromotionbox .col-md-4 {
            padding-left: 15px;
        }
        .promobox {
            padding: 2px 10px;
            padding-bottom: 5px;
        }
        .btnsul li:not(.no-hidden) {
            display: none;
        }
        .btnsul {
            position: absolute;
            right: 0px;
            top: -83px
        }
        .inner-header .col-lg-2 {
            width: 30%;
        }
        .inner-header .col-lg-10 {
            width: 70%;
        }
        .inner-header .nav-right {
            text-align: right;
            padding: 25px 0px;
        }
        .inner-header .logo {
            text-align: left;
        }
        .nav-item,
        .pms-section,
        .hero-items.owl-carousel .owl-dots,
        .foodusedhead,
        .foodusedsection,
        .otherrecipebox1 {
            display: none;
        }
        .hero-items.owl-carousel {
            width: 100%;
        }
        .hero-items .owl-nav button[type=button] {
            font-size: 20px;
        }
        .hero-items .owl-nav button[type=button].owl-next {
            right: 2px;
        }
        .hero-items .owl-nav button[type=button].owl-prev {
            left: 2px;
        }
        .smalltitle {
            padding-bottom: 10px;
            font-size: 12px;
        }
        .maintitle {
            font-size: 29px;
            line-height: 20px;
        }
        .headbg {
            height: 18px;
            width: 100px;
            margin-top: -16px;
        }
        .container-fluid,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
            padding-right: 0;
            padding-left: 0;
        }
        .bottomtitle {
            font-size: 14px;
            margin-bottom: 5px;
        }
        .product-item .pi-text a h5 {
            font-size: 12px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
        .product-slider .owl-nav button[type=button] {
            display: block;
        }
        .product-item {
            padding: 10px 5px 20px 5px;
        }
        .product-slider .owl-nav button[type=button] {
            font-size: 20px;
            left: -10px;
        }
        .product-slider .owl-nav button[type=button].owl-next {
            left: auto;
            right: -10px;
        }
        .women-banner {
            padding-bottom: 8px;
        }
        .pdleftnone {
            padding-left: 15px;
        }
        .mainrecipesection,
        .otherrecipebox {
            margin-bottom: 12px;
        }
        .mainrecipesection {
            padding-bottom: 12px;
        }
        .otherrecipeimg {
            width: 40%;
        }
        .otherrecipecontent {
            float: left;
            padding: 8px 0px;
            width: 60%;
        }
        .recipetitle {
            padding: 0px 10px 0px 10px;
            font-size: 15px;
            line-height: 17px;
        }
        .yatapediasection .recipetitle {
            padding-top: 10px;
        }
        .yatapediasection .otherrecipebox {
            width: 48%;
            display: inline-block;
        }
        .yatapediasection .otherrecipebox1 {
            display: none;
        }
        .yatapediasection .otherrecipeboxeven {
            margin-right: 0px;
        }
        .moresection {
            margin-top: 0px;
        }
        .yatapediasection .otherrecipeimg,
        .yatapediasection .otherrecipecontent {
            width: 100%;
        }
        .footer-nav ul li {
            display: inline-block;
        }
        .footerpms-section {
            display: block;
            padding-bottom: 0px;
            padding-top: 20px;
        }
        .footer-menu {
            display: block;
        }
        .maincontentsection {
            padding-bottom: 80px;
        }
        .promotiontitle {
            text-align: left;
        }
        /*        ul.relatedproductsul li {
            width: 31.5%;
            margin-right: 1%;
        }
        ul.relatedproductsul li:nth-child(3),
        ul.relatedproductsul li:nth-child(6) {
            margin-right: 0px;
        }
        ul.relatedproductsul li:nth-child(4) {
            margin-right: 1%;
        }*/
        .relatedproduct-accordin .card-heading a::after,
        .relatedproduct-accordin .card-heading>a.active[aria-expanded="false"]::after {
            font-size: 16px;
            line-height: 16px;
            margin-top: 2px;
        }
        .relatedproduct-accordin .card-heading a[aria-expanded="true"]::after,
        .relatedproduct-accordin .card-heading>a.active::after {
            font-size: 16px;
        }
        .relatedproduct-accordin .card .card-heading {
            font-size: 15px;
        }
        .relatedproduct-item {
            padding: 5px;
            margin-bottom: 8px;
        }
        .pp-sale,
        .pp-new {
            color: #ffffff;
            font-size: 9px;
            left: -7px;
            top: -5px;
            padding: 1px 6px;
        }
        .footer-social a:last-child {
            margin-right: 0px;
        }
        .supermarkettag a {
            font-size: 9pt;
            padding: 2px 5px;
        }
        .en-US .supermarkettag a {
            font-size: 7pt;
            padding: 2px 4px;
        }
        .relatedproduct-tags ul li {
            width: 20%;
            margin-right: 0;
        }
        .allshorttags ul li {
            width: 31.33%;
        }
        .borderbottom {
            margin: 20px 0px;
        }
        /*        .promotiondesc p {
            color: #777777;
            font-size: 13px;
    line-height: 20px;
        }*/
        .relatedproduct-tags ul li a {
            font-size: 9pt;
        }
        .en-US .relatedproduct-tags ul li a {
            font-size: 7px;
            padding: 0px 1px;
        }
        .relatedproduct-accordin .card {
            margin-bottom: 10px;
        }
        .relatedproduct-accordin .card-body {}
        .footer-nav ul li a {
            color: #707070;
            font-size: 11px;
            padding: 0px 4px;
        }
        .footer-nav ul li:before {
            top: -1px;
            content: "";
            left: -2px;
            width: 5px;
            height: 5px;
        }
        .footer-nav {
            text-align: center;
            padding: 0px 0px 0px 0px;
            float: left;
            width: 100%;
        }
        .copyright {
            color: #707070;
            font-size: 12px;
            text-align: center;
            padding: 20px 0px;
        }
        /*        .promotiondesc {
            color: #777777;
            font-size: 11pt;
            line-height: 18px;
        }*/
        ul.pmsul li {
            margin-bottom: 10px;
        }
        .footer-social {
            width: 100%;
            margin-top: 20px;
        }
        #menusection .footer-social {
            margin: 0px;
            margin-bottom: 20px;
        }
        .footer-social a {
            display: inline-block;
            height: 35px;
            width: 35px;
            background: rgb(165, 205, 57);
            color: #ffffff;
            text-align: center;
            line-height: 35px;
            border-radius: 50%;
            margin-right: 20px;
            position: relative;
            font-size: 18px;
            z-index: 1;
        }
        .footer-logo img {
            max-width: 80px;
        }
        .footertext {
            color: #666666;
            font-size: 15px;
        }
        .borderbottom img {
            width: 55px;
        }
        .borderbottom:before {
            content: "";
            position: absolute;
            background-image: radial-gradient(circle at 7.5px, #e3e3e3 3.25px, rgba(255, 255, 255, 0) 2.5px);
            background-position: top;
            background-size: 12px 10px;
            background-repeat: repeat-x;
            padding: 1em 0;
            top: 8px;
            bottom: unset;
            left: 0;
            right: 0;
            z-index: 1;
        }
        .allshorttags li:nth-child(4) {}
        .allshorttags li:nth-child(3),
        .allshorttags li:nth-child(6),
        .allshorttags li:nth-child(9),
        .allshorttags li:nth-child(12) {
            margin-right: 0px;
        }
        .allshorttags ul li a,
        .shorttagsdiv {
            color: #666666;
        }
        .allshorttags ul li a span,
        .shorttagsicon {
            color: #fff;
            border-radius: 7pt;
            font-size: 10px;
            text-transform: uppercase;
            padding: 1px 5px;
            display: inline-flex;
            text-align: center;
            margin-right: 2px;
            width: 18px;
            align-items: center;
            vertical-align: middle;
            justify-content: center;
        }
        .relatedpromotionheading {
            margin-top: 30px;
        }
        .breadcrumb_bar ul li {
            display: inline-block;
            color: #707070;
            font-size: 10pt;
            padding-right: 1px;
        }
        .storegreentext {
            color: rgb(165, 205, 57);
            font-size: 13px;
            max-width: 710px;
            margin: auto;
            line-height: 18px;
            padding-bottom: 10px;
        }
        .store-tab .tab-item ul li a::after {
            bottom: -3px;
        }
        .service-tabs .tab-item ul li a img {
            /*max-height: 31px;
            max-width: 40px;*/
        }
        .service-tabs .nav {
            justify-content: center;
        }
        .service-tabs .tab-item ul li a {
            display: inline-grid;
            margin: 0px 5px;
            font-size: 10pt;
            text-align: center;
            width: 50px;
            height: 50px;
        }
        .mapsection {
            /*display: none;*/
        }
        .transportbox .mapsection {
            /*
            display: block;*/
            margin-bottom: 15px;
        }
        .accesstitle,
        .accesstext {
            text-align: center;
        }
        .businesshoursbox ul li {
            font-size: 11pt;
        }
        .googlemaptext {
            text-align: center;
            color: #777777;
            font-size: 11pt;
            border-bottom: 2px dotted rgb(165, 205, 57);
            display: block;
            padding-bottom: 3px;
            max-width: 130px;
            margin: auto;
        }
        .transportbox ul li span {
            width: 86%;
            display: inline-block;
            vertical-align: top;
        }
        .transportbox ul li img {
            width: 10%;
            margin-right: 10px;
            display: inline-block;
        }
        .transportbox ul li {
            color: #fff;
            font-size: 10pt;
            margin-bottom: 20px;
        }
        .servicedetails_box {
            border-radius: 10pt;
            margin-bottom: 20px;
            box-shadow: 0 0 3px #0000001A;
            padding: 10px 10px 10px 10px;
        }
        .servicedetails_box .col-md-2 {
            width: 25%;
        }
        .servicedetails_box .col-md-10 {
            width: 75%;
            padding-left: 0;
        }
        .servicedetails_box img {
            max-width: 100%;
        }
        .servicedetailtitle {
            color: rgb(165, 205, 57);
            font-size: 17px;
            font-weight: bold;
            margin-bottom: 3px;
        }
        .servicedetailtext p {
            color: #777777;
            font-size: 12px;
            margin-bottom: 3px;
            line-height: 18px;
            text-align: justify;
        }
        .service-tabs .tab-item {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 15px;
            margin-top: 10px;
        }
        .floorplan-accordin .card::before {
            content: "";
            width: 20px;
            height: 20px;
        }
        .floorplan-accordin .card .card-heading {
            font-size: 14px;
        }
        .floorplan-accordin .card-heading a[aria-expanded="true"]::after,
        .floorplan-accordin .card-heading>a.active::after {
            font-size: 15px;
            color: rgb(165, 205, 57);
            line-height: 16px;
            margin-top: 2px;
        }
        .floorplan-accordin .card {
            padding-left: 30px;
        }
        .floorplan-tab .tab-item ul li a {
            width: auto;
            min-width: 60px;
            height: auto;
        }
        .floorplan-tab .tab-item {
            border-bottom: 0;
            padding-bottom: 15px;
            margin-bottom: 0px;
            margin-top: 10px;
        }
        ul.floorplanproducts li {
            display: inline-block;
            width: 31.33%;
            height: 100px;
            vertical-align: top;
            margin-top: 10px;
        }
        .selectionbar div {
            margin-right: 5px;
            font-size: 12px;
        }
        .floorprodbox {
            height: 85px;
        }
        .floorprodbox img {
            width: auto;
            max-width: none;
            margin: auto;
            height: 70px;
        }
        .floorprodbox .floorprodname {
            color: #777777;
            font-size: 12px;
            max-width: 80px;
        }
        ul.floorplanproducts li:after {
            content: '';
            border-right: 1px solid #000;
            position: absolute;
            top: 0px;
            right: 0;
            min-height: 87px;
        }
        .floorplan-accordin .card-heading a::after,
        .floorplan-accordin .card-heading>a.active[aria-expanded="false"]::after {
            content: "\f078";
            font-family: FontAwesome;
            font-size: 15px;
            color: rgb(165, 205, 57);
            text-align: center;
            line-height: 16px;
            margin-top: 2px;
            position: absolute;
            right: 0px;
            top: 0px;
        }
        .togglesearch {
            top: -10px;
            right: 0;
        }
        .togglesearch:before {
            left: auto;
            right: 25%;
        }
        .togglesearch input[type="text"] {
            width: 80%;
        }
        .togglesearch button[type="submit"] {
            width: 20%;
        }
        ul.sellingstorepointlist li {
            display: inline-block;
            width: 31.33%;
            border-right: 2px solid #707070;
            padding: 0px 10px;
            margin-bottom: 15px;
        }
        ul.sellingstorepointlist li a {
            color: #707070;
            font-size: 11px;
            border-bottom: 2px dotted rgb(165, 205, 57);
        }
        ul.sellingstorepointlist {
            list-style: none;
            margin: 0px;
        }
        .relatedpromoproducts ul li {
            display: inline-block;
            width: 31.33%;
            margin-right: 1.4%;
        }
        .relatedpromoproducts li:nth-child(3) {
            margin-right: 0px;
        }
        .exsale {
            color: #FFFFFF;
            background: #FFA143;
            font-size: 12pt;
            padding: 3px 15px;
        }
        .exclusivesale {
            display: inline-block;
        }
        .aboutyatatitle {
            color: rgb(165, 205, 57);
            text-align: center;
            text-transform: capitalize;
            font-size: 12pt;
        }
        .aboutyatatitle .hdbg {
            background-image: none;
        }
        .headbg7 {
            background: #F2F6AC;
            height: 10px;
            border: 0px;
            width: 100%;
            margin: auto;
            margin-top: -12px;
            max-width: 450px;
        }
        .headbg8 {
            background: #F2F6AC;
            height: 10px;
            border: 0px;
            width: 100%;
            margin: auto;
            margin-top: -12px;
            max-width: 120px;
        }
        .main-timeline {
            margin-top: 30px;
        }
        .main-timeline:before {
            margin: 0 auto;
        }
        .main-timeline .timeline:before {
            left: 49.4%;
        }
        .main-timeline .timeline-content {
            width: 50%;
        }
        .timeline-year {
            color: rgb(165, 205, 57);
            font-size: 12pt;
            display: block;
            line-height: 12pt;
        }
        .timeline-content .description {
            color: #777777;
            font-size: 11pt;
            display: block;
            line-height: 14pt;
        }
        .main-timeline .timeline:nth-child(even) .timeline-content {
            float: left;
            padding: 0 35px 0 0px;
            text-align: right;
        }
        .main-timeline .timeline:nth-child(2n) .timeline-content:before {
            border-left-color: rgb(165, 205, 57);
            border-bottom-color: rgb(165, 205, 57);
        }
        .main-timeline .timeline:nth-child(even) .timeline-content:before {
            left: auto;
            right: 25px;
            transform: rotateY(180deg);
        }
        .main-timeline .timeline:nth-child(even) .timeline-content:after {
            left: auto;
            right: 0;
        }
        ul.sellingstorepointlist li:nth-child(3),
        ul.sellingstorepointlist li:nth-child(6),
        ul.sellingstorepointlist li:nth-child(9) {
            border-right: 0px;
        }
        .foodsection .foodusedhead {
            display: block;
        }
        .foodsection .foodusedsection {
            display: block;
        }
        .foodsection .col-md-4 {
            width: 33.33%;
        }
        .mainrecipeimg img {
            width: 100%;
            border-radius: 5pt 5pt 0 0;
        }
        .recipecontent {
            font-size: 12px;
        }
        .yatapediasection .otherrecipecontent {
            min-height: 95px;
        }
        .mainrecipesection .mainrecipeimg {
            margin-bottom: 10px;
        }
        .foodusedtitle {
            color: #707070;
            font-size: 9pt;
        }
        .otherrecipesection .otherrecipebox1 {
            display: block;
            float: left;
            width: 100%;
        }
        .otherrecipesection {
            padding-top: 8px;
        }
        .otherrecipeimg1 {
            width: 50%;
            float: left;
        }
        .otherrecipesection .otherrecipecontent1 {
            float: left;
            padding: 8px 0px;
            width: 50%;
        }
        .recipetitle1 {
            padding: 0px 10px;
            font-size: 15px;
        }
        .otherrecipeimg1 img {
            width: 100%;
            border-radius: 5pt 0 0 5pt;
        }
        .recipedetailsfoodusedbox ul li {
            display: inline-block;
            width: 30.33%;
            vertical-align: top;
            margin-right: 2.5%;
            text-align: center;
            margin-bottom: 15px;
        }
        .recipedetailsfoodusedbox ul {
            list-style: none;
        }
        .recipedetailsfoodusedbox ul li:nth-child(3) {
            margin-right: 0px;
        }
        .ingredientstable td {
            min-width: 130px;
            padding: 7px 25px 7px 0px;
        }
        .ingredientstable {
            color: #777;
            font-size: 12pt;
            line-height: 20pt;
        }
        .steptitle {
            margin-bottom: 12px;
            color: rgb(165, 205, 57);
            font-weight: bold;
            font-size: 14pt;
            text-transform: uppercase;
            width: 100%;
            display: inline-block;
            vertical-align: top;
            margin-right: 0;
            text-align: center;
        }
        .directionstext {
            margin-bottom: 15px;
            color: #777777;
            font-size: 12pt;
            width: 100%;
            display: inline-block;
            vertical-align: top;
            margin-right: 0;
        }
        .directionimg {
            width: 100%;
            display: inline-block;
            vertical-align: top;
            text-align: center;
        }
        .directionsbox {
            margin: 0px 0px 25px 0px;
        }
        .relatedrecipesection .otherrecipebox1 {
            display: block;
            float: left;
            width: 100%;
        }
        .relatedrecipesection .otherrecipecontent1 {
            float: left;
            padding: 8px 0px;
            width: 50%;
        }
        ul.featuredproductsul li {
            display: inline-block;
            width: 31.33%;
            vertical-align: top;
            margin-right: 1.4%;
        }
        ul.featuredproductsul li:nth-child(6),
        ul.featuredproductsul li:nth-child(3) {
            margin-right: 0px;
        }
        .mainyatapediabox .nopadleft {
            padding-left: 15px;
        }
        .yatapediabox {
            padding: 15px 15px 15px 15px;
        }
        .yatapediaimg img {
            width: 100%;
            border-radius: 5pt 5pt 0 0;
        }
        .yatapediaothersection .col-md-4 {
            width: 50%;
        }
        .yatapediacontentbox {
            padding: 15px 8px;
        }
        .yatapediaothersection .otheryatapediatitle,
        .relatedyatapedia .otheryatapediatitle {
            color: #666666;
            font-size: 11pt;
            font-weight: bold;
            margin-top: 10px;
            line-height: 16pt;
            min-height: 60px;
        }
        .relatedyatapedia .col-md-12 {
            width: 50%;
            padding: 0 8px;
        }
        .relatedyatapedia .row {
            margin: 0 -8px;
        }
        .yatafansimg {
            display: inline-block;
            vertical-align: top;
            width: 36%;
            margin-right: 1.5%;
        }
        .yatafanscontentbox {
            display: inline-block;
            vertical-align: top;
            width: 60%;
        }
        .yatafansbox {
            margin-top: 30px;
        }
        .yatatextbold {
            color: #666666;
            font-weight: bold;
            font-size: 12pt;
            margin-bottom: 10px;
        }
        .yatafansborderbottom {
            padding: 15px 0px 0px 0px;
        }
        .yatafans_section {
            margin-bottom: 20px;
        }
        .creditcardtext {
            color: #777777;
            font-size: 11pt;
            display: inline-block;
            vertical-align: top;
            width: 56%;
        }
        .yatacreditcardimg {
            display: inline-block;
            vertical-align: top;
            width: 40%;
            margin-right: 1%;
        }
        .creditcardtext p {
            color: #777777;
            font-size: 10pt;
            line-height: 16pt;
        }
        .creditcard-accordin .card .card-heading {
            font-size: 11pt;
            color: rgb(165, 205, 57);
            font-weight: 700;
            cursor: pointer;
            text-transform: inherit;
            padding-right: 25px;
        }
        .applybox {
            margin-bottom: 15px;
        }
        .yatabbclubimg {
            display: inline-block;
            vertical-align: top;
            width: 30%;
            margin-right: 2%;
            text-align: center;
        }
        .bbclubtext {
            color: #777777;
            font-size: 11pt;
            display: inline-block;
            vertical-align: top;
            width: 65%;
        }
        .yatabbclubimg img {
            margin: auto;
            /*width: 100%;
            max-width: 90px;*/
        }
        .joinusbottomsection .col-md-5 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0 8px;
        }
        .joinusbottomsection .col-md-2 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0 8px;
        }
        .joinusbox {
            background: #EEEEEE;
            border-radius: 5pt;
            padding: 15px 15px;
            min-height: auto;
        }
        .ortext {
            text-align: center;
            color: #777777;
            font-size: 14pt;
            padding: 10px 0px;
        }
        .faqs-tab .tab-item ul li a {
            font-size: 11px;
            word-break: break-word;
            font-weight: bold;
            color: #AAAAAA;
            text-transform: uppercase;
            padding: 10px 4px;
            position: relative;
            border-top: 0;
            border-left: 0;
            border-bottom: 4px solid #F2F6AC;
        }
        #menusection .footer-nav ul li a {
            color: #fff;
            font-size: 14px;
        }
        #menusection .footer-nav ul li:before {
            background: #fff;
        }
        #menusection .sidenavigation .dropdown-menu li a {
            color: #fff;
            font-size: 14px;
        }
        .text-center.mt-4 img {
            max-width: none;
            margin-left: 50%;
            transform: translateX(-50%);
        }
        .yatafans_section iframe {
            height: 202px;
        }
    }
}

@media only screen and (max-width: 424px) {
    .store-tab .store-service-tab ul li a {
        display: inline-grid;
        margin: 0px 4px;
        font-size: 12px;
        text-align: center;
        width: 80px;
        height: 80px;
    }
    .store-tab .store-service-tab ul li a img {
        max-height: 30px;
    }
}

@media only screen and (max-width: 368px) {
    .store-tab .tab-item ul li a {
        display: inline-grid;
        margin: 0px 4px;
        font-size: 12px;
        text-align: center;
        width: 68px;
        height: 68px;
    }
    .store-tab .tab-item ul li a img {
        max-height: 23px;
    }
}

@media only screen and (max-height: 770px) {
    #menusection {
        padding: 20px 15px 27px 15px;
        font-size: 13px;
    }
    #menusection .footer-nav ul li a {
        font-size: 13px;
    }
    #menusection .sidenavigation li {
        padding: 8px 5px;
    }
    #menusection .footer-social {
        margin-bottom: 8px;
    }
    #menusection .menutitle {
        font-size: 15px;
    }
}
.faq-sequence {}
.yatafans_section .faqpage-accordin .card {
    border:none !important;
}
.faqpage-accordin .card .card-body,
.yatafans_section .faqpage-accordin .card .card-heading a {
    display: flex;
    align-content: center;
}

.yatafans_section .faqpage-accordin .faq-sequence {
    min-width: 50px;
    margin-right: 11px;
}

.yatafans_section .faqpage-accordin .card-heading .faq-sequence {
    font-size: 28pt;
    margin-top: -10px;
    color: #4E2B11;
    height: 60px;
}

.yatafans_section .faqpage-accordin .card-heading .faq-content {
    font-size: 20pt;
    line-height: 24pt; color: #A0CD39;
    margin-right: 30px
}

.yatafans_section .faqpage-accordin .card-heading .faq-content * {
    font-size: inherit;
    font-family: sans-serif;
    color: inherit;
    line-height: 26px;
}
.yatafans_section .faq-content p {
    margin-bottom: 16px;
    font-family: sans-serif;
}
.yatafans_section .faqpage-accordin .card-body .faq-sequence {
    opacity: 0;
}

@media only screen and (max-width: 991px) {

    .yatafans_section .faqpage-accordin .card-heading .faq-sequence {
        font-size: 25pt;
        margin-top: -10px;
        color: #4E2B11;
        height: 50px;
    }

    .yatafans_section .faqpage-accordin .card-heading .faq-content {
        font-size: 16pt;
        color: #A0CD39;
        margin-right: 30px
    }

    .yatafans_section .faqpage-accordin .card .card-heading {
        line-height: unset;
    }

    .yatafans_section .faqpage-accordin .faq-sequence {
        min-width: 44px;
    }
}

/**umb_name:HyperLink*/
.hyper-link-style {
	font-size: 11pt;
	border-bottom: 2px dotted rgb(165, 205, 57);
	color: rgb(165, 205, 57);
	display: inline;
	margin-right: 3px;
}

/**umb_name:Highlighted Bold Green Text*/
.highlighted-bold-green-text {
	background-position-y: 106%;
	background-image: url(../img/promotion_text_background.png);
	background-size: 10px 61%;
	background-repeat: repeat-x;
	font-weight: bold;
	color: rgb(165, 205, 57);
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

/**umb_name:Highlighted Bold Green Text Large*/
.highlighted-bold-green-text {
	background-position-y: 106%;
	background-image: url(../img/promotion_text_background.png);
	background-size: 10px 61%;
	background-repeat: repeat-x;
	font-weight: bold;
	color: rgb(165, 205, 57);
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	font-size: 14pt;
}

/**umb_name:Bold Green Text*/
.bold-green-text {
	color: rgb(165, 205, 57);
	font-weight: 700;
}

/**umb_name:Bold Green Text - Large*/
.bold-green-text-large {
	color: rgb(165, 205, 57);
	font-weight: 700;
	font-size: 14pt;
}

/**umb_name:AnchorBox*/
.anchorBox {
	-webkit-box-shadow: 0 0 3px rgb(165 205 57);
	border-radius: 5px;
	box-shadow: 0 0 3px rgb(165 205 57);
	font-size: 11pt;
	padding: 10px 16px;
	line-height: 11pt;
	margin-right: 6px;
	margin-bottom: 10px;
	display: inline-flex;
}

/**umb_name:GreenBox*/
.greenbox {
	background: rgb(165, 205, 57);
	max-width: 400px;
	margin: auto;
	border-radius: 80pt;
	text-align: center;
	line-height: 11pt;
	color: white;
	padding: 10px 16px;
	margin-right: 6px;
	margin-bottom: 10px;
	display: inline-flex;
}

/**umb_name:Big Image Zone*/
.bigimagericheditor {
	margin-bottom: 20px;
}
