@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,800&display=swap');
html, body {
    font-family: 'Poppins', sans-serif;
}
.web-layout {
    display: block;
}

.cta-btn {
    display: inline-block;
    background-color: #f77d27;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
}
.cta-btn.btn-md {
    padding: 16px 24px;
}
.cta-btn.centered {
    margin: 0 auto;
    display: table;
}
.cta-btn:hover {
    background-color: #d23243;
    color: #fff;
    text-decoration: none;
}
.masthead {
    background-color: #f77d27;
    height: 47px;
}
.masthead p {
    color: #fff;
    line-height: 47px;
    font-size: 14px;
}
.masthead a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}
.masthead .action-btn {
    text-align: right;
    float: right;
}
.masthead .action-btn a {
    line-height: 47px;
    text-decoration: none;
    margin-left: 15px;
}
.logo {
    width: 175px;
}
.search-holder {
    float: left;
    position: relative;
    margin-top: 7px;
}
.search-holder input[type="text"] {
    border-radius: 50px;
    border: none;
    height: 33px;
    width: 290px;
    font-size: 13px;
    padding: 0 17px;
    outline: none;
}
.search-holder button {
    position: absolute;
    background: transparent;
    border: 0;
    top: 4px;
    right: 4px;
    color: #aba9a8;
}
li.ui-menu-item a {
    display: block;
    font-size: 14px;
    border-bottom: solid 1px #efefef;
}
li.ui-menu-item a img {
    margin-right: 10px;
}
li.ui-menu-item a span {
    float: right;
    margin-top: 9px;
    font-size: 12px;
    margin-left: 17px;
    color: #f77d27;
    font-weight: 600;
}
li.ui-menu-item a span del {
    color: #929292;
    font-weight: 400;
    margin-top: 5px;
    display: block;
    line-height: 3px;
}
li.ui-menu-item a.ui-state-active {
    background-color: #f3f3f3;
    border-top: none;
    border-left: none;
    border-right: none;
    /*border-bottom: solid 1px #ddd;*/
    border-bottom: none;
    color: #000;
    text-decoration: none;
}
.header {
    background-color: #ffedd4;
    padding-top: 17px;
    padding-bottom: 17px;
}
nav {
    text-align: right;
    float: right;
}
nav ul {
    list-style-type: none;
    margin: 17px 0;
    padding: 0;
}
nav ul li {
    display: inline-block;
    position: relative;
}
nav ul li a {
    color: #f87f29;
    font-size: 16px;
    padding: 0 11px;
}
nav ul li:last-child a {
    padding-right: 0px;
}
nav ul li a:hover {
    color: #d23243;
    text-decoration: none;
}
nav ul li ul.submenu {
    position: absolute;
    width: 250px;
    text-align: left;
    background-color: #ffedd4;
    padding: 25px 15px 15px 15px;
    margin: 0;
    z-index: 10;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
}
nav ul li ul.submenu li {
    display: block;
}
nav ul li ul.submenu li a {
    font-size: 14px;
    line-height: 34px;
    display: block;
}
nav ul li:hover ul.submenu {
    display: block;
}
span.cart-group {
    float: right;
    border: solid 1px #f77d27;
    color: #f77d27;
    font-size: 14px;
    border-radius: 6px;
    margin: 11px 0 11px 25px;
}
span.cart-group:hover {
    border: solid 1px #d23243;
}
span.cart-group a {
    color: #ea6609;
    display: block;
    padding: 6px 10px;
}
span.cart-group a:hover {
    color: #d23243;
    text-decoration: none;
}
.slider {
    margin-top: 30px;
}
h2.heading-h2 {
    text-align: center;
    margin-top: 50px;
   
}
h2.heading-h2 span {
    display: block;
    margin-bottom: 7px;
    font-size: 40px;
    color: #d23243;
}
.cat-holder {
    text-align: center;
    padding: 35px 0;
}
.cat-wrap {
    display: inline-block;
    margin: 0 15px;
    border: 2px solid #ABABAB;
    margin: 15px;
     padding: 25px; 
    border-radius: 10px;
}
.cat-wrap img {
   /*  width: 100%; */
}
.cat-wrap h4 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-top: 7px;
    padding: 0 10px;
}
.cat-wrap a {
    color: #000;
}
.cat-wrap a:hover{
    text-decoration: none;
}
a.membership_cta {
    margin: 80px 0 40px;
    display: block;
}
.product-holder {
    text-align: center;
    padding: 35px 0;
}
.product-wrap {
    display: inline-block;
    width: 20%;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.product-wrap .thumb {
    height: 180px;
    padding-top: 15px;
    overflow: hidden;
}
.product-wrap img {
    display: block;
    margin: 0 auto;
    height: 165px;
}
.product-wrap h6.manufacturer {
    color: #f77d27;
    font-size: 13px;
    height: 16px;
    overflow: hidden;
}
.product-wrap h4 a {
    color: #000;
    font-size: 15px;
    line-height: 19px;
    display: block;
}
.product-wrap h4 a:hover {
    text-decoration: none;
}
.price del {
    color: #a7a7a7;
}
.price span {
    color: var(--primary-red);
    font-weight: bold;
}
.price i {
    color: #52ad04;
    font-size: 12px;
    position: relative;
    top: -1px;
}
.qty-holder {
    border: solid 2px #ABABAB;
    border-radius: 10px;
    display: inline-block;
    margin-top: 15px;
    padding: 6px 15px;
}
.qty-holder span.minus {
   /* background-color: #f77d27;*/
    height: 25px;
    float: left;
    padding: 0 8px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    cursor: pointer;
}
.qty-holder span.plus {
  /*  background-color: #f77d27;*/
    height: 25px;
    float: left;
    padding: 0 8px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    cursor: pointer;
}
.qty-holder span.qty {
    height: 25px;
    float: left;
    padding: 0px 18px;
    color: #000;
    font-size: 17px;
    line-height: 25px;
}
footer {
    background-color: #ffedd4;
    padding: 50px 0;
}
p.foot-desc {
    font-size: 14px;
    margin-top: 25px;
}
p.copyright {
    font-size: 12px;
    color: #6d6d6d;
}
footer h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
footer p {
    font-size: 14px;
}
p.copyright {
    font-size: 12px;
    color: #6d6d6d;
    margin: 0;
    border-top: solid 1px #e2cdb0;
    padding-top: 15px;
}
table.coupontab {
    float: left;
    width: 28%;
    background-color: #f1ba3d;
    text-align: left;
    color: #fff;
}
table.coupontab td {
    padding: 5px 0px;
}
table.coupontab tr:first-child td {
    padding-left: 10px;
}
table.coupontab tr:nth-child(2) td:first-child {
    padding-left: 10px;
}
table.coupontab tr:nth-child(2) td:last-child {
    padding-right: 10px;
}
table.coupontab td input[type="text"] {
    width: 100%;
    border: 0;
    height: 35px;
    margin-bottom: 10px;
}
table.coupontab td input[type="button"] {
    width: 100%;
    border: 0;
    height: 35px;
    margin-bottom: 10px;
    background-color: #ffedd4;
    color: #000;
    text-transform: uppercase;
}
table.subtable {
    float: right;
    border: solid 1px #dee2e6;
    width: 30%;
    text-align: left;
    background-color: #f9f9f9;
}
table.subtable td {
    padding: 5px 10px;
    border-bottom: solid 1px #e8e8e8;
}
table.subtable tr.net {
    background-color: #f1ba3d;
    color: #fff;
}
table.subtable.checkout {
    width: 70%;
    margin-top: 70px;
}
.loginform {
    border: solid 2px #f77d27;
    width: 80%;
    border-radius: 10px;
    padding: 25px;
    margin-top: 25px;
}
.loginform h3 {
    font-size: 23px;
    margin-bottom: 20px;
}
.loginform input[type="number"] {
    border: solid 1px #cacaca;
    height: 40px;
    width: 70%;
    padding: 0 10px;
}
.loginform input[type="submit"] {
    background-color: #f77d27;
    border: none;
    height: 41px;
    width: 100px;
    color: #fff;
}
.account-nav {
}
.account-nav ul {
    border: solid 1px #d4d4d4;
    list-style-type: none;
    padding: 10px;
    margin: 30px 0;
    border-radius: 7px;
}
.account-nav ul li.nolink {
    border-bottom: solid 1px #d4d4d4;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.account-nav ul li a {
    line-height: 40px;
    display: block;
    color: #000;
}
.account-nav ul li a:hover {
    text-decoration: none;
    color: #f77d27;
}
.address-holder {
    margin-top: 15px;
}
.addblock {
    width: 24%;
    float: left;
    border: solid 1px #f77d27;
    border-radius: 5px;
    padding: 10px;
    margin-right: 10px;
}
.addblock h3 {
    font-size: 18px;
}
.addblock h5 {
    font-size: 14px;
}
.addblock p {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}
.addblock span {
    display: block;
    background-color: #f77d27;
    text-align: center;
    font-size: 13px;
    margin-top: 14px;
    border-radius: 3px;
    color: #fff;
    padding: 5px 0;
    cursor: pointer;
}
.addblock.new {
    min-height: 157px;
    text-align: center;
    border: solid 1px #b1b1b1;
    padding-top: 39px;
    cursor: pointer;
}
.addblock.new i {
    font-size: 40px;
    color: #b1b1b1;
}
.addblock.new h3 {
    color: #7b7b7b;
}
.addblock.active span {
    background-color: #5dc13c;
}
.payment-holder {
    margin-top: 20px;
}
.payment-holder input[type="radio"] {
    position: relative;
    top: 1px;
    margin-right: 2px;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 77%);
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}
.addresslayout {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 480px;
    top: 10%;
    border-radius: 10px;
    padding: 15px;
    display: none;
}
.addresslayout h3 {
    font-size: 21px;
    margin-bottom: 22px;
}
.field-item {
    position: relative;
    margin-bottom: 20px;
}
.field-item label {
    position: absolute;
    font-size: 13px;
    background-color: #fff;
    top: -9px;
    left: 10px;
    padding: 0 8px;
    color: #9e9e9e;
}
.field-item input[type="text"],.field-item select{
    width: 100%;
    height: 37px;
    outline: 0;
    border: solid 1px #b5b2b2;
    padding: 0 10px;
    border-radius: 3px;
}
span.closeaddess {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-top-right-radius: 10px;
    background-color: #f77d27;
    color: #fff;
    cursor: pointer;
}
.pmtprocess {
    margin: 100px auto;
    width: 450px;
    border: solid 2px #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 50px 0px;
    color: #969696;
}
.retrypmt {
    margin: 100px auto;
    width: 550px;
    border: solid 2px #c76b73;
    border-radius: 10px;
    text-align: center;
    padding: 50px 0px;
    color: #969696;
    display: none;
}
.order-info {
    margin: 100px auto;
    width: 550px;
    border: solid 3px #84dc5f;
    background-color: #d9fbca;
    border-radius: 10px;
    text-align: center;
    padding: 50px 30px;
    color: #969696;
}
.order-info h3 {
    color: #3aa90c;
    font-weight: bold;
}
.order-info span {
    font-size: 50px;
    color: #3aa90c;
}
table.ordertab {
    border-collapse: collapse;
    margin-top: 15px;
}
table.ordertab tr {
    border: solid 1px #ddd;
    border-radius: 10px;
    display: inline-table;
    width: 80%;
    margin-bottom: 15px;
    box-shadow: 0 0 4px 4px #f5f5f5;
}
table.ordertab tr td:first-child {
    padding: 15px;
    position: relative;
}
table.ordertab tr td h2 {
    font-size: 22px;
    font-weight: bold;
    color: #f77d27;
}
table.ordertab tr td h4 {
    font-size: 15px;
    font-weight: bold;
    color: #d23243;
}
table.ordertab tr td p {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 15px;
}
table.ordertab tr td h6 {
    position: absolute;
    top: 21px;
    right: 70px;
    font-size: 12px;
}
span.status {
    font-weight: 600;
    color: #dc3545;
}
.product-single-image {
    margin-top: 50px;
    border: solid 1px #ddd;
    padding: 15px;
    width: 90%;
}
.product-single-image img {
    width: 100%;
}
.product-info {
    margin-top: 50px;
}
.product-info span.manufacturer {
    color: #777;
}
.product-info h2 {
    color: #f77d27;
    text-align: left;
    margin: 10px 0;
}
.product-info h6 {
    border: solid 1px #f77d27;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 4px;
    color: #f77d27;
    font-size: 13px;
}
.product-info .price {
    margin-top: 20px;
    margin-bottom: 15px;
}
.product-info .price del {
    font-size: 20px;
}
.product-info .price span {
    font-size: 25px;
}
.cal-holder h2 {
    margin-bottom: 30px;
}
ul.foot-nav {
    padding: 0;
    list-style-type: none;
}
ul.foot-nav li {
    display: block;
}
ul.foot-nav li a {
    font-size: 14px;
    line-height: 30px;
    color: #252525;
}
ul.foot-nav li a:hover {
    text-decoration: none;
    color: #d23243;
}
.cart-holder {
    min-height: 300px;
}
.membership-holder {
    margin-top: 50px;
    margin-bottom: 50px;
}
.membership-holder h3 {
    font-weight: bold;
    color: #f77d27;
    line-height: 45px;
}
.membership-holder h3.memplan {
    color: #d23243;
    font-size: 38px;
    margin-top: 30px;
}
.membership-holder .anims > div {
    float: left;
    width: 24%;
    margin-right: 50px;
    text-align: center;
}
.membership-holder .anims > div .icon {
    height: 130px;
}
.membership-holder .anims > div h5 {
    font-size: 16px;
    font-weight: 600;
}