/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/

a:active {
    color: #DC4E04;
}

.econt_wrap {
    height: auto;
    width: 100%;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.econt_wrap .e_mage_box {
    padding: 0.3em;
    display: block;
    background-color: #fff;
}

.econt_wrap .e_mage_box .e_mage {
    height: 8em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
}

.econt_wrap .e_fo {
    padding: 0.3em 0.3em;
    font-size: 0.8em;
    text-align: center;
}

.econt_wrap .e_fo .e_title {
    display: block;
    margin-bottom: 0.5em;
    height: 1em;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #777;
    font-weight: 400;
}

.econt_wrap .e_fo .e_title:hover {
    color: #dc4e04;
    text-decoration: underline;
}

.econt_wrap .e_fo .e_owner {
    display: block;
    font-size: 85%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    font-weight: 500;
}

.econt_wrap .e_fo .e_owner:hover {
    color: #dc4e04;
    text-decoration: underline;
}

.econt_wrap .e_fo .e_extra {
    display: inline-block;
    height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: text-bottom;
}

.econt_wrap .e_fo .e_extra .e_price {
    font-size: 0.9em;
    font-weight: 600;
    color: #dc4e04;
}

.econt_wrap .e_fo .e_extra .e_description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 90%;
}

.grocery-added-flash,
.grocery-updated-flash {
    width: 100%;
    height: auto;
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    background: rgba(91, 183, 91, 0.9);
    animation-duration: 0.5s;
    color: #fff;
    display: none;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}

.grocery-added-flash .icon,
.grocery-updated-flash .icon {
    text-align: center;
    height: 100%;
    color: #fff;
    display: inline-block;
    padding-right: 20px;
}

.grocery-added-flash .text,
.grocery-updated-flash .text {
    display: inline-block;
    word-spacing: 1px;
    line-height: 16px;
}

.grocery-added-flash a,
.grocery-updated-flash a {
    color: #fff;
}

.grocery-added-flash a:hover,
.grocery-updated-flash a:hover {
    text-decoration: underline;
}

.bubble {
    width: 25px;
    position: absolute;
    background: red;
    height: 25px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid #f8f8f8;
    font-size: 12px;
    z-index: 100;
    color: #fff !important;
}

.bubble.nav-button-bubble {
    top: -10px;
    right: -7px;
}

.bubble.nav-link-bubble {
    top: 4px;
    right: 48px;
    width: 20px;
    height: 20px;
    line-height: 18px;
}

.mobile-topmsg {
    text-align: center;
    height: auto;
    max-height: 15em;
    max-height: 10em;
    margin-bottom: 2em;
}

.mobile-topmsg h1 {
    color: #dd4f05;
    font-size: 1.6em;
    font-weight: 300;
}

.mobile-topmsg button {
    border: none;
    margin: auto;
    border-radius: 0px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    width: 10em;
}

.mobile-topmsg button:hover {
    background: #335CAD;
}

.mobile-topmsg h3 {
    font-size: 1em;
}

.mobile-topmsg h3 h3,
.mobile-topmsg h3 a {
    color: #dd4f05;
    font-size: 1em;
    margin-bottom: 0.7em;
}

.mobile-topmsg h3 h3,
.mobile-topmsg h3 a:hover {
    text-decoration: underline;
}

.banaa {
    width: 100%;
    height: 20em;
    max-height: 30em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 0px;
}

.mobile-fivechild {
    width: 100%;
    height: 40em;
    background: inherit;
    margin-top: 2em;
    position: relative;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 3px #CCCCCC;
}

.mobile-fivechild :first-child div {
    position: absolute;
    background: inherit;
    width: 100%;
    height: 12em;
    border-bottom: 0.3em solid #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-fivechild :first-child div iframe {
    width: 100%;
    height: 100%;
}

.mobile-fivechild :first-child div img {
    width: 100%;
    height: 100%;
}

.mobile-fivechild :nth-child(2) div {
    position: absolute;
    background: inherit;
    width: 100%;
    height: 10em;
    top: 12em;
    border-bottom: 0.3em solid #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-fivechild :nth-child(2) div iframe {
    width: 100%;
    height: 100%;
}

.mobile-fivechild :nth-child(2) div img {
    width: 100%;
    height: 100%;
}

.mobile-fivechild :nth-child(3) div {
    position: absolute;
    background: inherit;
    width: 45%;
    height: 8em;
    top: 22em;
    border-right: 0.3em solid #fff;
    border-bottom: 0.3em solid #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-fivechild :nth-child(3) div iframe {
    width: 100%;
    height: 100%;
}

.mobile-fivechild :nth-child(3) div img {
    width: 100%;
    height: 100%;
}

.mobile-fivechild :nth-child(4) div {
    position: absolute;
    background: inherit;
    width: 55%;
    height: 8em;
    top: 22em;
    right: 0em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-fivechild :nth-child(4) div iframe {
    width: 100%;
    height: 100%;
}

.mobile-fivechild :nth-child(4) div img {
    width: 100%;
    height: 100%;
}

.mobile-fivechild :nth-child(5) div {
    position: absolute;
    background: inherit;
    width: 100%;
    height: 10em;
    bottom: 0em;
    border-top: 0.3em solid #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-fivechild :nth-child(5) div iframe {
    width: 100%;
    height: 100%;
}

.mobile-fivechild :nth-child(5) div img {
    width: 100%;
    height: 100%;
}

.mobile-fivechild :nth-child(n>5) div {
    display: none;
}

/* Mobile Category less on home page*/

.mobiletwochild-items {
    margin-top: 1em;
}

.mobiletwochild-items .e_cont {
    width: 100%;
    position: relative;
}

.mobiletwochild-items .e_cont #two_child_cont_img_dv1 {
    float: left;
    width: 48%;
    padding: 0px;
    margin: 0% 2% 2% 0%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.mobiletwochild-items .e_cont #two_child_cont_img_dv1 iframe {
    width: 100%;
    height: 8em;
    vertical-align: middle;
}

.mobiletwochild-items .e_cont #two_child_cont_img_dv1 img {
    width: 100%;
    height: 100%;
}

.mobiletwochild-items .e_cont #two_child_cont_img_dv2 {
    float: right;
    width: 48%;
    padding: 0px;
    margin: 0% 0% 2% 0%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.mobiletwochild-items .e_cont #two_child_cont_img_dv2 iframe {
    width: 100%;
    height: 8em;
    vertical-align: middle;
}

.mobiletwochild-items .e_cont #two_child_cont_img_dv2 img {
    width: 100%;
    height: 100%;
}

/* End of Mobile Category less on home page*/

.real2child {
    height: 20em;
    margin-bottom: 10px;
}

.real2child>div {
    min-height: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.real2child>div iframe {
    width: 100%;
    height: auto !important;
    vertical-align: middle;
}

.slid {
    height: 25em;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    position: relative;
}

.three-child-item {
    margin-bottom: 20px;
}

.three-child-item>h2 {
    margin-bottom: 20px;
    color: #666;
}

.three-child-item .e_cont {
    width: 100%;
    position: relative;
}

.three-child-item .e_cont>div {
    float: left;
    width: 32.66%;
    border: 1px solid rgba(235, 235, 235, 0.4);
    padding: 0px;
    margin: 0% 1% 1% 0%;
}

.three-child-item .e_cont>div iframe {
    width: 100%;
    height: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.three-child-item .e_cont>div img {
    width: 100%;
    height: 100%;
}

.three-child-item .e_cont>div:nth-child(3n) {
    float: right;
    margin-right: 0px;
}

.three_child_stlylishcont {
    width: 100%;
    height: 20em;
    position: relative;
    margin-bottom: 2em;
    margin-top: 2em;
    display: block;
    border: 0.3em solid #fff;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
}

.three_child_stlylishcont :first-child div {
    width: 100%;
    height: 10em;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 0.3em solid #fff;
}

.three_child_stlylishcont :first-child div iframe {
    width: 100%;
    height: 100%;
}

.three_child_stlylishcont :first-child div img {
    width: 100%;
    height: 100%;
}

.three_child_stlylishcont :nth-child(2) div {
    width: 50%;
    height: 9.4em;
    position: absolute;
    top: 10em;
    left: 0em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 0.3em solid #fff;
}

.three_child_stlylishcont :nth-child(2) div iframe {
    width: 100%;
    height: 100%;
}

.three_child_stlylishcont :nth-child(2) div img {
    width: 100%;
    height: 100%;
}

.three_child_stlylishcont :nth-child(3) div {
    width: 50%;
    height: 9.4em;
    position: absolute;
    right: 0em;
    top: 10em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.three_child_stlylishcont :nth-child(3) div iframe {
    width: 100%;
    height: 100%;
}

.three_child_stlylishcont :nth-child(3) div img {
    width: 100%;
    height: 100%;
}

.three_child_stlylishcont :nth-child(n>3) {
    display: none;
}

.joinus {
    border: 1px solid #dd4f05;
    border-radius: 10px;
    padding: 3%;
    text-align: center;
    width: 35%;
    min-width: 15em;
    height: 15em;
    min-height: 15em;
    margin: auto;
    margin-top: 3em;
    margin-bottom: 5em;
}

.joinus button {
    border: none;
    margin-top: 2em;
    background: #dd4f05;
    width: 13em;
    margin: auto;
}

.joinus p {
    font-size: 1em;
    margin-top: 0px;
}

.joinus p a {
    color: #dd4f05;
}

.four-child-item .e_cont {
    width: 100%;
    position: relative;
}

.four-child-item .e_cont>div {
    float: left;
    width: 48.5%;
    padding: 0px;
    margin: 0% 2% 4% 0%;
}

.four-child-item .e_cont>div iframe {
    font-size: inherit;
    width: 100%;
    height: auto;
    max-height: 95%;
    vertical-align: middle;
}

.four-child-item .e_cont>div img {
    width: 100%;
    height: 100%;
}

.four-child-item .e_cont>div:nth-child(2n) {
    float: right;
    margin-right: 0px;
}

.four-child-item .e_cont>div:nth-child(n>5) {
    display: none;
}

.four-child-item .e_cont .cart-section {
    width: 100%;
    height: auto;
    margin-top: 5px;
    height: 6em;
    padding: 0 25px;
}

.four-child-item .e_cont .cart-section .grocery-details {
    font-size: 12px;
    padding-bottom: 5px;
    display: inline-block;
}

.four-child-item .e_cont .cart-section .categories {
    height: 25px;
    width: 100%;
    margin: auto;
    position: relative;
    border-radius: 0;
    padding: 1px 0;
}

.four-child-item .e_cont .cart-section .categories select {
    background-color: #fff;
    border: 1px solid rgba(200, 200, 200, 0.4) !important;
    width: 100%;
    margin-right: 10px;
    font-size: 12px;
    padding: 5px 3px;
    margin-bottom: 10px;
}

.four-child-item .e_cont .cart-section .categories select:focus {
    outline: none;
    box-shadow: none;
}

.four-child-item .e_cont .cart-section .categories input.quantity {
    font-size: 12px;
    width: 45%;
    padding: 6px 3px;
    text-align: center;
    margin-right: 10px;
    color: black;
    border: 1px solid rgba(200, 200, 200, 0.4) !important;
    background: #fff;
    float: left;
}

.four-child-item .e_cont .cart-section .categories .btn {
    font-size: 12px;
    background: #dc4e04;
    color: #fff;
    width: 37%;
    padding: 5px 3px;
    text-align: center;
    border-radius: 0px;
    position: relative;
    float: right;
    font-weight: 700;
}

.four-child-item .e_cont .cart-section .categories .btn:focus {
    outline: none;
}

.four-child-item .e_cont .cart-section .categories .btn .sk-three-bounce {
    position: absolute;
    top: -32px;
    left: -17px;
}

.four-child-item .e_cont .cart-section .categories .btn .sk-three-bounce .sk-child {
    width: 8px;
    height: 8px;
    background: #fff;
}

.four-child-item .e_cont .cart-section .categories .btn.transmiting {
    padding: 13px 3px;
}

.four-child-item .e_cont .cart-section .categories .btn.transmiting .sk-three-bounce {
    top: -30px;
}

.four-child-item .e_cont .cart-section .qty-sec {
    padding-top: 10px;
}

.four-child-item .e_cont .cart-section .qty-sec .qty-wrap {
    float: left;
    width: 47%;
    border: 1px solid #e0e0e0;
    height: 23px;
    border-radius: 4px;
    padding: 1px;
    margin-right: 10px;
}

.four-child-item .e_cont .cart-section .qty-sec .qty-wrap span {
    display: inline-block;
}

.four-child-item .e_cont .cart-section .qty-sec .qty-wrap span.qty {
    float: left;
    width: 50%;
    color: #999;
    font-size: 12px;
    border-right: 1px solid #e0e0e0;
    background-color: #fbfbfb;
}

.four-child-item .e_cont .cart-section .qty-sec .qty-wrap span.input {
    float: right;
    width: 50%;
}

.four-child-item .e_cont .cart-section .qty-sec .qty-wrap span.input input {
    width: 100%;
    border: none;
    text-align: center;
    height: 100%;
    font-size: 12px;
}

.four-child-item .e_cont .cart-section .qty-sec .add2cart {
    float: right;
    font-size: 12px;
}

.four-child-item .e_cont .cart-section .qty-sec .add2cart button {
    background: #5bb75b;
    color: #ffffff;
    padding: 2px 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 60px;
    text-transform: uppercase;
}

.four-child-item .e_cont .cart-section .qty-sec .add2cart button:focus {
    outline: none;
}

.product_tiles {
    width: 100%;
    padding: 0;
}

.product_tiles.three-child li {
    width: 210px;
    list-style: none;
    margin: 0px 118px 20px 0px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.product_tiles.three-child li:nth-child(3n) {
    float: right;
    margin: 0px 0px 0px 0px;
}

.product_tiles.three-child li .img {
    width: 210px;
    height: 250px;
    max-height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}

.product_tiles.three-child li .description_wrapper {
    padding-top: 1em;
}

.product_tiles.three-child li .description_wrapper .item_name {
    color: #666666;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1;
}

.product_tiles.three-child li .description_wrapper .shop_name {
    color: #666666;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    text-transform: capitalize;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 100;
    display: inline-block;
}

.product_tiles.three-child li .description_wrapper .item_price {
    color: #dc4e04;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}

.product_tiles.three-child li .description_wrapper .item_price del {
    font-size: 10px;
    color: red;
}

.product_tiles.three-child:nth-child(4n) {
    margin-right: 0px;
}

.product_tiles.four-child li {
    width: 48%;
    list-style: none;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-bottom: 1em;
}

.product_tiles.four-child li:nth-child(2n) {
    float: right;
    margin: 0px 0px 0px 0px;
}

.product_tiles.four-child li .img {
    width: 210px;
    height: 166px;
    max-height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    margin-bottom: 10px;
}

.product_tiles.four-child li .description_wrapper .item_name {
    color: #666666;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1;
}

.product_tiles.four-child li .description_wrapper .shop_name {
    color: #666666;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    text-transform: capitalize;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 100;
    display: inline-block;
}

.product_tiles.four-child li .description_wrapper .item_price {
    color: #dc4e04;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}

.product_tiles.four-child li .description_wrapper .item_price del {
    font-size: 10px;
    color: red;
}

.product_tiles.four-child:nth-child(4n) {
    margin-right: 0px;
}

.mobile-header-fix {
    background-color: #fff !important;
    border-color: rgba(200, 200, 200, 0.4) !important;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 6px -6px rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
}

.mobile-header-fix .navbar-form {
    border: none;
    background: #fbfbfb;
    margin-top: 0;
    border-bottom: 1px solid rgba(200, 200, 200, 0.4);
}

.mobile-header-fix .navbar-form .form-group {
    width: 80%;
    float: left;
    border: 1px solid rgba(200, 200, 200, 0.4);
    box-shadow: none;
}

.mobile-header-fix .navbar-form .form-group input {
    border: none;
    height: 40px;
}

.mobile-header-fix .navbar-form .form-group input:active {
    border: 1px solid rgba(200, 200, 200, 0.4);
    box-shadow: none;
}

.mobile-header-fix .navbar-form .form-group input:focus {
    border: 1px solid rgba(200, 200, 200, 0.4);
    box-shadow: none;
}

.mobile-header-fix .navbar-form button {
    width: 20%;
    float: right;
    border: none;
    background-color: #dc4e04;
    color: #fff;
    height: 42px;
    font-size: 23px;
}

.mobile-header-fix .navbar-nav li.divider {
    width: 100%;
    border-top: 1px solid rgba(200, 200, 200, 0.4);
    border-bottom: 1px solid rgba(200, 200, 200, 0.4);
    background-color: #fbfbfb;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    color: #777;
    box-shadow: inset 0 0 5px #efefef;
    -moz-box-shadow: inset 0 0 10px #efefef;
    -webkit-box-shadow: inset 0 0 10px #efefef;
}

.mobile-header-fix .navbar-nav>li>a:hover,
.mobile-header-fix .navbar-default .navbar-nav>li>a:focus {
    color: #dc4e04;
}

.mobile-header-fix .navbar-header {
    position: relative;
    text-align: left;
}

.mobile-header-fix .navbar-header img {
    width: 137px;
    height: auto;
    margin-top: 7px;
    margin-left: 10px;
}

.mobile-header-fix .navbar-toggle {
    border-color: rgba(221, 221, 221, 0.3) !important;
}

.mobile-header-fix .navbar-toggle .icon-bar {
    height: 4px;
    width: 27px;
    border-radius: 2px;
    background-color: rgba(136, 136, 136, 0.5) !important;
}

.mobile-header-fix .navbar-toggle:hover,
.mobile-header-fix .navbar-default .navbar-toggle:focus {
    background-color: #fff;
    border: 1px solid transparent;
}

.mobile-header-fix .navbar-toggle:hover .icon-bar,
.mobile-header-fix .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

@media (min-width: 768px) {
    .mobile-header-fix .navbar-header {
        float: none;
    }
    .mobile-header-fix .navbar-toggle {
        display: block;
    }
    .mobile-header-fix .navbar-collapse.collapse {
        display: none !important;
    }
}

.navbar-toggle {
    padding: 5px 5px;
}

.mobile-header-fix .navbar-toggle {
    border-color: transparent !important;
    margin-right: 9px;
}

.navbar-default .navbar-toggle:focus {
    background-color: #DC4E04 !important;
}

.mobile-header-fix .navbar-toggle .icon-bar {
    background-color: #DC4E04 !important;
}

.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff !important;
}

.navigation-menu {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #dc4e04;
    z-index: 100;
    top: 50px;
    overflow: auto;
    display: none;
    color: #fff;
    animation-duration: 0.1s;
    padding-bottom: 10em;
}

.navigation-menu a {
    color: #fff;
    text-decoration: none;
}

.navigation-menu a:hover {
    text-decoration: underline !important;
}

.navigation-menu .search-section {
    padding: 10px;
}

.navigation-menu .search-section form .form-group {
    width: 100%;
    height: 3em;
    background: #fff;
    border-radius: 2px;
    padding: 2px;
    margin-bottom: 0;
    font-size: 13px;
}

.navigation-menu .search-section form .form-group input {
    width: 90%;
    height: 100%;
    border: none;
    float: left;
}

.navigation-menu .search-section form .form-group input:focus {
    outline: none;
    border: none;
}

.navigation-menu .search-section form .form-group button {
    width: 10%;
    height: 100%;
    border: none;
    background-color: transparent;
    float: right;
}

.navigation-menu .search-section form .form-group button:focus {
    outline: none;
}

.navigation-menu .link-section {
    width: 100%;
    height: auto;
    padding: 10px;
}

.navigation-menu .link-section.as-border {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.navigation-menu .link-section.as-border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.navigation-menu .link-section.as-border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.navigation-menu .link-section .title {
    font-weight: 500;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 10px 0;
}

.navigation-menu .link-section ul {
    margin: 0;
    padding: 0;
}

.navigation-menu .link-section ul li {
    width: 50%;
    display: inline-block;
}

.navigation-menu .link-section ul li a {
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
    font-size: 14px;
}

#single-home-banner {
    max-width: 1400px;
    position: relative;
    margin: auto;
}

#single-home-banner .banner {
    width: 100%;
    height: auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#single-home-banner .banner img {
    width: 100%;
    height: auto;
}

#home-banner {
    max-width: 1400px;
    position: relative;
    margin: auto;
}

#home-banner .banner {
    width: 100%;
    height: auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#home-banner .banner img {
    width: 100%;
    height: auto;
}

#home-banner .owl-page span {
    width: 7px;
    height: 7px;
}

#home-banner .owl-controls.clickable .owl-pagination {
    position: absolute;
    top: 25%;
    right: 5em;
    border-radius: 8px;
    padding: 32px 5px;
    background-color: rgba(255, 255, 255, 0.9);
}

#home-banner .owl-controls.clickable .owl-pagination .owl-page {
    display: block;
}

#home-banner .owl-controls.clickable .owl-pagination .owl-page.active span {
    background-color: #000;
}

#home-banner .owl-controls.clickable .owl-pagination .owl-page span {
    background-color: transparent;
    border: 1px solid #000;
}

.owl-pagination {
    display: none;
}

.discount-ribbon {
    position: absolute;
    top: -14px;
    right: 0;
    z-index: 1;
    color: #eee;
    font-size: 2em;
    cursor: pointer;
    width: 30px;
    line-height: .5em;
    background: #dc4e04;
    height: 35px;
    right: -3px;
}

.discount-ribbon:hover {
    transition: initial;
}

.discount-ribbon .digit {
    display: inline-block;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
    margin-left: 8px;
}

.discount-ribbon .text {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 7px;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
}

.discount-ribbon:before {
    content: "";
    font-size: 0.5em;
    position: absolute;
    border-style: solid;
    border-color: transparent transparent #dc4e04 transparent;
    top: 0px;
    right: 30px;
    border-width: 0 0 1em 0.7em;
    z-index: -1;
}

.luxe-discount-ribbon {
    position: absolute;
    top: 14px;
    right: 0;
    z-index: 1;
    color: #eee;
    font-size: 2em;
    cursor: pointer;
    width: 1.5em;
    line-height: 0.5em;
}

.luxe-discount-ribbon:hover {
    transition: initial;
}

.luxe-discount-ribbon .digit {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: -14px;
    left: 5px;
}

.luxe-discount-ribbon .text {
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 5px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}

.luxe-discount-ribbon:after {
    content: "";
    font-size: 0.5em;
    position: absolute;
    height: 1.2em;
    border: 1.2em solid #DC4E04;
    z-index: -1;
    top: -16px;
    border-top-width: 2em;
    border-bottom-color: transparent;
    right: 8px;
}

.luxe-discount-ribbon:before {
    content: "";
    font-size: 0.5em;
    position: absolute;
    border-style: solid;
    border-color: transparent transparent #B29677 transparent;
    top: -16px;
    right: 40px;
    border-width: 0 0 1em 0.7em;
    z-index: -1;
}

.luxe-discount-ribbon:hover:after {
    border: 1.5em solid #EF5350;
    border-bottom-color: transparent;
    height: 1.6em;
}

.mobile-seven-child-container-wrap {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.mobile-seven-child-container-wrap .title-tag {
    color: #ff7f00;
    font-size: 19px;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid rgba(200, 200, 200, 0.4);
    display: block;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container {
    position: relative;
    height: 1100px;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div {
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div .text-section {
    height: 40%;
    background-color: rgba(220, 78, 4, 0.9);
    text-align: center;
    padding: 5px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    line-height: 1;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div .text-section span {
    display: block;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div .text-section span.title {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 13px;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div .text-section span.cation {
    color: #ffffff;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 12px;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div .text-section span.cation p {
    margin: 0;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div .advat {
    position: relative;
    height: 100%;
    width: 100%;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div .advat ul#men-banner {
    height: 100%;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div .advat ul#men-banner li {
    width: 100%;
    height: 100%;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div .advat ul#men-banner li a {
    display: block;
    width: 100%;
    height: 100%;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div .advat ul#men-banner li a .slider-content {
    display: block;
    width: 100%;
    height: 100%;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div .bx-viewport {
    height: 36em;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div .bx-viewport #men-banner {
    width: auto;
    position: relative;
    height: 100%;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div .image-section {
    height: 100%;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div .the_image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #ffffff;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(1) {
    position: absolute;
    display: block;
    width: 100%;
    height: 20%;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px 10px;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(1) ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(1) ul li {
    display: inline-block;
    padding: 3px 0;
    border: 1px solid rgba(200, 200, 200, 0.4);
    margin-right: 10px;
    padding: 4px 10px;
    margin-bottom: 7px;
    border-radius: 13px;
    font-size: 11.5px;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(1) ul li a {
    display: inline-block;
    color: #525252;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(1) ul li a:hover {
    color: #dc4e04;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(1) ul li a p {
    margin: 0;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(2) {
    position: absolute;
    display: block;
    width: 100%;
    height: 14%;
    bottom: 46%;
    border-bottom: 1px solid rgba(200, 200, 200, 0.4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(2) .text-section {
    display: none;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(2) .image-section {
    height: 100%;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(3) {
    position: absolute;
    display: block;
    width: 49%;
    height: 11.5%;
    bottom: 33.5%;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(4) {
    position: absolute;
    display: block;
    width: 49%;
    height: 11.5%;
    bottom: 33.5%;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(5) {
    position: absolute;
    display: block;
    width: 49%;
    height: 11.5%;
    bottom: 21%;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(6) {
    position: absolute;
    display: block;
    width: 49%;
    height: 11.5%;
    bottom: 21%;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(7) {
    position: absolute;
    display: block;
    width: 100%;
    height: 39%;
    bottom: 61%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(7) .advat {
    height: 27em;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(7) .men-slider-next {
    height: 50px;
    width: 32px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 45%;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(7) .men-slider-next:hover {
    background-color: #ffffff;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(7) .men-slider-next a {
    display: inline-block;
    width: 100%;
    color: #A49C87;
    height: 100%;
    font-size: 38px;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(7) .men-slider-prev {
    height: 50px;
    width: 32px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 45%;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(7) .men-slider-prev:hover {
    background-color: #ffffff;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(7) .men-slider-prev a {
    display: inline-block;
    width: 100%;
    color: #A49C87;
    height: 100%;
    font-size: 38px;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(7) .bx-wrapper {
    max-width: 100%;
    width: 437px;
    right: 0px;
    top: 0px;
    border: none !important;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(7) .bx-wrapper .bx-viewport {
    overflow: inherit !important;
    height: 380px !important;
    border: none;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(7) .bx-wrapper .bx-viewport .slider-content {
    height: 380px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(7) .carousel-inner {
    width: 100%;
    height: 27em;
    position: relative;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(7) .carousel-inner .item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mobile-seven-child-container-wrap .mobile-seven-child-container>div:nth-child(7) .slider-control {
    background-color: #ffffff;
    background-image: none;
    height: 16%;
    position: absolute;
    top: 45%;
    font-size: 45px;
    width: 40px;
}

.mobile-six-child-container-wrap {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.mobile-six-child-container-wrap .title-tag {
    color: #FF9999;
    font-size: 19px;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid rgba(200, 200, 200, 0.4);
    display: block;
}

.mobile-six-child-container-wrap .mobile-six-child-container {
    position: relative;
    height: 1100px;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div {
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(1) {
    position: absolute;
    display: block;
    width: 100%;
    height: 20%;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px 10px;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(1) ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(1) ul li {
    display: inline-block;
    padding: 3px 0;
    border: 1px solid rgba(200, 200, 200, 0.4);
    margin-right: 10px;
    padding: 4px 10px;
    margin-bottom: 7px;
    border-radius: 13px;
    font-size: 11.5px;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(1) ul li a {
    display: inline-block;
    color: #525252;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(1) ul li a:hover {
    color: #dc4e04;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(1) ul li a p {
    margin: 0;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(2) {
    position: absolute;
    display: block;
    width: 100%;
    height: 14%;
    bottom: 46%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(3) {
    position: absolute;
    display: block;
    width: 49%;
    height: 11.5%;
    bottom: 33.5%;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(4) {
    position: absolute;
    display: block;
    width: 49%;
    height: 11.5%;
    bottom: 21%;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(5) {
    position: absolute;
    display: block;
    width: 49%;
    height: 24%;
    bottom: 21%;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(6) {
    position: absolute;
    display: block;
    width: 100%;
    height: 39%;
    bottom: 61%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    overflow: hidden;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(6) .advat {
    position: relative;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(6) .women-slider-next {
    height: 50px;
    width: 32px;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 45%;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(6) .women-slider-next:hover {
    background-color: #ffffff;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(6) .women-slider-next a {
    display: inline-block;
    width: 100%;
    color: #A49C87;
    height: 100%;
    font-size: 38px;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(6) .women-slider-prev {
    height: 50px;
    width: 32px;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 45%;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(6) .women-slider-prev:hover {
    background-color: #ffffff;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(6) .women-slider-prev a {
    display: inline-block;
    width: 100%;
    color: #A49C87;
    height: 100%;
    font-size: 38px;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(6) .bx-wrapper {
    max-width: 100%;
    width: 437px;
    right: 0px;
    top: 0px;
    border: none !important;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(6) .bx-wrapper .bx-viewport {
    overflow: inherit !important;
    height: 380px !important;
    border: none;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(6) .bx-wrapper .bx-viewport .slider-content {
    height: 380px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(6) .carousel-inner {
    width: 100%;
    height: 27em;
    position: relative;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(6) .carousel-inner .item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mobile-six-child-container-wrap .mobile-six-child-container>div:nth-child(6) .slider-control {
    background-color: #ffffff;
    background-image: none;
    height: 16%;
    position: absolute;
    top: 45%;
    font-size: 45px;
    width: 40px;
}

section.scrolling-items {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

section.scrolling-items .title {
    font-size: 19px;
    font-weight: 500 !important;
    color: #DC4E04;
}

section.scrolling-items .right-ovelay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 7%;
    left: 0;
    z-index: 1;
}

section.scrolling-items .right-ovelay .arrow-wrap {
    width: 36px;
    height: 64px;
    background-color: #555555;
    position: absolute;
    top: 29%;
    cursor: pointer;
    text-align: center;
    color: #fff;
    right: 1px;
}

section.scrolling-items .right-ovelay .arrow-wrap i {
    font-size: 40px;
    display: inline-block;
    padding-top: 30%;
    margin-left: 14px;
}

section.scrolling-items .right-ovelay .arrow-wrap:hover {
    background-color: #333333;
}

section.scrolling-items .left-ovelay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 7%;
    right: 0;
    z-index: 1;
}

section.scrolling-items .left-ovelay .arrow-wrap {
    width: 36px;
    height: 64px;
    background-color: #555555;
    position: absolute;
    top: 29%;
    cursor: pointer;
    text-align: center;
    color: #fff;
    left: 1px;
}

section.scrolling-items .left-ovelay .arrow-wrap i {
    font-size: 40px;
    display: inline-block;
    padding-top: 30%;
    margin-right: 14px;
}

section.scrolling-items .left-ovelay .arrow-wrap:hover {
    background-color: #333333;
}

section.scrolling-items .title {
    width: 100%;
    text-align: left;
    font-size: 19px;
    display: block;
    padding: 0 0 15px 0;
    font-weight: 600;
    display: none;
}

section.scrolling-items .title:first-child {
    display: block;
}

section.scrolling-items #scrolling-products .owl-item {
    margin-left: 1em;
    width: 165px !important;
}

section.scrolling-items #scrolling-products .product-wrap a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

section.scrolling-items #scrolling-products .product-wrap a:hover {
    text-decoration: none;
}

section.scrolling-items #scrolling-products .product-wrap .image {
    height: 157px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

section.scrolling-items #scrolling-products .product-wrap .description {
    height: 10%;
    color: #3B3B3B;
    text-align: left;
    overflow: hidden;
    padding: 0px 10px;
    text-transform: capitalize;
    font-size: 12px;
}

section.scrolling-items #scrolling-products .product-wrap .price {
    height: 12%;
    color: #FF7F00;
    font-weight: 900;
    line-height: 2.8em;
    padding: 0 9px;
    font-size: 13px;
}

@media screen and (min-width: 1720px) {
    section.scrolling-items .right-ovelay {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        height: 100%;
        width: 27.3%;
        left: 0;
        z-index: 1;
    }
    section.scrolling-items .right-ovelay .arrow-wrap {
        width: 36px;
        height: 64px;
        background-color: #555555;
        position: absolute;
        top: 29%;
        cursor: pointer;
        text-align: center;
        color: #fff;
        right: 1px;
    }
    section.scrolling-items .right-ovelay .arrow-wrap i {
        font-size: 47px;
        display: inline-block;
        padding-top: 23%;
    }
    section.scrolling-items .right-ovelay .arrow-wrap:hover {
        background-color: #333333;
    }
    section.scrolling-items .left-ovelay {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.8);
        height: 100%;
        width: 27.3%;
        right: 0;
        z-index: 1;
    }
    section.scrolling-items .left-ovelay .arrow-wrap {
        width: 36px;
        height: 64px;
        background-color: #555555;
        position: absolute;
        top: 29%;
        cursor: pointer;
        text-align: center;
        color: #fff;
        left: 1px;
    }
    section.scrolling-items .left-ovelay .arrow-wrap i {
        font-size: 47px;
        display: inline-block;
        padding-top: 23%;
    }
    section.scrolling-items .left-ovelay .arrow-wrap:hover {
        background-color: #333333;
    }
}

@media screen and (min-width: 1700px) {
    section.scrolling-items .right-ovelay {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        height: 100%;
        width: 18%;
        left: 0;
        z-index: 1;
    }
    section.scrolling-items .right-ovelay .arrow-wrap {
        width: 36px;
        height: 64px;
        background-color: #555555;
        position: absolute;
        top: 29%;
        cursor: pointer;
        text-align: center;
        color: #fff;
        right: 1px;
    }
    section.scrolling-items .right-ovelay .arrow-wrap i {
        font-size: 47px;
        display: inline-block;
        padding-top: 23%;
    }
    section.scrolling-items .right-ovelay .arrow-wrap:hover {
        background-color: #333333;
    }
    section.scrolling-items .left-ovelay {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.8);
        height: 100%;
        width: 18%;
        right: 0;
        z-index: 1;
    }
    section.scrolling-items .left-ovelay .arrow-wrap {
        width: 36px;
        height: 64px;
        background-color: #555555;
        position: absolute;
        top: 29%;
        cursor: pointer;
        text-align: center;
        color: #fff;
        left: 1px;
    }
    section.scrolling-items .left-ovelay .arrow-wrap i {
        font-size: 47px;
        display: inline-block;
        padding-top: 23%;
    }
    section.scrolling-items .left-ovelay .arrow-wrap:hover {
        background-color: #333333;
    }
}

.tag-wrap {
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
    text-align: center;
}

.tag-wrap .tags {
    display: inline-block;
}

.tag-wrap .tags label {
    display: inline-block;
    border: 1px solid rgba(200, 200, 200, 0.4);
    margin-right: 10px;
    padding: 6px 10px;
    margin-bottom: 10px;
    border-radius: 14px;
    font-size: 11.5px;
    background-color: #fff;
    cursor: pointer;
}

.tag-wrap .tags a {
    color: #444444;
}

footer.first-section {
    background-color: #F3F3F3 !important;
    min-height: 50em;
    width: 100%;
}

footer.first-section .title {
    color: #333333;
    font-weight: 600;
    border: none;
    padding: 10px 0 0 0;
    text-align: center;
}

footer.first-section .line {
    border: 1px solid #333333;
    width: 35%;
    margin: 10px auto;
}

footer.first-section .content-section {
    margin-bottom: 10px;
}

footer.first-section .content-section .title {
    font-size: 16px;
    font-weight: 500;
}

footer.first-section .content-section .cont {
    padding-top: 10px;
}

footer.first-section .content-section .link {
    color: #333;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

footer.first-section .content-section .link:hover {
    color: #DC4E04;
    text-decoration: none;
}

footer.first-section .video {
    width: 100%;
    height: 158px;
    background-color: #FF7F00;
    position: relative;
}

footer.first-section .video .video-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #444;
    overflow: hidden;
    left: -10px;
    top: -10px;
}

footer.first-section .video .video-wrap .bx-loading {
    display: none;
}

footer.first-section .video .video-wrap .bx-wrapper {
    max-width: 100%;
    width: 437px;
    right: 0px;
    top: 0px;
    border: none !important;
}

footer.first-section .video .video-wrap .bx-viewport {
    border: none;
}

footer.first-section .video .video-wrap .bx-wrapper .bx-viewport {
    overflow: inherit !important;
    height: 158px !important;
    border: none;
}

footer.first-section .video .video-wrap iframe {
    width: 100%;
    height: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.frame {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
}

.frame .slidee {
    margin: 0;
    padding: 0;
    height: auto;
    list-style: none;
}

.frame .slidee li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    width: 105px;
    height: auto;
}

.scrollbar {
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    margin-top: 1em;
    cursor: pointer;
}

.scrollbar .handle {
    width: 100px;
    /* overriden if dynamicHandle: 1 */
    height: 1px;
    background: #aaa;
    margin-bottom: 10px;
    cursor: pointer;
}

.scrolling_items {
    margin-bottom: 20px;
}

.scrolling_items .title {
    width: 100%;
    text-align: left;
    font-size: 17px;
    padding: 10px 0 0 0;
    font-weight: 600;
}

.scrolling_items .slidee .product-image {
    width: 100%;
    height: 125px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.scrolling_items .slidee .pro_details {
    width: 100%;
    padding: 10px;
}

.scrolling_items .slidee .pro_details .name {
    color: #3B3B3B;
    text-align: left;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 12px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scrolling_items .slidee .pro_details .price {
    color: #FF7F00;
    font-weight: 900;
    font-size: 13px;
    padding-top: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scrolling_items .slidee .pro_details .price .slash {
    font-size: 11px;
    color: red;
    display: block;
    margin-top: -3px;
    padding-left: 1px;
}

.cart-preview-btn {
    border-radius: 3px !important;
    border: none;
    background: #5bb75b;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 0;
    width: 59%;
    margin-bottom: 30px;
}

.black_color {
    color: #010101 !important;
    border-color: #010101 !important;
}

.black_color.transperent {
    background-color: rgba(1, 1, 1, 0.9) !important;
}

.black_link a:hover {
    color: #010101 !important;
}

.black-view-more:hover {
    color: #010101 !important;
}

.orange_color {
    color: #E04D01 !important;
    border-color: #E04D01 !important;
}

.orange_color.transperent {
    background-color: rgba(224, 77, 1, 0.9) !important;
}

.orange_link a:hover {
    color: #E04D01 !important;
}

.orange-view-more:hover {
    color: #E04D01 !important;
}

.grey_color {
    color: #434343 !important;
    border-color: #434343 !important;
}

.grey_color.transperent {
    background-color: rgba(67, 67, 67, 0.9) !important;
}

.grey_link a:hover {
    color: #434343 !important;
}

.grey-view-more:hover {
    color: #434343 !important;
}

.dark_red_color {
    color: #800101 !important;
    border-color: #800101 !important;
}

.dark_red_color.transperent {
    background-color: rgba(128, 1, 1, 0.9) !important;
}

.dark_red_link a:hover {
    color: #800101 !important;
}

.dark_red-view-more:hover {
    color: #800101 !important;
}

.green_color {
    color: #013301 !important;
    border-color: #013301 !important;
}

.green_color.transperent {
    background-color: rgba(1, 51, 1, 0.9) !important;
}

.green_link a:hover {
    color: #013301 !important;
}

.green-view-more:hover {
    color: #013301 !important;
}

.blue_color {
    color: #010166 !important;
    border-color: #010166 !important;
}

.blue_color.transperent {
    background-color: rgba(1, 1, 102, 0.9) !important;
}

.blue_link a:hover {
    color: #010166 !important;
}

.blue-view-more:hover {
    color: #010166 !important;
}

.purple_color {
    color: #660166 !important;
    border-color: #660166 !important;
}

.purple_color.transperent {
    background-color: rgba(102, 1, 102, 0.9) !important;
}

.purple_link a:hover {
    color: #660166 !important;
}

.purple-view-more:hover {
    color: #660166 !important;
}

.pink_color {
    color: #E20187 !important;
    border-color: #E20187 !important;
}

.pink_color.transperent {
    background-color: rgba(226, 1, 135, 0.9) !important;
}

.pink_link a:hover {
    color: #E20187 !important;
}

.pink-view-more:hover {
    color: #E20187 !important;
}

.light_blue_color {
    color: #076BB6 !important;
    border-color: #076BB6 !important;
}

.light_blue_color.transperent {
    background-color: rgba(7, 107, 182, 0.9) !important;
}

.light_blue_link a:hover {
    color: #076BB6 !important;
}

.light_blue-view-more:hover {
    color: #076BB6 !important;
}

.yellow_color {
    color: #FF9901 !important;
    border-color: #FF9901 !important;
}

.yellow_color.transperent {
    background-color: rgba(255, 153, 1, 0.9) !important;
}

.yellow_link a:hover {
    color: #FF9901 !important;
}

.yellow-view-more:hover {
    color: #FF9901 !important;
}

.cart-fix .overview_wrap .billing_info_overview {
    margin-bottom: 1em;
}

.cart-fix .overview_wrap .billing_info_overview h1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0;
}

.cart-fix .overview_wrap .billing_info_overview ul {
    font-size: 13px;
    margin-bottom: 0px;
    padding: 0px;
}

.cart-fix .overview_wrap .billing_info_overview ul li {
    display: block;
}

.cart-fix .overview_wrap .shipping_info_overview h1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0;
}

.cart-fix .overview_wrap .shipping_info_overview ul {
    font-size: 13px;
    margin-bottom: 0px;
    padding: 0px;
}

.cart-fix .overview_wrap .shipping_info_overview ul li {
    display: block;
}

.cart-fix .overview_wrap .payment_info_overview h1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0;
}

.cart-fix .overview_wrap .payment_info_overview ul {
    font-size: 13px;
    margin-bottom: 0px;
    padding: 0px;
}

.cart-fix .overview_wrap .payment_info_overview ul li {
    display: block;
}

.cart-fix .overview_wrap .Delivery_info_overview h1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0;
}

.cart-fix .overview_wrap .Delivery_info_overview ul {
    font-size: 13px;
    margin-bottom: 0px;
    padding: 0px;
}

.cart-fix .overview_wrap .Delivery_info_overview ul li {
    display: block;
}

.merchant-directory-wrap a:hover {
    text-decoration: none;
}

.merchant-directory-wrap .merchant-directory {
    width: 100%;
    display: block;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    padding: 20px 0;
    margin-top: -1px;
}

.merchant-directory-wrap .merchant-directory table {
    width: 100%;
    border-collapse: collapse;
}

.merchant-directory-wrap .merchant-directory table tr td {
    vertical-align: top;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-info-wrap .merchant-info {
    overflow: hidden;
    text-align: center;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-info-wrap .merchant-info .title {
    font-size: 14px;
    color: #dc4e04;
    font-weight: 500;
    padding-bottom: 5px;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-info-wrap .merchant-info .caption {
    color: #666;
    padding-bottom: 5px;
    font-size: 12px;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-info-wrap .merchant-info .rating {
    padding: 10px 0 5px 0;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-info-wrap .merchant-info .rating .rating-md {
    font-size: 15px;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-img-wrap .merchant-logo {
    width: 70px;
    height: 70px;
    box-shadow: 0px 0px 2px rgba(100, 100, 100, 0.4);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-img-wrap .merchant-info {
    padding: 0 10px;
    overflow: hidden;
    float: right;
    width: 260px;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-img-wrap .merchant-info .description {
    font-size: 13px;
    color: #888;
    line-height: 18px;
    padding-bottom: 5px;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-img-wrap .merchant-info .description.short {
    height: 70px;
    overflow: hidden;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-img-wrap .merchant-info .description.long {
    height: auto;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-img-wrap .merchant-info .merchant-social {
    padding-bottom: 5px;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    text-align: left;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-img-wrap .merchant-info .merchant-social li {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 13px;
    padding-top: 1px;
    background: #888;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-img-wrap .merchant-info .merchant-social li span {
    display: inline-block;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-img-wrap .merchant-info .merchant-social li span a {
    color: #ffffff;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-img-wrap .merchant-info .merchant-social li:hover {
    background: #dc4e04;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-img-wrap .merchant-info .merchant-social li {
    display: inline-block;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-img-wrap .merchant-info .read-more {
    display: block;
    color: #666;
    font-size: 12px;
    padding-top: 5px;
    cursor: pointer;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-img-wrap .merchant-info .read-more:hover {
    color: #dc4e04;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-img-wrap .merchant-address-wrap .merchant-address {
    padding: 0 10px;
    font-size: 13px;
    color: #666;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-img-wrap .merchant-address-wrap .merchant-address .loc {
    padding-bottom: 5px;
    text-align: right;
    text-transform: capitalize;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-img-wrap .merchant-address-wrap .merchant-address .city {
    display: block;
    text-align: right;
    text-transform: capitalize;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-img-wrap .merchant-address-wrap .merchant-address .add {
    padding-bottom: 5px;
    text-align: right;
    text-transform: capitalize;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-link-wrap .link-wrap {
    margin-top: 5px;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-link-wrap .link-wrap ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-link-wrap .link-wrap ul li {
    display: inline-block;
    margin-right: 5px;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-link-wrap .link-wrap ul li:after {
    content: "|";
    display: inline-block;
    padding-left: 5px;
    color: #777;
    font-size: 10px;
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-link-wrap .link-wrap ul li:last-child:after {
    content: "";
}

.merchant-directory-wrap .merchant-directory table tr td.mcht-link-wrap .link-wrap ul li a {
    display: inline-block;
    color: #dc4e04;
    font-size: 12px;
}

.star-rating .clear-rating {
    display: none;
}

.star-rating .caption {
    display: none;
}

#login-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #efefef;
}

#login-wrap .help-block {
    color: #b94a48;
}

#login-wrap .login-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: block;
}

#login-wrap .login-overlay #login {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 7% 25%;
    overflow: auto;
}

#login-wrap .login-overlay #login .login-wrap {
    background: rgba(255, 255, 255, 0.95);
    height: 27em;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
}

#login-wrap .login-overlay #login .login-wrap .form-section {
    height: 100%;
    float: left;
    width: 63%;
    padding: 30px;
}

#login-wrap .login-overlay #login .login-wrap .form-section .form-heading {
    font-size: 22px;
    color: #333;
}

#login-wrap .login-overlay #login .login-wrap .form-section .form-wrap {
    margin-top: 25px;
    margin-bottom: 10px;
}

#login-wrap .login-overlay #login .login-wrap .form-section button.login-submit {
    border: none;
    padding: 9px 0px;
    margin-top: 25px;
    background-color: #DF4E00;
    color: #ffffff;
    font-weight: 600;
    width: 40%;
}

#login-wrap .login-overlay #login .login-wrap .form-section button.login-submit:focus {
    outline: none;
    box-shadow: none;
}

#login-wrap .login-overlay #login .login-wrap .form-section .form-wrap:nth-child(3) {
    margin-top: 15px;
}

#login-wrap .login-overlay #login .login-wrap .form-section .form-wrap .form-label {
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
    color: #444;
}

#login-wrap .login-overlay #login .login-wrap .form-section .form-wrap input {
    width: 80%;
    height: 40px;
    font-size: 13px;
    padding: 0 10px;
    border: 1px solid #E7E7E7;
}

#login-wrap .login-overlay #login .login-wrap .info-section {
    height: 100%;
    background-color: rgba(73, 73, 73, 0.9);
    float: right;
    width: 37%;
    padding: 30px;
    color: #ffffff;
}

#login-wrap .login-overlay #login .login-wrap .info-section .logo {
    font-family: pacifico, cursive;
    color: #ffffff;
    font-size: 25px;
}

#login-wrap .login-overlay #login .login-wrap .info-section .logo img {
    margin-left: -23px;
}

#login-wrap .login-overlay #login .login-wrap .info-section .caption {
    font-size: 13px;
    margin-top: 2em;
    color: #ffffff;
}

#login-wrap .login-overlay #login .login-wrap .info-section .sign-up {
    color: #ffffff;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 8px 0px;
    margin-top: 38px;
    text-align: center;
    width: 100%;
}

#login-wrap .login-overlay #login .login-wrap .info-section .sign-up:hover {
    text-decoration: none;
}

#login-wrap .login-overlay #login .outside-content {
    text-align: center;
    margin-top: 3em;
}

#login-wrap .login-overlay #login .outside-content ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#login-wrap .login-overlay #login .outside-content ul li {
    display: inline-block;
}

#login-wrap .login-overlay #login .outside-content ul li a {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}

#login-wrap .login-overlay #login .outside-content ul li a:hover {
    text-decoration: underline;
}

body {
    font-family: "gt_walsheim", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "gt_walsheim", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.luxe_tag {
    float: right;
    font-size: 2em;
}

.blink_me {
    animation: blinker 4s linear infinite;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.luxe {
    width: 0;
    height: 0;
    border-top: 40px solid #ffc125;
    border-right: 40px solid transparent;
    float: left;
    margin-top: -6px;
    margin-left: -6px;
}

.tag {
    float: left;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff;
    margin-left: -38px;
    text-shadow: 0 1px 0 rgba(239, 239, 239, 0.3);
    font-size: 10px;
}

.luxe-tag {
    position: absolute;
    top: 0px;
    left: 0;
    border: 1px solid transparent;
    background: #ffc125;
    color: #fff;
    font-weight: 600;
    padding: 0 9px;
    font-size: 11px;
    z-index: 1;
}

.discount {
    width: 0;
    height: 0;
    border-top: 40px solid #dc4e04;
    border-left: 40px solid transparent;
    float: right;
    margin-top: -6px;
    margin-right: -6px;
}

.discount_tag {
    float: right;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    writing-mode: tb-rl;
    color: #fff;
    margin-right: -37px;
    text-shadow: 0 1px 0 rgba(239, 239, 239, 0.3);
    font-size: 10px;
}

.mobile-full {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    min-width: 140px;
    position: relative;
    z-index: 50;
}

.change {
    right: 80%;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    -webkit-animation: slide 0.5s forwards;
}

.whole-wrapper {
    height: 500px;
    overflow: hidden;
}

.mobile-wrapper {
    margin: 0px auto;
    padding: 50px 10px;
    max-width: 1920px;
    min-width: 140px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 50;
}

.mobilecontent-wrap {
    padding: 10px 10px !important;
    overflow: hidden;
    position: relative;
    z-index: 50;
}

.mobile-cont {
    width: 100%;
}

.move-left {
    float: left;
}

.move-right {
    float: right;
}

.header {
    position: relative;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 3.4em;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid rgba(225, 225, 225, 0.4);
}

.header .left-icon {
    position: absolute;
    left: 1em;
    width: 9em;
    height: 100%;
}

.header .left-icon a {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: none;
}

.header .left-icon a img {
    width: 100%;
    height: auto;
    margin-top: 5px;
}

.header .dropdown {
    position: absolute;
    right: 0%;
    right: 1em;
    margin-top: 0.3em;
}

.header .dropdown a {
    font-size: 2em;
    color: #dc4e04;
}

.header .msg {
    margin-top: 1em;
    margin-right: 3.5em;
}

.header .msg span {
    margin-right: 0.5em;
    font-weight: 700;
}

.header .msg a {
    color: #dc4e04;
    height: 30px;
    border-top: 0px;
    border-bottom: 0px;
}

.header .msg a:hover {
    background: #dc4e04;
    color: #fff;
}

.pushmenu {
    display: none;
}

.pushmenu .user {
    font-weight: 800;
    color: #fff;
}

.pushmenu .user:active {
    background: none;
}

.bx-wrapper {
    margin-bottom: 20px !important;
}

.bx-wrapper .bx-viewport {
    border: 4px solid #fff !important;
    height: auto;
}

.bx-wrapper .slider-content {
    width: 100% !important;
    background-repeat: no-repeat;
    background-size: cover top;
    background-position: center;
    height: auto;
}

.bx-wrapper .slider-content img {
    width: 100%;
    height: auto;
}

.menu {
    top: 0em;
    width: 80%;
    right: 0em;
    min-height: 100%;
    background: #61656D;
    z-index: 1;
    position: absolute;
    border: 1px solid #efefef;
    display: block;
}

.menu nav {
    width: 100%;
    height: 100%;
}

.menu a {
    display: block;
    color: #DDDFE1;
    font-size: 0.9em;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #87898E;
    padding: 1em;
}

.menu a:active {
    background: #dc4e04;
    color: #fff;
}

.menu form {
    font-size: 13px;
}

.menu form a {
    margin-top: -25px;
    margin-bottom: -10px;
}

.menu form a:active {
    background: none;
    text-decoration: none;
}

.search_filter {
    font-size: 13px;
}

.categories-bar {
    text-align: left;
    height: 30px;
}

.categories-bar .headin {
    color: #74777C;
    font-size: 0.88em;
    font-weight: bold;
    line-height: 1.8em;
    text-align: left;
    padding: 0.4em;
    width: 100%;
    background: #44474F;
    text-transform: uppercase;
    border-bottom: 1px solid #87898E;
}

.categories-bar ul {
    font-size: 0px;
}

.categories-bar ul li {
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid #87898E;
    padding: 5px;
    display: block;
}

.categories-bar ul li a {
    color: black;
    height: 30px;
    line-height: 30px;
    display: block;
    border: 1px solid transparent;
    padding: 0px 10px;
    color: #DDDFE1;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.categories-bar ul li.has-menu {
    position: relative;
    background: #61656D;
}

.categories-bar ul li.has-menu ul {
    font-size: 0em;
}

.categories-bar ul li.has-menu ul li {
    font-size: 1em;
    position: relative;
    border-bottom: 1px solid #87898E;
}

.categories-bar ul li.has-menu ul li a {
    height: 30px;
    line-height: 30px;
    display: block;
    border: 1px solid transparent;
    padding: 0px 10px;
    margin-left: -1px;
    color: #DDDFE1;
    font-size: 1em;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message {
    margin-bottom: 15px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    text-align: center;
    color: #4d4d4d;
}

.message h2 {
    margin-bottom: 15px;
    font-size: 1.5em;
}

.message a {
    margin-bottom: 7px;
    text-decoration: none;
    border: 2px solid #4d4d4d;
    display: inline-block;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    font-size: 1em;
    font-weight: 500;
    border-radius: 0;
    color: #4d4d4d;
}

.message a:hover {
    color: #fff;
    background: #dc4e04;
    border-color: #dc4e04;
}

.message div {
    font-size: 1.2em;
    margin-bottom: 7px;
}

.message iframe {
    margin-top: 1em;
    width: 100%;
    min-width: 15em;
    max-width: 35em;
}

.message img {
    display: block;
    margin-bottom: 1em;
}

.messages_content iframe {
    margin-top: 1em;
    width: 100%;
    min-width: 15em;
    max-width: 35em;
}

.messages_content img {
    display: block;
    margin-bottom: 1em;
}

.banner-container {
    position: absolute;
    top: 15%;
    text-align: left;
    width: 50%;
    color: #dc4e04;
}

.banner-container.left {
    left: 0.5em;
    text-align: left;
}

.banner-container.right {
    right: 0.5em;
    text-align: right;
}

.banner-container.center {
    left: 25%;
    text-align: center;
}

.banner-container.dark {
    color: #000;
}

.banner-container.dark .main-title {
    color: #000;
}

.banner-container.dark .main-caption {
    color: #000;
}

.banner-container.dark .main-caption .link {
    border-color: #000000;
    color: black;
    background: rgba(0, 0, 0, 0);
}

.banner-container.dark .link {
    border-color: #000000;
    color: #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 0px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 0.5em;
    padding: 0.5em;
    font-weight: 600;
    margin-bottom: 5px;
    border: 2px solid #000;
}

.banner-container.dark .link:hover {
    color: #fff;
    background: #dc4e04;
    border: 4px solid #dc4e04;
}

.banner-container.dark .btn {
    padding: 0;
}

.banner-container.light .main-title {
    color: #ffffff;
}

.banner-container.light .main-caption {
    color: #ffffff;
}

.banner-container.light .main-caption .link {
    border-color: #FFFFFF;
    color: #ffffff;
    background: rgba(0, 0, 0, 0);
}

.banner-container.light .link {
    border-color: #fff;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border-radius: 0px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 0.5em;
    font-weight: 600;
    padding: 0.5em;
    margin-bottom: 20px;
    border: 2px solid #fff;
}

.banner-container.light .link:active {
    color: #fff;
    background: #dc4e04;
    border: 4px solid #dc4e04;
}

.banner-container.light .btn {
    padding: 0;
}

.banner-container .main-title {
    font-size: 0.8em;
    text-transform: uppercase;
    margin-bottom: 2px;
    cursor: default;
}

.banner-container .main-caption {
    font-size: 0.6em;
    font-weight: 600;
    line-height: 100%;
    padding: 3px 0px;
    word-spacing: -2px;
    margin-bottom: 2px;
    cursor: default;
}

.search-wrap {
    border: 1px solid #efefef;
    height: 3em;
    margin-top: 0.5em;
    margin-bottom: 0.1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    overflow: hidden;
    position: relative;
    background: #dc4e04;
    width: 97%;
    padding: 0% 1% 0% 1%;
}

.search-wrap input {
    margin: 0px;
    padding: 0px;
    position: absolute;
    border: none;
    top: 0px;
    bottom: 0px;
    width: 85%;
    left: 0px;
    line-height: 100%;
    padding: 8px;
    background: #fff;
    height: 100%;
    font-size: 14px;
}

.search-wrap input:focus {
    font-size: 14px;
}

.search-wrap button {
    border: none;
    width: 15%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 1em;
    background: transparent;
    color: #fff;
}

.five-child-item .e_cont {
    width: 100%;
    position: relative;
}

.five-child-item .e_cont>div {
    float: left;
    width: 48.4%;
    padding: 0px;
    margin: 0% 1% 4% 0%;
}

.five-child-item .e_cont>div:nth-child(2n) {
    float: right;
    margin-right: 0px;
}

.paginate {
    margin-bottom: 10px;
    display: block;
}

.paginate .btn,
.paginate .btn-group {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-color: rgba(235, 235, 235, 0.4);
}

.two_child_text {
    margin-bottom: 1em;
}

.two_child_text h2 {
    text-align: center;
    color: #4d4d4d;
    margin-top: 1em;
    font-size: 1.3em;
}

.two_child_text .two_child_textcont {
    width: 100%;
    max-height: 24em;
    height: auto;
    min-height: 14em;
    position: relative;
    display: block;
}

.two_child_text .two_child_textcont>div:first-child {
    width: 99.9%;
    max-height: 12em;
    height: auto;
    min-height: 7em;
    position: absolute;
    padding: 0.5em;
    padding-bottom: 0;
    overflow: hidden;
}

.two_child_text .two_child_textcont>div:first-child h4 {
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 1em;
    color: #dd4f05;
}

.two_child_text .two_child_textcont>div:first-child p {
    text-align: center;
    font-size: 0.8em;
}

.two_child_text .two_child_textcont>div:nth-child(2) {
    width: 99.9%;
    max-height: 12em;
    height: auto;
    min-height: 7em;
    position: absolute;
    bottom: 0em;
    overflow: hidden;
    padding: 0.5em;
    padding-bottom: 0;
}

.two_child_text .two_child_textcont>div:nth-child(2) h4 {
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 1em;
    color: #dd4f05;
}

.two_child_text .two_child_textcont>div:nth-child(2) p {
    text-align: center;
    font-size: 0.8em;
}

.two_child_text .two_child_textcont>div:nth-child(n>2) {
    display: none;
}

.three_child_text {
    margin-bottom: 1em;
}

.three_child_text h2 {
    text-align: center;
    color: #4d4d4d;
    margin-top: 1em;
    font-size: 1.3em;
}

.three_child_text .three_child_textcont {
    width: 100%;
    height: 30em;
    position: relative;
    display: block;
}

.three_child_text .three_child_textcont>div:first-child {
    width: 99.9%;
    max-height: 10em;
    height: auto;
    position: absolute;
    padding: 0.5em;
    padding-bottom: 0;
    overflow: hidden;
}

.three_child_text .three_child_textcont>div:first-child h4 {
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 1em;
    color: #dd4f05;
}

.three_child_text .three_child_textcont>div:first-child p {
    text-align: center;
    font-size: 0.8em;
}

.three_child_text .three_child_textcont>div:nth-child(2) {
    width: 99.9%;
    max-height: 10em;
    height: auto;
    position: absolute;
    top: 10em;
    overflow: hidden;
    padding: 0.5em;
    padding-bottom: 0;
}

.three_child_text .three_child_textcont>div:nth-child(2) h4 {
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 1em;
    color: #dd4f05;
}

.three_child_text .three_child_textcont>div:nth-child(2) p {
    text-align: center;
    font-size: 0.8em;
}

.three_child_text .three_child_textcont>div:nth-child(3) {
    width: 100%;
    height: auto;
    max-height: 10em;
    position: absolute;
    top: 20em;
    padding: 0.5em;
    padding-bottom: 0;
    overflow: hidden;
}

.three_child_text .three_child_textcont>div:nth-child(3) h4 {
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 1em;
    color: #dd4f05;
}

.three_child_text .three_child_textcont>div:nth-child(3) p {
    text-align: center;
    font-size: 0.8em;
}

.three_child_text .three_child_textcont>div:nth-child(n>3) {
    display: none;
}

.four_child_text {
    margin-bottom: 1em;
}

.four_child_text h2 {
    text-align: center;
    color: #4d4d4d;
    margin-top: 1em;
    font-size: 1.3em;
}

.four_child_text .four_child_textcont {
    width: 100%;
    min-height: 40em;
    height: auto;
    max-height: 60em;
    position: relative;
    display: block;
}

.four_child_text .four_child_textcont>div:first-child {
    width: 99.9%;
    min-height: 10em;
    max-height: 15em;
    height: auto;
    position: absolute;
    padding: 0.5em;
    padding-bottom: 0;
    overflow: hidden;
}

.four_child_text .four_child_textcont>div:first-child h4 {
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 1em;
    color: #dd4f05;
}

.four_child_text .four_child_textcont>div:first-child p {
    text-align: center;
    font-size: 0.8em;
}

.four_child_text .four_child_textcont>div:nth-child(2) {
    width: 99.9%;
    min-height: 10em;
    max-height: 15em;
    height: auto;
    position: absolute;
    top: 15em;
    overflow: hidden;
    padding: 0.5em;
    padding-bottom: 0;
}

.four_child_text .four_child_textcont>div:nth-child(2) h4 {
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 1em;
    color: #dd4f05;
}

.four_child_text .four_child_textcont>div:nth-child(2) p {
    text-align: center;
    font-size: 0.8em;
}

.four_child_text .four_child_textcont>div:nth-child(3) {
    width: 99.9%;
    min-height: 10em;
    max-height: 15em;
    height: auto;
    position: absolute;
    top: 30em;
    padding: 0.5em;
    padding-bottom: 0;
    overflow: hidden;
}

.four_child_text .four_child_textcont>div:nth-child(3) h4 {
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 1em;
    color: #dd4f05;
}

.four_child_text .four_child_textcont>div:nth-child(3) p {
    text-align: center;
    font-size: 0.8em;
}

.four_child_text .four_child_textcont>div:nth-child(4) {
    width: 99.9%;
    min-height: 10em;
    max-height: 15em;
    height: auto;
    position: absolute;
    bottom: 0em;
    padding: 0.5em;
    padding-bottom: 0;
    overflow: hidden;
}

.four_child_text .four_child_textcont>div:nth-child(4) h4 {
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 1em;
    color: #dd4f05;
}

.four_child_text .four_child_textcont>div:nth-child(4) p {
    text-align: center;
    font-size: 0.8em;
}

.four_child_text .four_child_textcont>div:nth-child(n>4) {
    display: none;
}

.static-banner {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    position: relative;
    margin-bottom: 15px;
}

.static-banner img {
    width: 100%;
    height: auto;
}

.centered-text {
    margin-top: 1em;
    margin-bottom: 2em;
}

.centered-text h2 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.5em;
}

.centered-text a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

.centered-text a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

.centered-text .realinf {
    border-top: 2px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
}

.centered-text .realinf p {
    font-size: 0.9em;
}

.centered-text .realinf p,
.centered-text .realinf h2 {
    width: 70%;
    text-align: center;
    margin-left: 15%;
}

.centered-text .realinf h2 {
    color: #dd4f05;
}

.centered-text .realinf h2 {
    color: #dd4f05;
}

.centered-media {
    text-align: center;
    width: 100%;
    margin: auto;
}

.centered-media a:first-child {
    margin-top: 1em;
    margin-bottom: 1em;
}

.centered-media a:first-child iframe {
    margin-top: 1em;
    width: 100%;
    min-width: 15em;
    max-width: 35em;
}

.centered-media a:first-child img {
    display: block;
    margin-bottom: 1em;
}

.centered-media a:nth-child(n>1) {
    display: none;
}

.list {
    margin-top: 1em;
    width: 100%;
}

.list .ti2le {
    margin-bottom: 15px;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
}

.list .lists {
    width: 100%;
}

.list .lists .leftinfo {
    width: 50%;
    padding-left: 25em;
    border-right: 1px solid #dc4e04;
}

.list .lists .rightinfo {
    width: 50%;
    padding-left: 1em;
}

.list .lists i {
    color: #dc4e04;
    margin-right: 1em;
    padding-left: 5em;
}

.d-title {
    margin-bottom: 10px;
    color: #666;
    font-size: 0.8em;
    font-weight: 500;
}

.see-more {
    margin-bottom: 10px;
    margin-top: 10px;
}

.see-more a {
    color: #dc4e04;
}

.empty-box {
    margin-top: 50px;
    text-align: center;
}

.empty-box h2 {
    font-size: 1em;
    margin-top: 1em;
}

.empty-box small {
    font-size: 0.7em;
    margin-top: 1em;
}

.plain-text {
    margin-bottom: 15px;
}

.plain-text h2 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.5em;
}

.plain-text div {
    font-size: 0.8em;
}

.three_child_simplecont {
    width: 100%;
    height: 916px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;
    border: 8px solid #fff;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
}

.three_child_simplecont :first-child div {
    width: 100%;
    height: 300px;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 8px solid #fff;
}

.three_child_simplecont :first-child div iframe {
    width: 100%;
    height: 100%;
}

.three_child_simplecont :first-child div img {
    width: 100%;
    height: 100%;
}

.three_child_simplecont :nth-child(2) div {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 8px solid #fff;
}

.three_child_simplecont :nth-child(2) div iframe {
    width: 100%;
    height: 100%;
}

.three_child_simplecont :nth-child(2) div img {
    width: 100%;
    height: 100%;
}

.three_child_simplecont :nth-child(3) div {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.three_child_simplecont :nth-child(3) div iframe {
    width: 100%;
    height: 100%;
}

.three_child_simplecont :nth-child(3) div img {
    width: 100%;
    height: 100%;
}

.three_child_simplecont :nth-child(n>3) {
    display: none;
}

.heading h3 {
    font-size: 1em;
    font-weight: 600;
}

.filter {
    width: 100%;
    background: #fbfbfb;
    padding: 0.5em 0em;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #D8DAE4;
}

.filter ul {
    display: inline;
    width: 100%;
    margin: 0px;
}

.filter ul .mother {
    display: inline;
}

.filter ul li {
    width: 100%;
    margin: 0px;
}

.filter ul li .a-wrap {
    display: block;
    margin: 0px;
    width: 100%;
    color: #596377;
    font-size: 0.9em;
}

.filter ul li .a-wrap span {
    display: inline;
    text-align: center;
    padding: 0em 0.5em;
}

.filter .inner {
    display: block;
    margin-top: 0.6em;
    border-top: 1px solid #D8DAE4;
    height: 100%;
}

.filter .inner a {
    color: #596377 !important;
    font-size: 0.8em;
    margin-left: 1em;
    width: 100%;
    height: 100%;
    line-height: 100%;
}

footer {
    background: #111111;
    color: #fff;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    min-height: 20em;
    height: auto;
    padding: 20px;
    color: #666;
}

footer .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 0;
    font-weight: 600;
}

footer .p-0 {
    padding: 0;
}

footer .mt-30 {
    margin-top: 30px;
}

footer ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

footer ul li {
    width: 49%;
    display: inline-block;
}

footer ul li a {
    color: #666;
    display: inline-block;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 600;
}

footer ul li a:visited {
    color: #666;
}

footer .social-media {
    padding-top: 1em;
    margin: 0;
    padding: 0;
}

footer .social-media li {
    display: inline;
    font-size: 14px;
}

footer .social-media li.social-caption {
    font-size: 11px;
    border-right: 1px solid;
    font-weight: 500;
    margin-right: 5px;
}

footer .social-media li a {
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 32px;
    color: #666;
}

footer .social-media li a:hover {
    text-decoration: none;
}

footer .social-media li a:hover .facebook {
    color: #4579B2;
}

footer .social-media li a:hover .twitter {
    color: #54ABEE;
}

footer .social-media li a:hover .google {
    color: #D34836;
}

footer .social-media li a:hover .instagram {
    color: #517FA6;
}

footer #layout_payment_options {
    padding: 10px 0;
    border-top: 1px solid #222;
}

footer #layout_payment_options ul {
    text-align: center;
    padding: 0;
}

footer #layout_payment_options ul li {
    display: inline;
    background: #fff;
    margin: 0 5px;
    border-radius: 5px;
}

footer #layout_payment_options ul li img {
    width: 40px;
    height: 32px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #999;
}

footer .mobile-logo {
    margin-top: 2em;
}

footer .mobile-logo img {
    width: 200px;
}

#product .product {
    width: 100%;
}

#product .product .pg {
    margin-top: -100px;
}

#product .product .pg .container div .btn-group {
    margin-left: 65%;
}

.error {
    color: #e02222;
    text-align: center;
}

.rating>.radio-inline .radio {
    display: none;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fbfbfb !important;
}

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
    border-top: none !important;
}

.rating>.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-left: 0px !important;
}

.rating>.radio-inline,
.checkbox-inline {
    padding-left: 8px !important;
}

.image-holder {
    min-height: 220px !important;
    margin-bottom: 20px;
    /* max-height: auto!important;
	height: auto!important;*/
}

.product-thumbnail {
    height: 70px !important;
}

.rating>.label.radio-inline {
    padding: 0px;
}

.comment {
    max-height: 400px;
    overflow: auto;
}

#scroll::-webkit-scrollbar {
    background-color: #fff;
    width: 4px;
}

#scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

#scroll::-webkit-scrollbar-thumb:hover {
    background-color: #dc4e04;
}

.page-content {
    /*margin-top: 100px;
	width: 100%;
	height: auto;*/
}

.page-content .page {
    /*width: 50%;
		margin: auto;
		padding: 30px;*/
}

.page-content .page .review_rating {
    /*margin-top: 50px;
			margin-bottom: 50px;*/
}

.page-content .page .review_rating .rate-header {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #596377;
    font-size: 12px;
}

.page-content .page .review_rating .ratings {
    margin-top: 10px;
    text-align: center;
}

.page-content .page .review_rating #rating {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.page-content .page .review_rating .boton-wrap {
    width: 50%;
    float: right;
    display: block;
    margin-bottom: 10px;
}

.page-content .page .review_rating .boton-wrap button {
    width: 100%;
    float: right;
    border: none;
}

.page-content .page .comment .table .r {
    font-size: 10px;
    font-style: italic;
    color: #596377;
}

.page-content .page .comment .table .r .d-star {
    color: #FFC125;
}

.page-content .page .comment .coment {
    margin: 20px 5px 10px 5px;
    font-size: 14px;
}

.page-content .page .comment .date {
    float: right;
    font-style: italic;
    font-size: 10px;
    color: #596377;
}

.page-content .page .comment .username {
    float: left;
    font-style: italic;
    font-size: 10px;
    color: #596377;
    font-weight: 800;
}

textarea#comment {
    height: 100px;
    min-height: 90px;
    max-height: 138px;
    border-radius: 0px;
}

textarea#comment:focus {
    border-color: #404040;
    box-shadow: none;
}

.star {
    font-size: 2em;
    color: #ececec;
}

.star-color {
    color: #FFC125;
}

.table-responsive {
    border: none !important;
}

.radio,
.checkbox {
    display: inherit !important;
    min-height: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

.rating div[class*="radio"] span input {
    display: none;
}

.search_filter {
    font-size: 13px;
    height: 2em;
    line-height: 2em;
    margin-top: 10px;
}

.search_filter label {
    padding: 0;
}

span[class*="first-btn"] {
    border: 1px solid #87898E;
    font-size: 13px;
    display: inline-block;
    width: 45px;
    color: #fff;
    text-align: center;
}

span[class*="second-btn"] {
    border: 1px solid #87898E;
    font-size: 13px;
    display: inline-block;
    width: 70px;
    margin-left: -15px;
    color: #fff;
    text-align: center;
}

span[class*="third-btn"] {
    font-size: 13px;
    display: inline-block;
    margin-top: auto;
    color: #fff;
    width: 62px;
    margin-left: -14px;
    text-align: center;
    border: 1px solid #87898E;
}

span[class*="clicked"] {
    color: #fbfbfb;
    background: #ABACB0;
}

.active-first {
    border: 1px solid #ABACB0;
    font-size: 13px;
    display: inline-block;
    width: 45px;
    color: #fff;
    text-align: center;
    background: #909399;
}

.active-second {
    border: 1px solid #ABACB0;
    font-size: 13px;
    display: inline-block;
    width: 70px;
    margin-left: -15px;
    color: #fff;
    text-align: center;
    background: #909399;
}

.active-third {
    font-size: 13px;
    display: inline-block;
    margin-top: auto;
    color: #fff;
    width: 62px;
    margin-left: -14px;
    text-align: center;
    border: 1px solid #ABACB0;
    background: #909399;
}

s {
    color: red;
    font-size: 0.9em;
    margin-left: 1px;
}

.top-filter1 {
    display: inline-block;
    top: 2px;
    right: 300px;
}

.top-filter1 label.show {
    display: block;
    color: #777;
    font-weight: 500;
    font-size: 0.7em;
}

.top-filter1 select.for_show {
    border-radius: 0px;
    width: 6em;
    border: 2px solid #eaeaea;
    display: inline-block;
    height: 3.7em;
    line-height: 32px;
    color: #777;
    box-shadow: none;
    margin-right: 10px;
    font-size: 0.7em;
}

.top-filter1 select.for_show:focus {
    border: 1px solid #eaeaea;
    box-shadow: none;
}

.top-filter2 {
    margin-bottom: 15px;
}

.top-filter2 label.sort {
    display: block;
    color: #777;
    font-weight: 100;
}

.top-filter2 select.for_sort {
    border-radius: 0px;
    width: 11em;
    border: 2px solid #eaeaea;
    display: inline-block;
    height: 3.7em;
    line-height: 32px;
    color: #777;
    box-shadow: none;
    font-size: 0.7em;
}

.top-filter2 select.for_sort:focus {
    border: 1px solid #eaeaea;
    box-shadow: none;
}

.chk {
    height: 20px;
    line-height: 20px;
    color: #777;
    font-size: 0.7em;
    padding-bottom: 3em;
}

label.sort {
    font-size: 0.7em !important;
    font-weight: 400;
}

.top-filter2 {
    margin-bottom: 15px;
}

.top-filter2 label.sort {
    display: block;
    color: #777;
    font-weight: 100;
}

.top-filter2 select.for_sort {
    border-radius: 0px;
    width: 11em;
    border: 2px solid #eaeaea;
    display: inline-block;
    height: 3.7em;
    line-height: 32px;
    color: #777;
    box-shadow: none;
    font-size: 0.7em;
}

.top-filter2 select.for_sort:focus {
    border: 1px solid #eaeaea;
    box-shadow: none;
}

.mobile_filter {
    width: 100%;
    height: auto;
    padding-top: 1em;
    display: none;
    border-bottom: 2px solid #efefef;
}

.mobile_filter div {
    padding-bottom: 1em;
}

.mobile_filter label {
    font-size: 1em;
}

.mobile_filter select {
    border-radius: 0px;
    border: 2px solid #eaeaea;
    display: block;
    height: 3.7em;
    line-height: 32px;
    color: #777;
    box-shadow: none;
    font-size: 0.7em;
}

.mobile_filter select:focus {
    border: 1px solid #eaeaea;
    box-shadow: none;
}

.mobile_filter_toggle_btn {
    display: inline-block;
    font-size: 0.8em;
    border: 2px solid #777;
    color: #777;
    cursor: pointer;
    padding: 5px 20px;
    margin-top: -1px;
    float: right;
    text-align: center;
}

.mobile_filter_toggle_wrap {
    padding-bottom: 2em;
}

.mobile_discount_tag {
    width: 0px;
    height: 0px;
    border-top: 45px solid #dd4f05;
    border-left: 45px solid transparent;
    float: right;
    margin-top: -6px;
    margin-right: -6px;
}

.d_tg {
    float: right;
    -webkit-transform: rotate(47deg);
    writing-mode: tb-rl;
    color: #ffffff;
    font-weight: 700;
    margin-right: -47px;
    margin-top: -4px;
    text-shadow: rgba(239, 239, 239, 0.298039) 0px 1px 0px;
    font-size: 5px;
}

.d_tg .percent {
    display: block;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
}

.d_tg .off {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: -5px;
    margin-right: 6px;
}

.star-color {
    color: #FFC125;
}

.d-color {
    color: #FFC125;
}

#star_rating {
    width: 100px;
    height: 25px;
    position: absolute;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
}

.the_filter {
    padding: 0px;
    height: auto;
}

.the_filter .filter_wrapper {
    border: 1px solid #f7f7f7;
}

.the_filter .filter_wrapper .d-ctegry .nav-list #head {
    background: #dc4e04;
    color: #fff;
}

.the_filter .filter_wrapper .d-ctegry .nav-list #head span {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 1em;
}

.the_filter .filter_wrapper .d-ctegry .nav-list li {
    list-style-type: none;
    margin: -1px 0 0;
}

.the_filter .filter_wrapper .d-ctegry .nav-list li>a {
    background: none;
    display: block;
}

.the_filter .filter_wrapper .d-ctegry .nav-list li>a :hover {
    background: none;
}

.the_filter .filter_wrapper .d-ctegry .nav-list li .mother {
    padding: 12px 10px;
    width: 100%;
    border-bottom: 0px;
    margin: 0px;
    color: #596377;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    background: #fdfdfd;
    clear: both;
}

.the_filter .filter_wrapper .d-ctegry .nav-list li .mother .catt {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
}

.the_filter .filter_wrapper .d-ctegry .nav-list li .mother .catt1 {
    display: inline-block;
    width: 5%;
    text-align: right;
}

.the_filter .filter_wrapper .d-ctegry .nav-list li .mother:hover {
    background: #f8f8f8;
}

.the_filter .filter_wrapper .d-ctegry .nav-list li .icon {
    color: #596377;
    font-size: 10px;
    padding-top: 4px;
    float: right;
}

.the_filter .filter_wrapper .d-ctegry .nav-list li .nested-icon {
    color: #596377;
    font-size: 10px;
    margin-right: 30px;
}

.the_filter .filter_wrapper .d-ctegry .nav-list li a {
    text-decoration: none;
    color: #dd4f05;
    font-size: 15px;
    font-weight: 400;
    border-top: 1px solid #f7f7f7;
}

.the_filter .filter_wrapper .d-ctegry .nav-list li a :hover {
    color: #dc4e04;
}

.the_filter .filter_wrapper .d-ctegry .nav-list .nested {
    color: #596377;
    border: none;
    padding: 5px;
    padding-left: 50px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
}

.the_filter .filter_wrapper .d-ctegry .nav-list .nested:hover {
    color: #dc4e04;
}

.the_filter .filter_wrapper .d-ctegry .nav-list .nested:hover {
    color: #dc4e04;
}

.six_child_container {
    width: 100%;
    height: 40em;
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
}

.six_child_container>a:first-child div {
    display: block;
    position: absolute;
    background-color: #fff;
    width: 50%;
    height: 50%;
    top: 0;
    right: 0;
    left: 0;
    border-right: 7px solid #FBFBFB;
    border-bottom: 7px solid #FBFBFB;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.six_child_container>a:nth-child(2) div {
    display: block;
    position: absolute;
    background-color: #fff;
    width: 50%;
    height: 25%;
    top: 50%;
    right: 0;
    left: 0;
    border-right: 7px solid #FBFBFB;
    border-bottom: 7px solid #FBFBFB;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.six_child_container>a:nth-child(3) div {
    display: block;
    position: absolute;
    background-color: #fff;
    width: 50%;
    height: 25%;
    bottom: 0;
    right: 0;
    left: 0;
    border-right: 7px solid #FBFBFB;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.six_child_container>a:nth-child(4) div {
    display: block;
    position: absolute;
    background-color: #fff;
    width: 50%;
    height: 25%;
    bottom: 0;
    right: 0;
    border-left: 7px solid #FBFBFB;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.six_child_container>a:nth-child(5) div {
    display: block;
    position: absolute;
    background-color: #fff;
    width: 50%;
    height: 25%;
    top: 50%;
    right: 0;
    border-left: 7px solid #FBFBFB;
    border-bottom: 7px solid #FBFBFB;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.six_child_container>a:nth-child(6) div {
    display: block;
    position: absolute;
    background-color: #fff;
    width: 50%;
    height: 50%;
    top: 0;
    right: 0;
    border-left: 7px solid #FBFBFB;
    border-bottom: 7px solid #FBFBFB;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.six_child_container>a:nth-child(n>6) div {
    display: none;
}

.title_container {
    clear: both;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    line-height: 15px;
    vertical-align: middle;
    margin-bottom: 10px;
    font-size: 0.8em;
}

.grayscale {
    transition: all 0.9s ease-in-out !important;
}

.grayscale.grayscale-fade {
    transition: all 0.6s ease-in-out !important;
}

.page_ad_wrap {
    width: auto;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 5px;
    margin: auto;
    display: none;
    z-index: 1000;
}

.page_ad_wrap .page_ad {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 150px;
    height: 150px;
    border: 2px solid #ccc;
    box-shadow: 0 0 5px #ccc;
}

.page_ad_wrap .close_popup {
    position: absolute;
    right: -27px;
    top: -17px;
    font-size: 1.3em;
    color: #ccc;
    cursor: pointer;
    border: 2px solid;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    text-align: center;
    padding-top: 1px;
}

.visible {
    display: block;
}

.d_animation {
    animation-duration: 0.5s;
}

.invisible {
    display: none;
}

.d-hidden-description {
    visibility: hidden !important;
    display: none !important;
}

.new_advat .bx-viewport {
    border: none !important;
    box-shadow: none;
    background-color: transparent;
    height: auto !important;
}

.new_advat .bx-viewport .slider-content {
    z-index: 10000;
    width: 100%;
}

.bx-viewport {
    height: 7em !important;
}

.transaction-box {
    text-align: center;
    margin-top: 20em;
    margin-bottom: 5em;
}

#mobileCart .product-preview .thumbnails-wrapper {
    width: 100%;
    height: auto;
}

#mobileCart .product-preview .thumbnails-wrapper ul {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: auto;
}

#mobileCart .product-preview .thumbnails-wrapper ul li.thumbs {
    width: 18%;
    height: 57px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    cursor: pointer;
}

#mobileCart .product-preview .thumbnails-wrapper ul li.thumbs img {
    width: 60px;
    height: 60px;
    border: 4px solid white;
    max-width: 100%;
    margin: auto;
    border: 1px solid rgba(100, 100, 100, 0.3);
    box-shadow: 0px 0px 1px rgba(100, 100, 100, 0.6);
}

#mobileCart .product-preview .thumbnails-wrapper ul li.thumbs.active,
#mobileCart .product-preview .thumbnails-wrapper ul li.thumbs:hover {
    border: 1px solid #eaeaea;
}

#mobileCart .product-preview .largeImage {
    width: 100%;
    height: auto;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#mobileCart .product-preview .largeImage img {
    width: auto;
    height: auto;
    margin: auto;
}

#mobileCart .product-description {
    padding: 20px 3px 0;
}

#mobileCart .product-description .ratting-wrap .rating-sm {
    font-size: 1em;
}

#mobileCart .product-description .merchantName {
    font-size: 11px;
    margin-bottom: 5px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
}

#mobileCart .product-description .merchantName a {
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

#mobileCart .product-description .productName {
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    display: block;
    color: #333;
    margin-bottom: 5px;
}

#mobileCart .product-description .priceWrap {
    margin-bottom: 5px;
}

#mobileCart .product-description .priceWrap span {
    display: inline-block;
    padding-right: 10px;
}

#mobileCart .product-description .priceWrap .price {
    font-size: 18px;
    font-weight: 500;
    color: #dc4e04;
}

#mobileCart .product-description .priceWrap .slash {
    font-size: 11px;
    color: red;
}

#mobileCart .product-description .priceWrap .discountOff {
    color: red;
    font-size: 11px;
}

#mobileCart .product-description .form-section {
    width: 100%;
    padding-top: 10px;
}

.price {
    color: #dc4e04;
}

#mobileCart .product-description .form-section .variant-section {
    width: 85%;
    height: auto;
    float: left;
    padding-right: 10px;
    position: relative;
}

#mobileCart .product-description .form-section .variant-section .text {
    position: relative;
    border: 2px solid #e1e1e1;
    height: 45px;
    cursor: pointer;
    margin-bottom: 10px;
}

#mobileCart .product-description .form-section .variant-section .text input {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    position: relative;
    padding: 0 10px;
}

#mobileCart .product-description .form-section .variant-section .variant {
    position: relative;
    border: 2px solid #e1e1e1;
    height: 45px;
    cursor: pointer;
    margin-bottom: 10px;
}

#mobileCart .product-description .form-section .variant-section .variant select {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    position: relative;
    cursor: pointer;
    padding: 0 10px;
}

#mobileCart .product-description .form-section .variant-section .variant select:focus {
    box-shadow: none;
    outline: none;
}

#mobileCart .product-description .form-section .variant-section .variant i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    color: #515860;
    font-size: .9em;
    z-index: 0;
}

#mobileCart .product-description .form-section .digit-section {
    width: 15%;
    height: auto;
    float: right;
    position: relative;
}

#mobileCart .product-description .form-section .digit-section .mobileDigit {
    position: relative;
    border: 2px solid #e1e1e1;
    height: 45px;
    cursor: pointer;
}

#mobileCart .product-description .form-section .digit-section .mobileDigit input {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0 10px;
    text-align: center;
}

#mobileCart .product-description .form-section .digit-section .mobileDigit input:focus {
    box-shadow: none;
    outline: none;
}

#mobileCart .product-description .form-section .digit-section .mobileDigit i {
    position: absolute;
    right: 10px;
    top: 35%;
    color: #515860;
    font-size: .9em;
    z-index: 0;
}

#mobileCart .product-description .form-section .variant-section .has-error,
#mobileCart .product-description .form-section .digit-section .has-error {
    border-color: #b94a48;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#mobileCart .product-description .add2cart {
    color: #fff;
    text-transform: uppercase;
    height: 45px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #5bb75b;
    background: #5bb75b;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    font-weight: 600;
}

#mobileCart .product-description .xtraLinks {
    width: 100%;
}

#mobileCart .product-description .xtraLinks ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

#mobileCart .product-description .xtraLinks ul li {
    display: inline-block;
    padding-right: 5px;
    font-size: 13px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.4);
}

#mobileCart .product-description .xtraLinks ul li a {
    font-size: 13px;
    color: inherit;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
}

#mobileCart .product-extras {
    position: relative;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-top: 1px solid #f7f7f7;
}

#mobileCart .product-extras .extra {
    padding: 10px 0px;
}

#mobileCart .product-extras .extra:nth-child(even) {
    background: #ffffff;
}

#mobileCart .product-extras .extra .extraName {
    text-align: left;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 90%;
    color: #565656;
}

#mobileCart .product-extras .extra .extraContent {
    text-align: left;
    font-size: 14px;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.page-popup-wrap .page-popup .button-section a,
.page-popup-wrap .page-popup .button-section span {
    display: inline-block;
    padding: 10px 29px;
    border-radius: 3px !important;
    color: #333;
    border: 1px solid #666666;
}

.page-popup-wrap .page-popup .button-section input[type=submit] {
    display: inline-block;
    padding: 10px 29px;
    border-radius: 3px !important;
    color: #333;
    border: 1px solid #666666;
    background-color: #449d44;
}

.page-popup-wrap .page-popup .button-section input[type=submit] {
    background: none;
}

.page-popup-wrap .page-popup .button-section input[type=submit]:hover {
    background-color: #449d44;
    color: #ffffff;
    border: 1px solid transparent;
}

.modal-backdrop {
    z-index: 10 !important;
}

div.bid_history_inner .bid_history_item:nth-child(odd) {
    background: #ebebeb;
}

.signup_tab_active {
    background: #dc4e04;
    color: white !important;
    -webkit-transition: background 2s, color 2s;
    transition: background 2s, color 2s;
}

.close-x.close {
    opacity: 1 !important;
}

.add_to_cart_item {
    display: flex;
    padding: 5px;
}

.add_to_cart_item form[name="cart_form"] {
    width: 100%;
}

.variant_add_to_cart {
    background-color: #fff;
    /* border-radius: 0px; */
    /* border: 0.1em solid #e9e9e9; */
    border: 1px solid rgba(200, 200, 200, 0.4) !important;
    /* box-shadow: none; */
    width: 100%;
    /* padding: 5px 0; */
    padding: 5px 3px;
    margin-bottom: 10px;
    /* background: transparent; */
    /* outline: 0; */
    -webkit-appearance: menulist !important;
}

.qty_add_to_cart {
    font-size: 12px;
    width: 50%;
    padding: 6px 3px;
    text-align: center;
    color: black;
    border: 1px solid rgba(200, 200, 200, 0.4) !important;
    background: #fff;
    float: left;
}

.btn_add_to_cart {
    font-size: 12px;
    background: #dc4e04;
    color: #fff !important;
    width: 63px;
    height: 29px !important;
    padding: 6px 3px;
    text-align: center;
    border: none !important;
    position: relative;
    float: right;
}

.btn_add_to_cart:focus {
    outline: 0;
    border: 0;
    height: inherit;
    font-size: 12px;
}

.cart-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.cart-container p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.cart-container .cart-container__builder {
    width: 100%;
    margin-top: 4em;
}

.shipping-address-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1em;
    margin-top: 4.5em;
    justify-content: flex-start;
    align-items: center;
}

.shipping-address {
    padding: 5px;
    margin-left: 0.35em;
    margin-bottom: 0.35em;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fafafa;
    border: 1px solid #e1e1e1;
}

.shipping-address__item {
    width: 100%;
}

.shipping-address__item .add-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

span.add_address {
    display: block;
    text-align: center;
}

.shipping-address__item .add-address i.fa-plus-circle {
    font-size: 100px;
    left: 30px;
    bottom: 10px;
    color: #ccdeef;
}

.shipping-address.show_address_form a {
    color: inherit;
}

.shipping-address__item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.shipping-address__name,
.shipping-address__phone,
.shipping-address__edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.shipping-address__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

sa__icon {
    margin-right: 1em;
    color: #333;
}

.shipping-address__edit a {
    text-decoration: none;
    color: steelblue;
    letter-spacing: 1px;
}

.select-info__option {
    background-color: #fff;
    float: right;
    top: 9px;
    right: -15px;
    color: #555;
    padding: 5px 7px;
}

.select-info {
    margin-left: 0;
    border: 2px solid #f2f2f2;
    margin-top: 50px;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 60vh;
}

.select-info__sign {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dc4e04;
    border: 1px solid #d1d1d1;
    -webkit-animation: breathing 7s ease-out infinite normal;
    animation: breathing 7s ease-out infinite normal;
    font-size: 24px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.select-info__sign p {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

@-webkit-keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.cart-receipt {
    border: 1px solid #f2f2f2;
    font-size: 14px;
    margin-bottom: 1em;
}

.cart-receipt a {
    text-decoration: none;
    color: inherit;
}

.cart-receipt__inner form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cart-receipt__header {
    background: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
}

.cart-receipt__header-logo {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    flex-shrink: 1;
}

.cart-checkout-btn {
    border: none !important;
    background: limegreen;
    color: white;
}

.cart-receipt__header-logo img {
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.c-r__h-w {
    flex: 1;
    align-items: center;
    display: flex;
}

.cart-receipt__header_name {
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: center;
}

.cart-receipt__header_name p:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
}

.cart-receipt__header_name p a {
    display: inline-block;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    color: inherit;
}

.cart-receipt__header_details {
    display: flex;
    justify-content: space-between;
    width: 90%;
    font-weight: lighter;
    font-size: 8px;
}

.cart-receipt__header_details p {
    color: white;
    background: #9E0C0E;
    padding: 2px 3px;
    border-radius: 2px;
    height: 15px;
    margin-right: 2px;
}

.cart-receipt__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 5px 5px;
    position: relative;
    border-bottom: 0.1px solid #eee;
    margin-bottom: 2px;
}

.cart-receipt__inner:last-child {
    border: 0 !important;
    margin-bottom: 0;
}

a.close-ribbon {
    position: absolute;
    bottom: 5.5em;
    right: -0.5em;
    z-index: 1;
    color: #eee;
    font-size: 1.4em;
    cursor: pointer;
    width: 1.5em;
    line-height: 0.5em;
    -webkit-transition: line-height 0.5s;
    transition: line-height 0.5s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: center;
}

a.close-ribbon:before {
    content: "";
    font-size: 0.5em;
    position: absolute;
    border-style: solid;
    border-color: transparent transparent #999 transparent;
    top: -1em;
    right: 3em;
    border-width: 0 0 1em 0.7em;
    z-index: -1;
}

a.close-ribbon:after {
    content: "";
    font-size: 0.5em;
    position: absolute;
    height: 3.8em;
    border: 1.5em solid #ccc;
    z-index: -1;
    top: -1em;
    border-top-width: 1.5em;
    border-bottom-color: transparent;
    right: 0;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.cart-receipt__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cart-receipt__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 50px;
    max-height: 50px;
    max-width: 50px;
    border: 4px solid white;
    box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.6);
    margin-right: 0.5em;
}

.cart-receipt__image img {
    width: 75%;
    max-width: 75%;
    height: 100%;
    max-height: 100%;
}

.cart-receipt__details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.cart-receipt__details p {
    width: 100%;
    color: #444;
    font-size: 12px;
}

.cart-receipt__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    margin-top: 5px;
}

.cart-receipt__inputs .price,
.cart-receipt__footer .price {
    color: #dc4e04;
    font-size: 12px;
}

.quantity {
    width: 50px;
    padding: 3px;
    border: 1px solid #bbb;
    text-align: center;
}

.cart-receipt__subtotal-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #f2f2f2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 5px;
    color: #555;
}

.cart-receipt__select {
    background: transparent;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 0.825em;
    font-weight: bold;
    color: #444;
}

.cart-receipt__subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-receipt__subtotal p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
}

.cart-receipt__subtotal p span {
    font-size: 0.85em;
}

.cart-receipt__subtotal p:first-child span:first-child {
    color: #dc4e04;
    margin-right: 0.5em;
}

.cart-receipt__button {
    background: #dc4e04;
    color: #fff;
    width: 20%;
    padding: 5px 3px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    outline: none;
    line-height: 17px;
}

.cart-receipt__button--buy {
    background: #5BB75C;
    color: #fff;
    width: 58%;
    font-size: 10px;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1px solid transparent !important;
    cursor: pointer;
    outline: none;
}

.cart-receipt__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #f2f2f2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 5px;
    border-top: none;
}

.cart-receipt__footer div:last-child {
    margin-right: 0;
    width: 72%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-checkout-btn {
    background: #5bb75b;
    border: none !important;
    color: white;
}

.cart-receipt__footer div:last-child button {
    width: 35%;
}

.payment-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pay-confirm__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pay-confirm__wrapper.user_add {
    margin-bottom: 2em;
}

.pay-option,
.pay-confirm {
    border: 1px solid #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.875em;
    width: 100%;
    padding: 10px 0;
}

.pay-option {
    width: 100%;
}

.pay-option__inner {
    padding-left: 10px;
    padding-right: 10px;
}

.pay-confirm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 5px;
    padding-right: 5px;
}

.pay-option__header {
    border-bottom: 1px dashed #d3d3d3;
    padding-bottom: 2px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 5px 0;
}

.pay-option__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}

.warning {
    color: crimson;
}

.pay-confirm__total {
    padding-bottom: 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.pay-confirm .total {
    color: #dc4e04;
}

.pay-confirm__total h5 {
    font-weight: 500;
}

.pay-confirm__subtotal {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.pay-confirm__subtotal p {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    font-weight: lighter;
}

.pay-confirm__total.user_add,
.pay-confirm__subtotal.user_add {
    width: 100%;
}

.pay-confirm__disclaimer {
    padding-bottom: 5px;
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    font-size: 0.8em;
}

.pay-confirm__disclaimer input,
.pay-confirm__disclaimer label {
    margin: 0;
}

.pay-confirm__button {
    color: #fff;
    background: #dc4e04;
    padding: 10px 15px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid transparent;
    font-size: 10px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    width: 100%;
}

a.pay-confirm__button:active {
    background: #dc4e04;
}

a.pay-confirm__button:visited {
    text-decoration: none;
    color: #fff;
}

.address_form.uni-cart-add {
    margin-bottom: 1.5em;
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -15%, 0);
        transform: translate3d(0, -5%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.user_address_flash {
    animation-name: flash;
    background: rgba(255, 0, 0, 0.6);
    color: white;
    font-size: 0.8em;
    padding: 5px 7px;
}

.form-group label.form-inline {
    display: block;
}

.address-pay {
    border: 1px solid rgba(200, 200, 200, 0.4);
    padding: 15px 10px;
    margin-bottom: 10px;
    margin-top: -20px;
}

.checkbox_list {
    display: flex;
    flex-direction: column;
}

.address-pay .form-group {
    margin-bottom: 10px;
}

.address-pay article:nth-child(3) {
    display: flex;
    justify-content: center;
}

input.button_2.showModal {
    border-radius: 5px !important;
    border: none;
    background: #5bb75b;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 0;
}

.payment-notification {
    border: 1px solid rgba(200, 200, 200, 0.4);
    padding: 10px 10px;
    margin-bottom: 0.5em;
    background: #9e0c0c;
    color: #fff;
    font-weight: 400;
}

#chs_s_s {
    border-radius: 0;
    display: inline-block;
    float: right;
    padding: 8px 3px;
}

.sk-three-bounce .sk-child {
    background: #fff !important;
    width: 10px !important;
    height: 10px !important;
}

#mkDonation {
    padding: 0 10px;
    background: #dc4e04;
    color: #fff;
}

#mkDonation div {
    display: inline-block;
    margin: 10px 0;
    line-height: 32px;
}

#mkDonation div label {
    color: #fff;
    margin: 0;
    display: inline-block;
    font-weight: normal;
    cursor: pointer;
}

#mkDonation div input {
    cursor: pointer;
}

.add_to_cart_item {
    display: flex;
    padding: 5px;
}

.variant_add_to_cart {
    background-color: #fff;
    /* border-radius: 0px; */
    /* border: 0.1em solid #e9e9e9; */
    border: 1px solid rgba(200, 200, 200, 0.4) !important;
    /* box-shadow: none; */
    width: 100%;
    /* padding: 5px 0; */
    padding: 5px 3px;
    margin-bottom: 10px;
    /* background: transparent; */
    /* outline: 0; */
    -webkit-appearance: menulist !important;
}

.qty_add_to_cart {
    font-size: 12px;
    width: 50%;
    padding: 6px 3px;
    text-align: center;
    color: black;
    border: 1px solid rgba(200, 200, 200, 0.4) !important;
    background: #fff;
    float: left;
}

.btn_add_to_cart {
    font-size: 12px;
    background: #dc4e04;
    color: #fff !important;
    width: 63px;
    height: 29px !important;
    padding: 6px 3px;
    text-align: center;
    border: none !important;
    position: relative;
    float: right;
}

.btn_add_to_cart:focus {
    outline: 0;
    border: 0;
    height: inherit;
    font-size: 12px;
}

.cart-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.cart-container p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.cart-container .cart-container__builder {
    width: 100%;
    margin-top: 4em;
}

.shipping-address-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1em;
    margin-top: 4.5em;
    justify-content: flex-start;
    align-items: center;
}

.shipping-address {
    padding: 5px;
    margin-left: 0.35em;
    margin-bottom: 0.35em;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fafafa;
    border: 1px solid #e1e1e1;
}

.shipping-address__item {
    width: 100%;
}

.shipping-address__item .add-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

span.add_address {
    display: block;
    text-align: center;
}

.shipping-address__item .add-address i.fa-plus-circle {
    font-size: 100px;
    left: 30px;
    bottom: 10px;
    color: #ccdeef;
}

.shipping-address.show_address_form a {
    color: inherit;
}

.shipping-address__item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.shipping-address__name,
.shipping-address__phone,
.shipping-address__edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.shipping-address__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

sa__icon {
    margin-right: 1em;
    color: #333;
}

.shipping-address__edit a {
    text-decoration: none;
    color: steelblue;
    letter-spacing: 1px;
}

.select-info {
    margin-left: 0;
    border: 2px solid #f2f2f2;
    margin-top: 50px;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 60vh;
}

.select-info__sign {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dc4e04;
    border: 1px solid #d1d1d1;
    -webkit-animation: breathing 7s ease-out infinite normal;
    animation: breathing 7s ease-out infinite normal;
    font-size: 24px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.select-info__sign p {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

@-webkit-keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.cart-receipt {
    border: 1px solid #f2f2f2;
    font-size: 14px;
    margin-bottom: 1em;
}

.cart-receipt a {
    text-decoration: none;
    color: inherit;
}

.cart-receipt__inner form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cart-receipt__header {
    background: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
}

.cart-receipt__header-logo {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    flex-shrink: 1;
}

.cart-checkout-btn {
    border: none !important;
    background: limegreen;
    color: white;
}

.cart-receipt__header-logo img {
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.c-r__h-w {
    flex: 1;
    align-items: center;
    display: flex;
}

.cart-receipt__header_name {
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: center;
}

.cart-receipt__header_name p:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
}

.cart-receipt__header_name p a {
    display: inline-block;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    color: inherit;
}

.cart-receipt__header_details {
    display: flex;
    justify-content: space-between;
    width: 90%;
    font-weight: lighter;
    font-size: 8px;
}

.cart-receipt__header_details p {
    color: white;
    background: #9E0C0E;
    padding: 2px 3px;
    border-radius: 2px;
    height: 15px;
    margin-right: 2px;
}

.cart-receipt__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 5px 5px;
    position: relative;
    border-bottom: 0.1px solid #eee;
    margin-bottom: 2px;
}

.cart-receipt__inner:last-child {
    border: 0 !important;
    margin-bottom: 0;
}

a.close-ribbon {
    position: absolute;
    bottom: 5.5em;
    right: -0.5em;
    z-index: 1;
    color: #eee;
    font-size: 1.4em;
    cursor: pointer;
    width: 1.5em;
    line-height: 0.5em;
    -webkit-transition: line-height 0.5s;
    transition: line-height 0.5s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: center;
}

a.close-ribbon:before {
    content: "";
    font-size: 0.5em;
    position: absolute;
    border-style: solid;
    border-color: transparent transparent #999 transparent;
    top: -1em;
    right: 3em;
    border-width: 0 0 1em 0.7em;
    z-index: -1;
}

a.close-ribbon:after {
    content: "";
    font-size: 0.5em;
    position: absolute;
    height: 3.8em;
    border: 1.5em solid #ccc;
    z-index: -1;
    top: -1em;
    border-top-width: 1.5em;
    border-bottom-color: transparent;
    right: 0;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.cart-receipt__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cart-receipt__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 50px;
    max-height: 50px;
    max-width: 50px;
    border: 4px solid white;
    box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.6);
    margin-right: 0.5em;
}

.cart-receipt__image img {
    width: 75%;
    max-width: 75%;
    height: 100%;
    max-height: 100%;
}

.cart-receipt__details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.cart-receipt__details p {
    width: 100%;
    color: #444;
    font-size: 12px;
}

.cart-receipt__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    margin-top: 5px;
}

.cart-receipt__inputs .price,
.cart-receipt__footer .price {
    color: #dc4e04;
    font-size: 12px;
}

.quantity {
    width: 50px;
    padding: 3px;
    border: 1px solid #bbb;
    text-align: center;
}

.cart-receipt__subtotal-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #f2f2f2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 5px;
    color: #555;
}

.cart-receipt__select {
    background: transparent;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 0.825em;
    font-weight: bold;
    color: #444;
}

.cart-receipt__subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-receipt__subtotal p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
}

.cart-receipt__subtotal p span {
    font-size: 0.85em;
}

.cart-receipt__subtotal p:first-child span:first-child {
    color: #dc4e04;
    margin-right: 0.5em;
}

.cart-receipt__button {
    background: #dc4e04;
    color: #fff;
    width: 20%;
    padding: 5px 3px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    outline: none;
    line-height: 17px;
}

.cart-receipt__button--buy {
    background: #5BB75C;
    color: #fff;
    width: 58%;
    font-size: 10px;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1px solid transparent !important;
    cursor: pointer;
    outline: none;
}

.cart-receipt__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #f2f2f2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 5px;
    border-top: none;
}

.cart-receipt__footer div:last-child {
    margin-right: 0;
    width: 72%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-checkout-btn {
    background: #5bb75b;
    border: none !important;
    color: white;
}

.cart-receipt__footer div:last-child button {
    width: 35%;
}

.payment-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pay-confirm__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pay-confirm__wrapper.user_add {
    margin-bottom: 2em;
}

.pay-option,
.pay-confirm {
    border: 1px solid #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.875em;
    width: 100%;
    padding: 10px 0;
}

.pay-option {
    width: 100%;
}

.pay-option__inner {
    padding-left: 10px;
    padding-right: 10px;
}

.pay-confirm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 5px;
    padding-right: 5px;
}

.pay-option__header {
    border-bottom: 1px dashed #d3d3d3;
    padding-bottom: 2px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 5px 0;
}

.pay-option__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}

.warning {
    color: crimson;
}

.pay-confirm__total {
    padding-bottom: 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.pay-confirm .total {
    color: #dc4e04;
}

.pay-confirm__total h5 {
    font-weight: 500;
}

.pay-confirm__subtotal {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.pay-confirm__subtotal p {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    font-weight: lighter;
}

.pay-confirm__total.user_add,
.pay-confirm__subtotal.user_add {
    width: 100%;
}

.pay-confirm__disclaimer {
    padding-bottom: 5px;
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    font-size: 0.8em;
}

.pay-confirm__disclaimer input,
.pay-confirm__disclaimer label {
    margin: 0;
}

.pay-confirm__button {
    color: #fff;
    background: #dc4e04;
    padding: 10px 15px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid transparent;
    font-size: 10px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    width: 100%;
}

a.pay-confirm__button:active {
    background: #dc4e04;
}

a.pay-confirm__button:visited {
    text-decoration: none;
    color: #fff;
}

.address_form.uni-cart-add {
    margin-bottom: 1.5em;
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -15%, 0);
        transform: translate3d(0, -5%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.user_address_flash {
    animation-name: flash;
    background: rgba(255, 0, 0, 0.6);
    color: white;
    font-size: 0.8em;
    padding: 5px 7px;
}

.form-group label.form-inline {
    display: block;
}

.address-pay {
    border: 1px solid rgba(200, 200, 200, 0.4);
    padding: 15px 10px;
    margin-bottom: 10px;
    margin-top: -20px;
}

.checkbox_list {
    display: flex;
    flex-direction: column;
}

.address-pay .form-group {
    margin-bottom: 10px;
}

.address-pay article:nth-child(3) {
    display: flex;
    justify-content: center;
}

input.button_2.showModal {
    border-radius: 5px !important;
    border: none;
    background: #5bb75b;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 0;
}

.payment-notification {
    border: 1px solid rgba(200, 200, 200, 0.4);
    padding: 10px 10px;
    margin-bottom: 0.5em;
    background: #9e0c0c;
    color: #fff;
    font-weight: 400;
}

.review_header {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
}

.sk-three-bounce .sk-child {
    background: #fff !important;
    width: 10px !important;
    height: 10px !important;
}

img.merchantcustomimage {
    max-width: 100px !important;
}

.uni_cart_payment_options label.checker {
    display: block;
}

.button_2 {
    border-radius: 5px !important;
    border: none;
    background: #5bb75b;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 0;
}

.brnd_mkt {
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 30px;
    height: 300px;
    display: flex;
}

.brnd_mkt .brnds {
    display: block;
    height: 100%;
    width: 100%;
    flex-grow: 1;
}

.brnd_mkt .brnds ul {
    padding-left: 1%;
    padding-top: 0.5%;
    margin: 0;
}

.brnd_mkt .brnds ul li {
    display: inline-block;
    width: 16.5%;
    height: 95px;
    overflow: hidden;
    text-align: center;
}

.brnd_mkt .brnds ul li img {
    height: 90px;
    max-width: 80%;
}

.brnd_mkt .brnds ul li img:hover {
    transform: scale(1.05);
}

.brnd_camp {
    height: 300px;
    background-color: #fafafa;
    background-repeat: no-repeat;
    width: 49.8%;
    display: inline-block;
}

.brnd_camp.l {
    margin-left: 0.2%;
    float:right;
}

.brnd_camp.r {
    margin-left: 0.2%;
    float:left;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-rendering: optimizelegibility;
}

#error .logo {
    background: #f7f7f7;
    width: 100%;
    padding: 0.5em;
    height: 3em;
}

#error .logo>a {
    width: 8em;
    display: block;
}

#error .logo>a img {
    margin: auto;
    width: 100%;
}

#error .error_message {
    width: 100%;
}

#error .error_message .back {
    margin: auto;
    position: absolute;
    z-index: -1;
    color: #efefef;
    font-size: 10.5em;
    opacity: 0.5;
    font-weight: 600;
}

#error .error_message .err {
    font-size: 5em;
    color: #606060;
    z-index: 5;
    font-weight: 600;
    margin-left: 0px;
}

#error .error_message h6 {
    font-size: 2em;
    color: #dd4f05;
    margin-left: 2em;
    z-index: 5;
}

#error .error_message h2 {
    color: #606060;
    font-size: 1.5em;
    z-index: 5;
    margin-left: 2em;
    margin-bottom: 1em;
}

#error .error_message p {
    color: #606060;
    z-index: 5;
    margin-left: 2em;
}

#error .error_message p a {
    text-decoration: none;
    color: #dd4f05;
}

.mobile-wrapper {
    margin: 0px auto;
    padding: 0px 10px;
    max-width: 1920px;
    min-width: 140px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 50;
}

.mobilecontent-wrap {
    padding: 10px 10px;
    overflow: hidden;
    position: relative;
    z-index: 50;
}

.mobile-cont {
    width: 100%;
}

.mobile-full {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    min-width: 140px;
    position: relative;
    z-index: 50;
}

#contactus {
    background: #fcfcfc;
}

#contactus .whole-wrap {
    width: 100%;
}

#contactus .whole-wrap .left-info {
    width: 100%;
    height: auto;
}

#contactus .whole-wrap .left-info h3 {
    font-size: 1.5em;
}

#contactus .whole-wrap .left-info p {
    font-size: 0.9em;
}

#contactus .whole-wrap .left-info h2 {
    color: #444444;
    padding-bottom: 1em;
}

#contactus .whole-wrap .left-info .contact_info {
    padding: 1%;
    background: transparent;
    height: 100%;
    overflow: hidden;
}

#contactus .whole-wrap .left-info .contact_info .contact-us h3 {
    color: #dd4f05;
    margin-bottom: 0.5em;
}

#contactus .whole-wrap .left-info .contact_info .more-infoo h3 {
    color: #dd4f05;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#contactus .whole-wrap .left-info .contact_info .social-med {
    margin-top: 0.5em;
    text-align: left;
    font-size: 1.5em;
}

#contactus .whole-wrap .left-info .contact_info .social-med .iconn {
    font-size: 0.7em;
    height: 1em;
    line-height: 1em;
    margin-left: 1em;
    color: #333333;
}

#contactus .whole-wrap .left-info .contact_info .social-med .iconn:active {
    color: #dc4e04;
}

#contactus .whole-wrap .form-wrapp {
    width: 100%;
    margin-bottom: 0.6em;
}

#contactus .whole-wrap .form-wrapp p {
    font-size: 0.8em;
    margin-top: 1em;
}

#contactus .whole-wrap .form-wrapp .right-form {
    max-height: 40em;
    width: 100%;
}

#contactus .whole-wrap .form-wrapp .right-form .the_fom {
    padding: 1%;
}

#contactus .whole-wrap .form-wrapp .right-form .the_fom form input {
    border-radius: 0px;
    border: 1px solid #e9e9e9;
    box-shadow: none;
}

#contactus .whole-wrap .form-wrapp .right-form .the_fom form input:focus {
    box-shadow: none;
    border: 1px solid;
}

#contactus .whole-wrap .form-wrapp .right-form .the_fom form textarea {
    border-radius: 0px;
    border: 1px solid #e9e9e9;
    box-shadow: none;
    max-width: 50em;
}

#contactus .whole-wrap .form-wrapp .right-form .the_fom form textarea:focus {
    box-shadow: none;
    border: 1px solid;
}

#contactus .whole-wrap .form-wrapp .right-form .the_fom form label {
    font-weight: 400;
    color: #444444;
}

#contactus .whole-wrap .form-wrapp .right-form .the_fom form button {
    border-radius: 0px;
    border: none;
    background: #dc4e04;
    color: #fff;
}

#signup {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

#signup .headin {
    font-size: 1.5em;
    color: #dc4e04;
    margin-bottom: 1em;
    text-align: center;
}

#signup .d_fom {
    width: 100%;
    margin: auto;
    padding: 0px;
}

#signup .d_sgnupfomwrap {
    width: 100%;
    margin: auto;
    padding: 1em 1em;
    margin-bottom: 1em;
    background: transparent;
}

#signup .d_sgnupfomwrap form {
    width: 100%;
}

#signup .d_sgnupfomwrap form .right_group {
    width: 100%;
}

#signup .d_sgnupfomwrap form .left_group {
    width: 100%;
}

#signup .d_sgnupfomwrap form .form-group {
    height: auto;
}

#signup .d_sgnupfomwrap form .form-group label {
    font-weight: 600;
    font-size: 0.9em;
    color: #333;
}

#signup .d_sgnupfomwrap form .form-group input {
    border-radius: 0px;
    box-shadow: none !important;
}

#signup .d_sgnupfomwrap form .form-group input:focus {
    border: 1px solid #7d7d7d;
}

#signup .d_sgnupfomwrap form .form-group a {
    color: #6C6C98;
}

#signup .d_sgnupfomwrap form .form-group .field {
    width: 100%;
    height: 34px;
    position: relative;
}

#signup .d_sgnupfomwrap form .form-group .hide-tip {
    font-size: 0.8em;
    color: #596377;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#signup .d_sgnupfomwrap form .form-group .error {
    color: red;
}

#signup .d_sgnupfomwrap form .form-group p a {
    font-size: 11px;
    color: #dc4e04;
    text-decoration: underline;
}

#signup .d_sgnupfomwrap form button {
    border-radius: 0px;
    border: none;
    background: rgba(221, 79, 5, 0.8);
    margin-top: 1em;
}

#signup .d_sgnupfomwrap form .form-control {
    border-radius: 0px;
    box-shadow: none !important;
    width: 100%;
}

#signup .d_sgnupfomwrap form .form-control:focus {
    border: 1px solid #7d7d7d;
}

#notice .notice-info {
    width: 100%;
    margin: 10px auto;
    padding: 1em;
}

#notice .notice-info .d-logo a img {
    width: 80%;
    height: 100%;
    margin-left: 20px;
}

#notice .notice-info p {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}

#notice .notice-info p .shop-name {
    font-size: 150%;
}

#notice .notice-info .the-info {
    color: #dc4e04;
    font-size: 15px;
}

input[type="button"] {
    border-radius: 0;
}

select {
    border-radius: 0;
}

select {
    border-radius: 0px;
    border: 0.1em solid #e9e9e9;
    box-shadow: none;
}

select:focus {
    box-shadow: none;
    border: 0.1em solid;
}

input {
    border-radius: 0px;
    border: 0.1em solid #e9e9e9;
    box-shadow: none;
}

input:focus {
    box-shadow: none;
    border: 0.1em solid;
}

textarea {
    border-radius: 0px;
    border: 0.1em solid #e9e9e9;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    height: 100px;
    max-height: 200px;
}

textarea:focus {
    box-shadow: none;
    border: 0.1em solid;
}

.pg_content {
    height: auto;
}

.tb {
    padding: 15px 0;
}

.tb .row .d-caption {
    margin-bottom: 0.5em;
    margin-bottom: 10px;
    color: #777;
}

.d-body {
    width: 100%;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
}

.d-body .rght-info .detail span {
    display: block;
}

.d-body .rght-info .detail .title {
    font-size: 0.5em;
    font-weight: 800;
}

.d-body .rght-info .detail .title-discriptn {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 0.5em;
    font-weight: 500;
}

.d-body .table {
    width: 100%;
    height: auto;
    table-layout: fixed;
    /*overflow: auto;*/
}

.d-body .table table {
    position: relative;
    height: auto;
    border-collapse: collapse;
    width: 100%;
}

.d-body .table table td {
    font-size: 0.7em;
    padding-left: 4px;
    padding-right: 4px;
    /*border: 1px solid #ddd;*/
    text-align: left;
}

.d-body .table table td img {
    height: 40px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.d-body .table table td .caption {
    color: #777;
}

.d-body .table table td .caption p {
    margin: 0px;
}

.d-body .table tr:nth-of-type(even) {
    background: #efefef;
}

.d-body .table table th {
    font-size: 0.7em;
    padding: 5px 5px;
    text-transform: uppercase;
    /*border: 1px solid #ddd;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.dashboard-stat {
    margin-bottom: 0.5em;
}

.dashboard-stat:before,
.dashboard-stat:after {
    display: table;
    line-height: 0;
    content: "";
}

.dashboard-stat:after {
    clear: both;
}

.dashboard-stat .visual {
    width: 80px;
    height: 65px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
}

.dashboard-stat .visual i {
    text-decoration: none;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
}

.dashboard-stat .details {
    float: right;
    padding-right: 10px;
}

.dashboard-stat .details .number {
    padding-top: 15px;
    text-align: right;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -1px;
    margin-bottom: 5px;
    font-weight: 300;
    color: #fff;
}

.dashboard-stat .details .desc {
    text-align: right;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #fff;
}

.dashboard-stat .more {
    clear: both;
    display: block;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 10px;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.dashboard-stat .more:hover {
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.dashboard-stat .more>i {
    display: inline-block;
    margin-top: 1px;
    float: right;
}

.dashboard-stat.blue {
    background-color: #27a9e3;
}

.dashboard-stat.blue .more {
    background-color: #208dbe;
}

.dashboard-stat.green {
    background-color: #28b779;
}

.dashboard-stat.green .more {
    background-color: #10a062;
}

.dashboard-stat.red {
    background-color: #e7191b;
}

.dashboard-stat.red .more {
    background-color: #bc0d0e;
}

.dashboard-stat.yellow {
    background-color: #ffb848;
}

.dashboard-stat.yellow .more {
    background-color: #cb871b;
}

.dashboard-stat.purple {
    background-color: #852b99;
}

.dashboard-stat.purple .more {
    background-color: #6e1881;
}

/***
Portlets
***/

.portlet {
    clear: both;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px;
}

.portlet>.portlet-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.portlet>.portlet-title:after,
.portlet>.portlet-title:before {
    content: "";
    display: table;
    line-height: 0;
}

.portlet>.portlet-title:after {
    clear: both;
}

.portlet>.portlet-title>.caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

.portlet>.portlet-title>.caption>i {
    float: left;
    margin-top: 4px;
    display: inline-block !important;
    font-size: 13px;
    margin-right: 5px;
    color: #666;
}

.portlet.blue>.portlet-title>.caption,
.portlet-title.blue>.caption,
.portlet.green>.portlet-title>.caption,
.portlet-title.green>.caption,
.portlet.yellow>.portlet-title>.caption,
.portlet-title.yellow>.caption,
.portlet.red>.portlet-title>.caption,
.portlet-title.red>.caption,
.portlet.purple>.portlet-title>.caption,
.portlet-title.purple>.caption,
.portlet.grey>.portlet-title>.caption,
.portlet-title.dark-grey>.caption {
    color: #fff;
}

.portlet.box.blue>.portlet-title>.caption>i,
.portlet.box.green>.portlet-title>.caption>i,
.portlet.box.grey>.portlet-title>.caption>i,
.portlet.box.yellow>.portlet-title>.caption>i,
.portlet.box.red>.portlet-title>.caption>i,
.portlet.box.purple>.portlet-title>.caption>i,
.portlet.box.light-grey>.portlet-title>.caption>i {
    color: #fff;
}

.sortable .portlet>.portlet-title {
    cursor: move;
}

.portlet>.portlet-title>.tools,
.portlet>.portlet-title>.actions {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    float: right;
}

.portlet>.portlet-title>.tools>a {
    display: inline-block;
    height: 16px;
    margin-left: 5px;
}

.portlet>.portlet-title>.actions>.dropdown-menu i {
    color: #000 !important;
}

.portlet>.portlet-title>.tools>a.remove {
    margin-bottom: 2px;
    background-image: url(/static/backend/img/portlet-remove-icon.png);
    background-repeat: no-repeat;
    width: 11px;
}

.portlet>.portlet-title>.tools>a.config {
    margin-bottom: 2px;
    background-image: url(/static/backend/img/portlet-config-icon.png);
    background-repeat: no-repeat;
    width: 12px;
}

.portlet>.portlet-title>.tools>a.reload {
    margin-bottom: 2px;
    background-image: url(/static/backend/img/portlet-reload-icon.png);
    width: 13px;
}

.portlet>.portlet-title>.tools>a.expand {
    margin-bottom: 2px;
    background-image: url(/static/backend/img/portlet-expand-icon.png);
    width: 14px;
}

.portlet>.portlet-title>.tools>a.collapse {
    margin-bottom: 2px;
    background-image: url(/static/backend/img/portlet-collapse-icon.png);
    width: 14px;
}

.portlet>.portlet-title>.tools>a:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: .6;
    filter: 'alpha(opacity=60)';
}

.portlet>.portlet-title>.actions>.btn-group {
    margin-top: -12px;
}

.portlet>.portlet-title>.actions>.btn {
    padding: 4px 10px;
    margin-top: -14px;
}

.portlet>.portlet-title>.actions>.btn-group>.btn {
    padding: 4px 10px;
    margin-top: -1px;
}

.portlet>.portlet-title>.actions>.btn.btn-sm {
    padding: 3px 8px;
    margin-top: -14px;
}

.portlet>.portlet-title>.actions>.btn-group>.btn-sm {
    padding: 3px 8px;
    margin-top: -1px;
}

.portlet>.portlet-title>.pagination.pagination-sm {
    float: right !important;
    display: inline-block !important;
    margin: 0px;
    margin-top: -4px;
}

.portlet>.portlet-body {
    clear: both;
    padding: 0;
}

.portlet>.portlet-body.light-blue,
.portlet.light-blue {
    background-color: #bfd5fa !important;
}

.portlet>.portlet-body.blue,
.portlet.blue {
    background-color: #4b8df8 !important;
}

.portlet>.portlet-body.red,
.portlet.red {
    background-color: #e02222 !important;
}

.portlet>.portlet-body.yellow,
.portlet.yellow {
    background-color: #ffb848 !important;
}

.portlet>.portlet-body.green,
.portlet.green {
    background-color: #35aa47 !important;
}

.portlet>.portlet-body.purple,
.portlet.purple {
    background-color: #852b99 !important;
}

.portlet>.portlet-body.light-grey,
.portlet.light-grey {
    background-color: #fafafa !important;
}

.portlet>.portlet-body.grey,
.portlet.grey {
    background-color: #555555 !important;
}

/***
Chats
***/

.chats {
    margin: 0;
    padding: 0;
    margin-top: -15px;
}

.chats li {
    list-style: none;
    padding: 5px 0;
    margin: 10px auto;
    font-size: 12px;
}

.chats li img.avatar {
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.chats li.in img.avatar {
    float: left;
    margin-right: 10px;
}

.chats li .name {
    color: #3590c1;
    font-size: 13px;
    font-weight: 400;
}

.chats li .datetime {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.chats li.out img.avatar {
    float: right;
    margin-left: 10px;
}

.chats li .messages {
    display: block;
    padding: 5px;
    position: relative;
}

.chats li.in .messages {
    text-align: left;
    border-left: 2px solid #35aa47;
    margin-left: 65px;
    background: #fafafa;
}

.chats li.in .messages .arrow {
    display: block;
    position: absolute;
    top: 5px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #35aa47;
}

.chats li.out .messages .arrow {
    display: block;
    position: absolute;
    top: 5px;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #da4a38;
}

.chats li.out .messages {
    border-right: 2px solid #da4a38;
    margin-right: 65px;
    background: #fafafa;
    text-align: right;
}

.chats li.out .name,
.chats li.out .datetime {
    text-align: right;
}

.chats li .messages .body {
    display: block;
}

.chat-form {
    margin-top: 15px;
    padding: 10px;
    background-color: #e9eff3;
    overflow: hidden;
    clear: both;
}

.chat-form .input-cont {
    margin-right: 40px;
}

.chat-form .input-cont .form-control {
    width: 100% !important;
    margin-bottom: 0px;
}

.chat-form .input-cont input {
    border: 1px solid #ddd;
    width: 100% !important;
    margin-top: 0;
}

.chat-form .input-cont input {
    background-color: #fff !important;
}

.chat-form .input-cont input:focus {
    border: 1px solid #4b8df9 !important;
}

.chat-form .btn-cont {
    margin-top: -42px;
    position: relative;
    float: right;
    width: 44px;
}

.chat-form .btn-cont .arrow {
    position: absolute;
    top: 17px;
    right: 43px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #4d90fe;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chat-form .btn-cont:hover .arrow {
    border-right-color: #0362fd;
}

.chat-form .btn-cont:hover .btn {
    background-color: #0362fd;
}

.chat-form .btn-cont .btn {
    margin-top: 8px;
}

.timestamp {
    display: block;
    width: 56px;
    background: #DD4F05;
    float: left;
    padding: 2px;
}

.timestamp .day,
.timestamp .month,
.timestamp .year {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.timestamp .month {
    font-size: 20px;
}

.shop-msg {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    max-height: 600;
    overflow: auto;
}

.admin-msg {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    max-height: 600;
    overflow: auto;
}

.hedin {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #27a9e3;
    background: rgba(7, 82, 119, 0.8);
    color: #fff;
    padding-left: 20;
    font-weight: 600;
}

.msg_table {
    width: 100%;
}

.msg_table tr td {
    padding: 10px 0 10px 20px;
}

.msg_table tr td a {
    text-decoration: none !important;
}

.msg_table tr td span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.msg_table tr td .shop {
    text-align: left;
    font-weight: 600;
    font-size: 12;
    padding-right: 25px;
    width: 90%;
    color: #333;
}

.msg_table tr td .shop1 {
    text-align: left;
    font-weight: 600;
    font-size: 12;
    padding-right: 25px;
    max-width: 200px;
    min-width: 200px;
    color: #333;
}

.msg_table tr td .sbj {
    font-size: 12;
    color: #777;
    width: 90%;
}

.msg_table tr td .sbj p {
    display: inline;
}

.msg_table tr td .sbj1 {
    font-size: 12;
    color: #777;
    width: 90%;
    width: 550px;
}

.msg_table tr td .sbj1 p {
    display: inline;
}

.msg_table tr td .caption {
    color: #888;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

.msg_table tr td .caption p {
    display: inline;
}

.msg_table tr td .time {
    font-style: italic;
    font-size: 12px;
    display: inline-block;
    width: 90%;
}

.msg_table tr td .time1 {
    font-style: italic;
    font-size: 12px;
    display: inline-block;
    width: 90%;
}

.msg_table tr td .adm-sbj {
    font-size: 12;
    color: #777;
    width: 90%;
}

.msg_table tr td .adm-sbj p {
    display: inline;
}

.msg_table tr:nth-child(odd) {
    background: #fefefe;
}

.msg_table tr:nth-child(even) {
    background: #fbfbfb;
}

.msg-view h1 {
    margin-left: 10px;
    color: #dc4e04;
    font-weight: 100;
}

.msg-view .d-msg-wrap {
    width: 70%;
    margin: auto;
    padding-top: 50px;
}

.arrow-up:before {
    font-family: FontAwesome;
    font-size: 26px;
    color: #888;
    content: "\f106";
    cursor: pointer;
}

.arrow-down:before {
    font-family: FontAwesome;
    content: "\f107";
    cursor: pointer;
    font-size: 26px;
    color: #888;
}

.arrow-down:before .msg_table {
    width: 100%;
}

.arrow-down:before .msg_table tr td {
    padding: 5px 20px;
}

.arrow-down:before .msg_table tr td a {
    text-decoration: none !important;
}

.arrow-down:before .msg_table tr td span {
    display: block;
}

.arrow-down:before .msg_table tr td .shop {
    text-align: right;
    font-weight: 600;
    font-style: italic;
    font-size: 14;
    margin-right: 25px;
    color: #dc4e04;
}

.arrow-down:before .msg_table tr td .sbj {
    font-size: 14;
    font-weight: bold;
    color: #777;
}

.arrow-down:before .msg_table tr td .caption {
    color: #888;
    font-size: 13px;
}

.arrow-down:before .msg_table tr td small {
    margin-right: 20px;
    font-style: italic;
    margin-bottom: 2px;
    margin-top: -5px;
    font-size: 12;
    float: right;
    display: inline-block;
    color: #dc4e04;
}

.arrow-down:before .msg_table tr td small:hover {
    text-decoration: underline;
}

.arrow-down:before .msg_table tr:nth-child(odd) {
    background: #fefefe;
}

.arrow-down:before .msg_table tr:nth-child(even) {
    background: #fbfbfb;
}

.portlet-body span {
    display: inline-block;
    height: auto;
    margin-right: 10px;
}

.portlet-body a:hover {
    text-decoration: none;
}

.portlet-body .messg-wrap {
    cursor: pointer;
    padding: 10px 5px;
    margin-bottom: 3px;
}

.portlet-body .messg-wrap .msg_dat {
    color: #888;
    vertical-align: middle;
    display: block;
}

.portlet-body .messg-wrap .messg {
    color: #666;
    font-size: 13px;
    width: 95%;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.portlet-body .messg-wrap .messg span {
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portlet-body .messg-wrap .time {
    color: #888;
    vertical-align: middle;
    display: block;
}

.portlet-body .messg-wrap:nth-child(odd) {
    background: #fefefe;
}

.portlet-body .messg-wrap:hover {
    background-color: #fbfbfb;
}

.portlet-body .reply {
    font-weight: bold;
}

.no_message {
    font-size: 40px;
    font-weight: 100;
    color: #999;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #dc4e04 !important;
}

.nav-tabs>li>a {
    color: #596377 !important;
}

.d_shopname {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 20px;
}

.url {
    font-size: 11px;
}

.url a {
    color: #888;
}

.url a:hover {
    text-decoration: none;
}

.msg-cont {
    background: #fefefe;
    padding: 10px;
    border-radius: 5px;
}

.msg-cont .my-msg {
    padding: 5px;
    background: #fff;
}

.msg-cont .my-msg .d-sub {
    text-transform: uppercase;
    color: #999;
}

.msg-cont .my-msg .msg-body p {
    padding-left: 10px;
}

.adjst {
    float: right;
    margin-top: 15px;
    margin-right: 14px;
}

form .form-group .form-control {
    border-radius: 0;
}

form .form-group .form-control {
    border-radius: 0px;
    border: 1px solid #e9e9e9;
    box-shadow: none;
}

form .form-group .form-control:focus {
    box-shadow: none;
    border: 1px solid;
}

form .btn {
    border-radius: 0;
}

form .btn {
    border-radius: 0px;
    border: 1px solid #e9e9e9;
    box-shadow: none;
}

form .btn:focus {
    box-shadow: none;
    border: 1px solid;
}

.stores {
    height: 120px;
    background-color: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 15px;
}

.stores .tnail {
    height: 90%;
    background-size: auto 100%;
    background-color: #fcfcfc;
    background-position: center;
    background-repeat: no-repeat;
}

.stores span {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-top: 2px;
}

.merchant_name {
    font-size: 2em;
    font-weight: 600;
    padding: 9px 0px;
    text-align: center;
    margin-bottom: 0.7em;
}

#slid_img {
    width: 100%;
    height: 300px;
}

#slid_img img {
    width: 100%;
    height: auto;
}

.bx-viewport {
    height: 6em !important;
}

.merchant_logo {
    width: 15em;
    height: 15em;
    border: 1px solid #efefef;
    background-size: auto 100% !important;
    background-position: center;
    background-repeat: no-repeat;
}

.return_policy {
    margin-bottom: 1em;
}

.link_btn {
    background: rgba(153, 153, 153, 0.6);
    color: #fbfbfb;
    padding: 6px 10px;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

.link_btn:hover {
    background: #5bb75b;
}

.link_btn.sucess:hover {
    background: #5bb75b;
}

.link_btn.danger:hover {
    background: #d2322d;
    color: #fff !important;
}

.link_btn.warning-color:hover {
    background: #EC971F;
    color: #fff !important;
}

.link_btn.gtb:hover {
    background: #DC4E04;
    color: #fff !important;
}

.link_btn.gold:hover {
    background: #FFC125;
}

.link_btn.selected {
    background: #5bb75b !important;
}

.link_btn span i {
    display: inline-block;
    padding-right: 5px;
    font-size: 13px;
}

.link_btn.refund_requested {
    background: #449D44;
    color: #ffffff !important;
    border: 2px solid #449D44;
    padding: 3px 8px;
    border-radius: 3px;
    display: inline-block;
}

.refund_noti {
    color: red;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

body {
    font-family: "gt_walsheim", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.p-0 {
    padding: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-50 {
    margin-top: 50px;
}

.groceries-mobile-wrap .grocery-banner {
    width: 100%;
}

.groceries-mobile-wrap .grocery-banner .slider-section {
    height: auto;
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 20px;
}

.groceries-mobile-wrap .grocery-banner .slider-section #groceries-banner {
    height: 100%;
}

.groceries-mobile-wrap .grocery-banner .slider-section #groceries-banner .owl-wrapper-outer {
    height: 100%;
    width: 100%;
}

.groceries-mobile-wrap .grocery-banner .slider-section #groceries-banner .owl-wrapper-outer .banner {
    width: 100%;
    height: auto;
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.groceries-mobile-wrap .grocery-banner .slider-section #groceries-banner .owl-wrapper-outer .banner img {
    width: 100%;
    height: auto;
}

.groceries-mobile-wrap .grocery-banner .slider-section .carousel-inner {
    width: 100%;
    height: auto;
    position: relative;
}

.groceries-mobile-wrap .grocery-banner .slider-section .carousel-inner .item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.groceries-mobile-wrap .grocery-banner .slider-section .carousel-inner .item img {
    width: 100%;
    height: auto;
}

.groceries-mobile-wrap .add-to-list {
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    background-color: #DC4E04;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
}

.groceries-mobile-wrap .add-to-list a {
    color: #ffffff;
}

.groceries-mobile-wrap .search-section {
    position: relative;
    margin-bottom: 2em;
}

.groceries-mobile-wrap .search-section .sk-three-bounce {
    position: absolute;
    top: -30px;
    right: -20px;
}

.groceries-mobile-wrap .search-section .sk-three-bounce .sk-child {
    width: 8px;
    height: 8px;
    background: #000;
}

.groceries-mobile-wrap .search-section form input {
    width: 100%;
    height: 40px;
    border: 2px solid #dc4e04;
    padding: 0 10px;
    font-size: 14px;
}

.groceries-mobile-wrap .grocery-search-results {
    position: relative;
    width: 100%;
    margin: 30px auto;
    border-top: 0px;
    z-index: 1;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.groceries-mobile-wrap .grocery-search-results .close-box {
    padding: 20px 0px;
}

.groceries-mobile-wrap .grocery-search-results ul {
    display: block;
    text-align: center;
    position: relative;
    max-height: 300px;
    overflow-y: scroll;
    border-bottom: 1px solid rgba(170, 170, 170, 0.5);
    border-right: 1px solid rgba(170, 170, 170, 0.5);
    border-left: 1px solid rgba(170, 170, 170, 0.5);
}

.groceries-mobile-wrap .grocery-search-results ul li {
    display: block;
    position: relative;
    border: 1px solid #f8f8f8;
    margin-top: -1px;
    text-align: left;
    padding: 8px;
    background: #fff;
}

.groceries-mobile-wrap .grocery-search-results ul li:nth-child(2n+1) {
    background: #f8f8f8;
}

.groceries-mobile-wrap .grocery-search-results ul li * {
    vertical-align: middle;
}

.groceries-mobile-wrap .grocery-search-results ul li .img {
    border: 4px solid white;
    width: 65px;
    height: 65px;
    float: left;
    background: #f8f8f8;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.6);
}

.groceries-mobile-wrap .grocery-search-results ul li .content .name {
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 5px;
}

.groceries-mobile-wrap .grocery-search-results ul li .content .location {
    font-size: 11px;
    color: #666;
    padding-bottom: 5px;
}

.groceries-mobile-wrap .grocery-search-results ul li .description-wrap {
    padding-left: 75px;
}

.groceries-mobile-wrap .grocery-search-results ul li .description-wrap .description {
    display: inline-block;
    color: #333333;
    font-size: 12px;
    padding-bottom: 5px;
}

.groceries-mobile-wrap .grocery-search-results ul li .description-wrap select {
    background-color: #fff;
    border: 1px solid #666666;
    width: 100%;
    margin-right: 10px;
    font-size: 12px;
    padding: 5px 3px;
    float: left;
    width: 60%;
}

.groceries-mobile-wrap .grocery-search-results ul li .description-wrap input.quantity {
    font-size: 12px;
    width: 50px;
    padding: 6px 3px;
    text-align: center;
    margin-right: 10px;
    color: black;
    border: 1px solid #666666;
    background: #fff;
    float: right;
}

.groceries-mobile-wrap .grocery-search-results ul li .inputs {
    float: right;
    width: 30%;
    padding: 0 10px;
    text-align: right;
}

.groceries-mobile-wrap .grocery-search-results ul li .inputs .price {
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
    color: #dc4e04;
}

.groceries-mobile-wrap .grocery-search-results ul li .inputs .btn {
    font-size: 11px;
    background: #dc4e04;
    color: #fff;
    width: 50px;
    padding: 5px 3px;
    text-align: center;
    border-radius: 0px;
    position: relative;
}

.groceries-mobile-wrap .grocery-search-results ul li .inputs .btn:focus {
    outline: none;
}

.groceries-mobile-wrap .grocery-search-results ul li .inputs .btn .sk-three-bounce {
    position: absolute;
    top: -32px;
    left: -17px;
}

.groceries-mobile-wrap .grocery-search-results ul li .inputs .btn .sk-three-bounce .sk-child {
    width: 8px;
    height: 8px;
    background: #fff;
}

.groceries-mobile-wrap .grocery-search-results ul li .inputs .btn.transmiting {
    padding: 13px 3px;
}

.groceries-mobile-wrap .grocery-search-results ul li .inputs .btn.transmiting .sk-three-bounce {
    top: -35px;
}

.groceries-mobile-wrap .grocery-search-results ul li .inputs select {
    background-color: #fff;
    border: 1px solid #666666;
    width: 80px;
    margin-right: 10px;
    font-size: 12px;
    padding: 5px 3px;
}

.groceries-mobile-wrap .grocery-search-results ul li .content {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 40%;
}

.groceries-mobile-wrap .grocery-search-results .view-list {
    border-bottom: 1px solid rgba(170, 170, 170, 0.5);
    border-right: 1px solid rgba(170, 170, 170, 0.5);
    border-left: 1px solid rgba(170, 170, 170, 0.5);
    margin-bottom: 20px;
    text-align: center;
    background: linear-gradient(to bottom, #e8e8e8 0, #fff 70%, #fff 100%);
    padding: 10px;
}

.groceries-mobile-wrap .grocery-search-results .view-list a {
    color: #414042;
    text-decoration: none;
}

.groceries-mobile-wrap .grocery-search-results .view-list:hover {
    background: linear-gradient(to bottom, #fff 0, #e8e8e8 100%);
}

.groceries-mobile-wrap .no-cart {
    text-align: center;
}

.groceries-mobile-wrap .no-cart .caption-wrap {
    margin-bottom: 30px;
}

.groceries-mobile-wrap .no-cart .caption-wrap .no-item {
    font-size: 20px;
}

.groceries-mobile-wrap .no-cart .caption-wrap .caption {
    font-size: 14px;
}

.groceries-mobile-wrap .grocery-list {
    margin-bottom: 5em;
}

.groceries-mobile-wrap .grocery-list .title {
    padding: 0 0px 15px 3px;
    font-size: 17px;
    font-weight: 600;
}

.groceries-mobile-wrap .grocery-list .shop-wrap {
    height: auto;
    margin-bottom: 2em;
}

.groceries-mobile-wrap .grocery-list .shop-wrap .shops {
    display: inline-block;
}

.groceries-mobile-wrap .grocery-list .shop-wrap .shops input[type=checkbox] {
    display: none;
}

.groceries-mobile-wrap .grocery-list .shop-wrap .shops label {
    display: inline-block;
    border: 1px solid rgba(200, 200, 200, 0.4);
    margin-right: 10px;
    padding: 6px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 11.5px;
    background-color: #fff;
    cursor: pointer;
}

.groceries-mobile-wrap .grocery-list .shop-wrap .shops label:hover {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 7px 0 rgba(0, 0, 0, 0.19);
}

.groceries-mobile-wrap .grocery-list .shop-wrap .shops input[type=checkbox]:checked~label {
    background-color: #DF4E00;
    color: #fff;
    border: 1px solid transparent;
}

.groceries-mobile-wrap .list-wrap {
    width: 100%;
    height: auto;
    margin: auto;
    float: right;
    position: relative;
}

.groceries-mobile-wrap .list-wrap .grocery-lists {
    display: block;
    text-align: center;
    position: relative;
    border: 2px solid #f2f2f2;
    cursor: pointer;
    margin-bottom: 2em;
    background-color: #ffffff;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store {
    display: block;
    position: relative;
    border: 1px solid #f8f8f8;
    margin-top: -1px;
    text-align: left;
    padding: 8px;
    height: 40px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .name {
    float: left;
    width: 70%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .store-location {
    float: right;
    width: 30%;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store:nth-child(2n+1) {
    background: #f8f8f8;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store * {
    vertical-align: middle;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .img {
    border: 4px solid white;
    width: 50px;
    height: 50px;
    float: left;
    background: #f8f8f8;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.6);
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .inputs {
    float: right;
    height: 100%;
    width: 50%;
    text-align: right;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .inputs .item {
    display: inline-block;
    height: 100%;
    line-height: 36px;
    text-align: left;
    color: #dc4e04;
    font-size: 15px;
    margin-right: 13px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .inputs .item div.item-price {
    line-height: 1;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .inputs .item div.items {
    line-height: 1;
    text-align: left;
    color: 12px;
    color: #333;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .inputs .price {
    font-size: 12px;
    margin-right: 10px;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    font-size: 15px;
    margin-right: 67px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .inputs input.quantity {
    font-size: 12px;
    width: 50px;
    padding: 6px 3px;
    text-align: center;
    margin-right: 10px;
    color: black;
    border: 1px solid #666666;
    background: #fff;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .inputs .btn {
    background: #5BB75B;
    color: #fff;
    width: 65px;
    padding: 5px 3px;
    text-align: center;
    border-radius: 2px;
    position: relative;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .inputs .btn:focus {
    outline: none;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .inputs .btn .sk-three-bounce {
    position: absolute;
    top: -29px;
    left: -10px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .inputs .btn .sk-three-bounce .sk-child {
    width: 8px;
    height: 8px;
    background: #fff;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .inputs .btn.transmiting {
    padding: 13px 3px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .inputs .btn.transmiting .sk-three-bounce {
    top: -30px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .inputs select {
    border: 2px solid #666666;
    width: 80px;
    margin-right: 10px;
    font-size: 12px;
    padding: 5px 3px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .content {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .content .description {
    color: #999;
    font-size: 90%;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .grocery-store .content .location {
    font-size: 90%;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items {
    padding: 10px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists {
    display: block;
    position: relative;
    margin-top: -1px;
    text-align: left;
    padding: 8px;
    height: auto;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists.updated {
    background-color: rgba(249, 180, 82, 0.3);
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists.new {
    background-color: rgba(26, 206, 71, 0.3);
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists * {
    vertical-align: middle;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .img {
    border: 4px solid white;
    width: 50px;
    height: 50px;
    float: left;
    background: #f8f8f8;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.6);
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .content {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 45%;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .content .name {
    font-size: 13px;
    font-weight: 600;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .content .location {
    font-size: 13px;
    color: #666;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .content .btn {
    background: transparent;
    color: #dc4e04;
    width: 50px;
    border-radius: 2px;
    font-size: 12px;
    position: relative;
    display: block;
    text-align: left;
    padding: 0;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .content .btn:focus {
    outline: none;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .content .btn:active {
    box-shadow: none;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .content .btn .sk-three-bounce {
    position: absolute;
    top: -31px;
    left: -16px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .content .btn .sk-three-bounce .sk-child {
    width: 8px;
    height: 8px;
    background: #fff;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .content .btn.transmiting {
    padding: 13px 3px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .content .btn.transmiting .sk-three-bounce {
    top: -30px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .inputs {
    float: right;
    width: 30%;
    text-align: right;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .inputs .func_btn input {
    background: #ED9C28 !important;
    color: #fff !important;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .inputs .price {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #dc4e04;
    padding-bottom: 5px;
    font-size: 14px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .inputs input.quantity {
    font-size: 12px;
    width: 50px;
    padding: 6px 3px;
    text-align: center;
    color: black;
    border: 1px solid #666666;
    background: #fff;
    display: block;
    float: right;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .inputs .btn {
    background: transparent;
    color: #5bb75b;
    width: 50px;
    padding: 5px 3px;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    position: relative;
    display: block;
    float: right;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .inputs .btn:focus {
    outline: none;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .inputs .btn .sk-three-bounce {
    position: absolute;
    top: -31px;
    left: -16px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .inputs .btn .sk-three-bounce .sk-child {
    width: 8px;
    height: 8px;
    background: #fff;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .inputs .btn.transmiting {
    padding: 13px 3px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .inputs .btn.transmiting .sk-three-bounce {
    top: -30px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .inner-items .item-lists .inputs select {
    border: 2px solid #666666;
    width: 80px;
    margin-right: 10px;
    font-size: 12px;
    padding: 5px 3px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .price-section {
    border-top: 2px solid #f2f2f2;
    padding: 10px 12px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .price-section table {
    width: 100%;
    border-collapse: collapse;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .price-section table tr td .items {
    line-height: 1;
    text-align: left;
    font-size: 13px;
    color: #333;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .price-section table tr td .price {
    text-align: left;
    font-weight: 600;
    font-size: 19px;
    color: #dc4e04;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .price-section table tr td .btn {
    background: #5bb75b;
    color: #fff;
    width: 60px;
    padding: 6px 3px;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    position: relative;
    float: right;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .price-section table tr td .btn:focus {
    outline: none;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .price-section table tr td .btn .sk-three-bounce {
    position: absolute;
    top: -31px;
    left: -16px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .price-section table tr td .btn .sk-three-bounce .sk-child {
    width: 8px;
    height: 8px;
    background: #fff;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .price-section table tr td .btn.transmiting {
    padding: 13px 3px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .price-section table tr td .btn.transmiting .sk-three-bounce {
    top: -30px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .price-section table tr td.btn-wrap {
    width: 75px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .price-section .buy-btn {
    float: right;
    text-align: right;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .price-section .buy-btn .btn {
    background: #5bb75b;
    color: #fff;
    width: 50px;
    padding: 5px 3px;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    position: relative;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .price-section .buy-btn .btn:focus {
    outline: none;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .price-section .buy-btn .btn .sk-three-bounce {
    position: absolute;
    top: -31px;
    left: -16px;
}

.groceries-mobile-wrap .list-wrap .grocery-lists .price-section .buy-btn .btn .sk-three-bounce .sk-child {
    width: 8px;
    height: 8px;
    background: #fff;
}

.groceries-mobile-wrap .search-description {
    text-align: center;
    color: #999;
}

.groceries-mobile-wrap .search-description .search-information-arrow {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    padding: 0px 0px 10px 0px;
}

.groceries-mobile-wrap .search-description .search-information-arrow i {
    font-size: 30px;
    color: #dc4e04;
}

.groceries-mobile-wrap .groceries-list-items .groceries-title {
    text-align: center;
    font-size: 20px;
    color: #FF7F00;
}

.groceries-mobile-wrap .groceries-list-items .line {
    border: 1px solid #FF7F00;
    width: 30%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.groceries-mobile-wrap .groceries-list-items .groceries-list {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    margin: auto;
    text-align: center;
}

.groceries-mobile-wrap .groceries-list-items .groceries-list .groceries-goods {
    width: 50%;
    height: 200px;
    float: left;
    padding: 10px;
}

.groceries-mobile-wrap .groceries-list-items .groceries-list .groceries-goods a {
    text-decoration: none;
    color: #333;
}

.groceries-mobile-wrap .groceries-list-items .groceries-list .groceries-goods .content {
    width: 100%;
    height: 100%;
}

.groceries-mobile-wrap .groceries-list-items .groceries-list .groceries-goods .content .image-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    height: 80%;
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    background-color: #fff;
}

.groceries-mobile-wrap .groceries-list-items .groceries-list .groceries-goods .content .description-section {
    width: 100%;
    height: 20%;
    line-height: 3em;
    text-align: center;
}

.groceries-mobile-wrap .groceries-list-items .groceries-list .groceries-goods:nth-child(2n) {
    float: right;
}

.groceries-mobile-wrap .groceries-list-items .groceries-list {
    padding: 10px 0px;
}

.groceries-mobile-wrap .groceries-list-items .groceries-list .links {
    display: inline-block;
    border: 1px solid rgba(200, 200, 200, 0.4);
    margin-right: 10px;
    padding: 5px 10px;
    margin-bottom: 7px;
    border-radius: 13px;
    font-size: 12px;
    color: #333;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
}

.groceries_checkout_page_wrap {
    width: 100%;
    height: auto;
    min-height: 30em;
    position: relative;
    padding-bottom: 10em;
}

.groceries_checkout_page_wrap {
    border-collapse: collapse;
    width: 100%;
}

.groceries_checkout_page_wrap .left_content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    vertical-align: top;
}

.groceries_checkout_page_wrap .left_content h1 {
    font-size: 16px;
    padding: 10px 10px 10px 0px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px;
}

.groceries_checkout_page_wrap .left_content section article {
    width: 100%;
}

.groceries_checkout_page_wrap .left_content section article .left {
    height: auto;
    padding: 5px;
    width: 50%;
    float: left;
}

.groceries_checkout_page_wrap .left_content section article .left .form_control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid rgba(200, 200, 200, 0.4);
}

.groceries_checkout_page_wrap .left_content section article .left:focus {
    border-color: ;
}

.groceries_checkout_page_wrap .left_content section article .right {
    height: auto;
    padding: 5px;
    width: 50%;
    float: right;
}

.groceries_checkout_page_wrap .left_content section article .right .form_control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid rgba(200, 200, 200, 0.4);
}

.groceries_checkout_page_wrap .left_content section article .single {
    height: auto;
    padding: 5px;
    width: 100%;
    max-width: 100%;
    float: left;
}

.groceries_checkout_page_wrap .left_content section article .single .form_control {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid rgba(200, 200, 200, 0.4);
}

.groceries_checkout_page_wrap .left_content section article .single_2 .form_control {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid rgba(200, 200, 200, 0.4);
}

.groceries_checkout_page_wrap .left_content section article .single:focus {
    border-color: rgba(200, 200, 200, 0.4);
}

.groceries_checkout_page_wrap .left_content section article .single .textfield_control {
    margin: 0px;
    max-width: 730px;
    height: 142px;
    width: 730px;
}

.groceries_checkout_page_wrap .left_content section article .state_div {
    height: auto;
    padding: 5px;
    width: 50%;
    float: left;
}

.groceries_checkout_page_wrap .left_content section article .state_div .form_control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid rgba(200, 200, 200, 0.4);
}

.groceries_checkout_page_wrap .left_content section article .city_div {
    height: 8em;
    padding: 5px;
    width: 33.3%;
    float: left;
}

.groceries_checkout_page_wrap .left_content section article .city_div .form_control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid rgba(200, 200, 200, 0.4);
}

.groceries_checkout_page_wrap .left_content section article .country_div {
    height: auto;
    padding: 5px;
    width: 50%;
    float: right;
}

.groceries_checkout_page_wrap .left_content section article .country_div .form_control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid rgba(200, 200, 200, 0.4);
}

.groceries_checkout_page_wrap .left_content .diff {
    width: 100%;
    margin-bottom: 10px;
}

.groceries_checkout_page_wrap .left_content .diff .additional_description_wrap {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    background: #fbfbfb;
}

.groceries_checkout_page_wrap .left_content .diff .additional_description_div {
    height: auto;
    padding: 5px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.groceries_checkout_page_wrap .left_content .diff .additional_description_div .textfield_control {
    margin: 0px;
    height: 142px;
    max-height: 142px;
    width: 730px;
}

.groceries_checkout_page_wrap .right_content {
    vertical-align: top;
}

.groceries_checkout_page_wrap .right_content h1 {
    font-size: 16px;
    padding: 10px 10px 10px 0px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px !important;
    margin-top: 0px;
}

.mobile-disclamer input {
    display: inline-block;
    width: auto;
    float: left;
    margin-right: 10px;
    vertical-align: top;
}

.mobile-disclamer .text {
    display: block;
    float: right;
    margin-left: 17px;
    margin-top: -27px;
}

.groceries_checkout_page_wrap .right_content section {
    border: 2px solid rgba(200, 200, 200, 0.4);
}

.groceries_checkout_page_wrap .right_content section article {
    padding: 10px;
}

.groceries_checkout_page_wrap .right_content section article:first-child {
    border-bottom: 1px solid rgba(200, 200, 200, 0.4);
}

.groceries_checkout_page_wrap .right_content section article label:first-child {
    width: 100%;
}

.groceries_checkout_page_wrap .right_content section article label h4 {
    border-bottom: 2px dotted rgba(200, 200, 200, 0.4);
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-size: 15px;
    margin-top: 0px !important;
}

.groceries_checkout_page_wrap .right_content section article .checkbox_list {
    padding-left: 5px;
}

.groceries_checkout_page_wrap .right_content section .form-group {
    margin-bottom: 0px;
}

.groceries_checkout_page_wrap .right_content section article button,
.groceries_checkout_page_wrap .right_content section article input[type="submit"] {
    border-radius: 5px !important;
    border: none;
    background: #5cb85c;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    padding: 0px;
}

.groceries_checkout_page_wrap .right_content section article button a,
.groceries_checkout_page_wrap .right_content section article input[type="submit"] {
    display: inline-block;
    padding: 12px 70px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
}

.groceries_checkout_page_wrap .right_content section article .button_1 {
    border-radius: 5px !important;
    border: none;
    background: #d9534f;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    padding: 5px 0;
}

.groceries_checkout_page_wrap .right_content section article .button_1 a {
    display: inline-block;
    padding: 6px 70px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
}

.groceries_cart_page_wrap .right_detail {
    width: 100%;
    vertical-align: top;
    margin-top: 5em;
}

.groceries_cart_page_wrap .right_detail .overview_wrap .shipping_info_overview,
.groceries_cart_page_wrap .right_detail .overview_wrap .billing_info_overview {
    margin-bottom: 1em;
}

.groceries_cart_page_wrap .right_detail .overview_wrap .shipping_info_overview h1,
.groceries_cart_page_wrap .right_detail .overview_wrap .billing_info_overview h1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.groceries_cart_page_wrap .right_detail .overview_wrap .shipping_info_overview ul,
.groceries_cart_page_wrap .right_detail .overview_wrap .billing_info_overview ul {
    font-size: 13px;
    margin-bottom: 0px;
    padding: 0px;
}

.groceries_cart_page_wrap .right_detail .overview_wrap .shipping_info_overview ul li,
.groceries_cart_page_wrap .right_detail .overview_wrap .billing_info_overview ul li {
    display: block;
}

.groceries_cart_page_wrap .right_detail .overview_wrap .payment_info_overview h1,
.groceries_cart_page_wrap .right_detail .overview_wrap .Delivery_info_overview h1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.5em;
    margin-top: 10px;
}

.groceries_cart_page_wrap .right_detail .overview_wrap .payment_info_overview ul,
.groceries_cart_page_wrap .right_detail .overview_wrap .Delivery_info_overview ul {
    font-size: 12px;
    margin-bottom: 0px;
    padding: 0px;
}

.button-section {
    margin-top: 20px;
}

.button-section .adjust-order a {
    color: #ffffff;
    border-radius: 0;
    padding: 10px;
    width: 48%;
    float: left;
    font-size: 13px;
    font-weight: 600;
}

.button-section .adjust-address a {
    color: #ffffff;
    border-radius: 0;
    padding: 10px;
    background-color: #5cb85c;
    border-color: #4cae4c;
    width: 48%;
    float: right;
    font-size: 13px;
    font-weight: 600;
}

.button-section .button_button_cart {
    width: 100%;
    font-size: 13px;
}

input.button_button_cart {
    display: inline-block;
    padding: 12px 70px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    background-color: #DD4F05;
}

.review-left-side {
    width: 100% !important;
    vertical-align: top;
}

.review-left-side table {
    width: 100%;
}

.review-left-side .review_total_div_wrapper {
    border-top: 2px solid rgba(200, 200, 200, 0.4);
    border-bottom: 2px solid rgba(200, 200, 200, 0.4);
    width: 100%;
    height: 40px;
    line-height: 26px;
    padding: 5px;
    margin-top: 1em;
}

.review-left-side .review_total_div_wrapper .digit_span {
    float: right;
    font-weight: 600;
}

.review-left-side table tr:nth-child(even) {
    background-color: #fcfcfc;
}

.review-left-side table tr th {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    padding: 10px 8px 10px 8px;
    width: 14%;
    text-align: right;
}

.review-left-side table tr th:last-child {
    text-align: right;
}

.review-left-side table tr th:first-child {
    text-align: left;
    width: 30%;
}

.review-left-side table tr th:nth-child(2n) {
    text-align: left;
    width: 50%;
}

.review-left-side table tr th:nth-child(3n) {
    text-align: right;
    width: 20%;
}

.review-left-side table tr td {
    padding: 10px;
    border-top: 1px dotted rgba(200, 200, 200, 0.4);
    font-size: 13px;
}

.review-left-side table tr td form button {
    background: none;
    border: none;
}

.review-left-side table tr td:nth-child(2n) {
    vertical-align: top;
    width: 50%;
    text-align: left;
}

.review-left-side table tr td:nth-child(3n) {
    vertical-align: top;
    width: 20%;
    text-align: right;
}

.review-left-side table tr td:first-child {
    width: 30%;
}

.review-left-side table tr td .product_logo {
    height: 4em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-size: 16px;
}

.review-left-side table tr td .extra-info {
    padding: 5px 0 0 0;
}

.review-left-side table tr td input {
    border-radius: 0px;
    border: 1px solid #e9e9e9;
    box-shadow: none;
    padding: 5px;
    height: 30px;
    width: 45px;
    text-align: center;
}

.cart-list {
    width: 100%;
    height: auto;
    margin: auto;
    float: right;
    position: relative;
}

.cart-list .color_keys {
    margin-bottom: 1em;
}

.cart-list .color_keys .key {
    display: inline-block;
    padding: 3px 5px;
    margin-right: 10px;
}

.cart-list .color_keys .key span {
    vertical-align: middle;
}

.cart-list .color_keys .key span.updated {
    background-color: rgba(249, 180, 82, 0.3);
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.cart-list .color_keys .key span.new {
    background-color: rgba(26, 206, 71, 0.3);
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.cart-list .grocery-lists {
    display: block;
    text-align: center;
    position: relative;
    border: 2px solid #f2f2f2;
    cursor: pointer;
    margin-bottom: 1.5em;
    background-color: #ffffff;
}

.cart-list .grocery-lists .grocery-store {
    display: block;
    position: relative;
    border: 1px solid #f8f8f8;
    margin-top: -1px;
    text-align: left;
    padding: 8px;
    height: 50px;
}

.cart-list .grocery-lists .grocery-store .name {
    float: left;
    width: 70%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.cart-list .grocery-lists .grocery-store .store-location {
    float: right;
    width: 30%;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.cart-list .grocery-lists .grocery-store:nth-child(2n+1) {
    background: #f8f8f8;
}

.cart-list .grocery-lists .grocery-store * {
    vertical-align: middle;
}

.cart-list .grocery-lists .grocery-store .img {
    border: 4px solid white;
    width: 50px;
    height: 50px;
    float: left;
    background: #f8f8f8;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.6);
}

.cart-list .grocery-lists .grocery-store .inputs {
    float: right;
    height: 100%;
    width: 50%;
    text-align: right;
}

.cart-list .grocery-lists .grocery-store .inputs .item {
    display: inline-block;
    height: 100%;
    line-height: 36px;
    text-align: left;
    color: #dc4e04;
    font-size: 15px;
    margin-right: 13px;
}

.cart-list .grocery-lists .grocery-store .inputs .item div.item-price {
    line-height: 1;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
}

.cart-list .grocery-lists .grocery-store .inputs .item div.items {
    line-height: 1;
    text-align: left;
    color: 12px;
    color: #333;
}

.cart-list .grocery-lists .grocery-store .inputs .price {
    font-size: 12px;
    margin-right: 10px;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    font-size: 15px;
    margin-right: 67px;
}

.cart-list .grocery-lists .grocery-store .inputs input.quantity {
    font-size: 12px;
    width: 50px;
    padding: 6px 3px;
    text-align: center;
    margin-right: 10px;
    color: black;
    border: 1px solid #666666;
    background: #fff;
}

.cart-list .grocery-lists .grocery-store .inputs .btn {
    background: #5BB75B;
    color: #fff;
    width: 65px;
    padding: 5px 3px;
    text-align: center;
    border-radius: 2px;
    position: relative;
}

.cart-list .grocery-lists .grocery-store .inputs .btn:focus {
    outline: none;
}

.cart-list .grocery-lists .grocery-store .inputs .btn .sk-three-bounce {
    position: absolute;
    top: -29px;
    left: -10px;
}

.cart-list .grocery-lists .grocery-store .inputs .btn .sk-three-bounce .sk-child {
    width: 8px;
    height: 8px;
    background: #fff;
}

.cart-list .grocery-lists .grocery-store .inputs .btn.transmiting {
    padding: 13px 3px;
}

.cart-list .grocery-lists .grocery-store .inputs .btn.transmiting .sk-three-bounce {
    top: -30px;
}

.cart-list .grocery-lists .grocery-store .inputs select {
    border: 2px solid #666666;
    width: 80px;
    margin-right: 10px;
    font-size: 12px;
    padding: 5px 3px;
}

.cart-list .grocery-lists .grocery-store .contact {
    font-size: 10.5px;
    vertical-align: baseline !important;
}

.cart-list .grocery-lists .grocery-store .contact a {
    margin-right: 5px;
    text-decoration: none;
    color: inherit;
}

.cart-list .grocery-lists .grocery-store .contact a:hover {
    color: #dc4e04;
}

.cart-list .grocery-lists .grocery-store .content {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.cart-list .grocery-lists .grocery-store .content .name {
    font-weight: bold;
}

.cart-list .grocery-lists .grocery-store .content .name a {
    text-decoration: none;
    color: inherit;
}

.cart-list .grocery-lists .grocery-store .content .name a:hover {
    color: #dc4e04;
}

.cart-list .grocery-lists .grocery-store .content .description {
    color: #999;
    font-size: 90%;
}

.cart-list .grocery-lists .grocery-store .content .location {
    font-size: 90%;
}

.cart-list .grocery-lists .inner-items {
    padding: 10px;
}

.cart-list .grocery-lists .inner-items .item-lists {
    display: block;
    position: relative;
    margin-top: -1px;
    text-align: left;
    padding: 8px;
    height: auto;
}

.cart-list .grocery-lists .inner-items .item-lists.updated {
    background-color: rgba(249, 180, 82, 0.3);
}

.cart-list .grocery-lists .inner-items .item-lists.new {
    background-color: rgba(26, 206, 71, 0.3);
}

.cart-list .grocery-lists .inner-items .item-lists * {
    vertical-align: middle;
}

.cart-list .grocery-lists .inner-items .item-lists .img {
    border: 4px solid white;
    width: 50px;
    height: 50px;
    float: left;
    background: #f8f8f8;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    box-shadow: 0px 0px 3px rgba(100, 100, 100, 0.6);
}

.cart-list .grocery-lists .inner-items .item-lists .content {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 45%;
}

.cart-list .grocery-lists .inner-items .item-lists .content .name {
    font-size: 13px;
    font-weight: 600;
}

.cart-list .grocery-lists .inner-items .item-lists .content .location {
    font-size: 13px;
    color: #666;
}

.cart-list .grocery-lists .inner-items .item-lists .content .btn {
    background: transparent;
    color: #dc4e04;
    width: 50px;
    border-radius: 2px;
    font-size: 12px;
    position: relative;
    display: block;
    text-align: left;
    padding: 0;
}

.cart-list .grocery-lists .inner-items .item-lists .content .btn:focus {
    outline: none;
}

.cart-list .grocery-lists .inner-items .item-lists .content .btn:active {
    box-shadow: none;
}

.cart-list .grocery-lists .inner-items .item-lists .content .btn .sk-three-bounce {
    position: absolute;
    top: -31px;
    left: -16px;
}

.cart-list .grocery-lists .inner-items .item-lists .content .btn .sk-three-bounce .sk-child {
    width: 8px;
    height: 8px;
    background: #fff;
}

.cart-list .grocery-lists .inner-items .item-lists .content .btn.transmiting {
    padding: 13px 3px;
}

.cart-list .grocery-lists .inner-items .item-lists .content .btn.transmiting .sk-three-bounce {
    top: -30px;
}

.cart-list .grocery-lists .inner-items .item-lists .inputs {
    float: right;
    width: 30%;
    text-align: right;
}

.cart-list .grocery-lists .inner-items .item-lists .inputs .price {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #dc4e04;
    padding-bottom: 5px;
    font-size: 14px;
}

.cart-list .grocery-lists .inner-items .item-lists .inputs input.quantity {
    font-size: 12px;
    width: 50px;
    padding: 6px 3px;
    text-align: center;
    color: black;
    border: 1px solid #666666;
    background: #fff;
    display: block;
    float: right;
}

.cart-list .grocery-lists .inner-items .item-lists .inputs .btn {
    background: #dc4e04;
    color: #fff;
    width: 50px;
    padding: 5px 3px;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    position: relative;
    display: block;
    float: right;
}

.cart-list .grocery-lists .inner-items .item-lists .inputs .btn:focus {
    outline: none;
}

.cart-list .grocery-lists .inner-items .item-lists .inputs .btn .sk-three-bounce {
    position: absolute;
    top: -31px;
    left: -16px;
}

.cart-list .grocery-lists .inner-items .item-lists .inputs .btn .sk-three-bounce .sk-child {
    width: 8px;
    height: 8px;
    background: #fff;
}

.cart-list .grocery-lists .inner-items .item-lists .inputs .btn.transmiting {
    padding: 13px 3px;
}

.cart-list .grocery-lists .inner-items .item-lists .inputs .btn.transmiting .sk-three-bounce {
    top: -30px;
}

.cart-list .grocery-lists .inner-items .item-lists .inputs select {
    border: 2px solid #666666;
    width: 80px;
    margin-right: 10px;
    font-size: 12px;
    padding: 5px 3px;
}

.cart-list .grocery-lists .price-section {
    border-top: 2px solid #f2f2f2;
    padding: 10px 12px;
}

.cart-list .grocery-lists .price-section table {
    width: 100%;
    border-collapse: collapse;
}

.cart-list .grocery-lists .price-section table tr td .items {
    line-height: 1;
    text-align: left;
    font-size: 13px;
    color: #333;
}

.cart-list .grocery-lists .price-section table tr td .price {
    text-align: left;
    font-weight: 600;
    font-size: 19px;
    color: #dc4e04;
}

.cart-list .grocery-lists .price-section table tr td .btn {
    background: #5bb75b;
    color: #fff;
    width: 60px;
    padding: 6px 3px;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    position: relative;
    float: right;
}

.cart-list .grocery-lists .price-section table tr td .btn:focus {
    outline: none;
}

.cart-list .grocery-lists .price-section table tr td .btn .sk-three-bounce {
    position: absolute;
    top: -31px;
    left: -16px;
}

.cart-list .grocery-lists .price-section table tr td .btn .sk-three-bounce .sk-child {
    width: 8px;
    height: 8px;
    background: #fff;
}

.cart-list .grocery-lists .price-section table tr td .btn.transmiting {
    padding: 13px 3px;
}

.cart-list .grocery-lists .price-section table tr td .btn.transmiting .sk-three-bounce {
    top: -30px;
}

.cart-list .grocery-lists .price-section table tr td.btn-wrap {
    width: 75px;
}

.cart-list .grocery-lists .price-section .buy-btn {
    float: right;
    text-align: right;
}

.cart-list .grocery-lists .price-section .buy-btn .btn {
    background: #5bb75b;
    color: #fff;
    width: 50px;
    padding: 5px 3px;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    position: relative;
}

.cart-list .grocery-lists .price-section .buy-btn .btn:focus {
    outline: none;
}

.cart-list .grocery-lists .price-section .buy-btn .btn .sk-three-bounce {
    position: absolute;
    top: -31px;
    left: -16px;
}

.cart-list .grocery-lists .price-section .buy-btn .btn .sk-three-bounce .sk-child {
    width: 8px;
    height: 8px;
    background: #fff;
}

.cation {
    color: red;
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.page-popup-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.page-popup-wrap .page-popup {
    width: 85%;
    margin: 20px auto;
    height: auto;
    background-color: #ffffff;
    webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 3px;
}

.page-popup-wrap .page-popup .close-x {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #DC4E04;
    text-align: center;
    font-size: 17px;
    padding-top: 2px;
    right: -15px;
    top: -15px;
    color: #DC4E04;
    z-index: 1;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.page-popup-wrap .page-popup .content-section {
    padding: 30px;
    background-color: #DC4E04;
    color: #ffffff;
    font-size: 15px;
    position: relative;
}

.page-popup-wrap .page-popup .content-section .triangle {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #DC4E04;
    bottom: -12px;
    left: 50%;
    margin-left: -27px;
}

.page-popup-wrap .page-popup .button-section {
    padding: 30px;
    text-align: center;
    margin-top: 0;
}

.page-popup-wrap .page-popup .button-section a {
    display: block;
    padding: 10px 29px;
    border-radius: 3px;
    color: #333;
    border: 1px solid #666666;
}

.page-popup-wrap .page-popup .button-section a.non-guest {
    margin-bottom: 10px;
    color: #666;
}

.page-popup-wrap .page-popup .button-section a.non-guest:hover {
    background-color: #DC4E04;
    color: #ffffff;
    border: 1px solid transparent;
}

.page-popup-wrap .page-popup .button-section a.guest {
    margin-bottom: 10px;
    color: #666;
}

.page-popup-wrap .page-popup .button-section a.guest:hover {
    background-color: #449d44;
    color: #ffffff;
    border: 1px solid transparent;
}

.page-popup-wrap .page-popup .button-section a:hover {
    text-decoration: none;
}

.grocery-not-added-flash,
.grocery-in_active_store-flash {
    width: 100%;
    height: 45px;
    position: absolute;
    line-height: 17px;
    top: 49px;
    left: 0;
    background: #fff;
    animation-duration: 0.5s;
    background-color: rgba(255, 0, 0, 0.8);
    color: #fff;
    display: none;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 20px;
    webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}

#mobile-login-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
}

#mobile-login-wrap .help-block {
    color: #b94a48;
}

#mobile-login-wrap .login-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: block;
}

#mobile-login-wrap .login-overlay #login {
    width: 100%;
    height: 100%;
    padding: 40px 10px;
    overflow: auto;
}

#mobile-login-wrap .login-overlay #login .login-wrap {
    background: rgba(255, 255, 255, 0.95);
    height: auto;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
}

#mobile-login-wrap .login-overlay #login .login-wrap .form-section {
    height: 100%;
    width: 100%;
    padding: 30px 30px 50px 30px;
}

#mobile-login-wrap .login-overlay #login .login-wrap .form-section .img-logo {
    text-align: center;
}

#mobile-login-wrap .login-overlay #login .login-wrap .form-section .img-logo img {
    width: 55%;
    height: auto;
}

#mobile-login-wrap .login-overlay #login .login-wrap .form-section .form-heading {
    font-size: 19px;
    color: #333;
    text-align: center;
}

#mobile-login-wrap .login-overlay #login .login-wrap .form-section .form-wrap {
    margin-top: 15px;
    margin-bottom: 10px;
}

#mobile-login-wrap .login-overlay #login .login-wrap .form-section button.login-submit {
    border: none;
    padding: 12px 0px;
    margin-top: 15px;
    background-color: #DF4E00;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
}

#mobile-login-wrap .login-overlay #login .login-wrap .form-section button.login-submit:focus {
    outline: none;
    box-shadow: none;
}

#mobile-login-wrap .login-overlay #login .login-wrap .form-section .signup-text {
    text-align: center;
    padding-top: 2em;
    color: #555;
    font-size: 13px;
}

#mobile-login-wrap .login-overlay #login .login-wrap .form-section .signup-text a {
    color: #DF4E00;
}

#mobile-login-wrap .login-overlay #login .login-wrap .form-section .signup-text a:hover {
    color: #DF4E00;
}

#mobile-login-wrap .login-overlay #login .login-wrap .form-section .form-wrap:nth-child(3) {
    margin-top: 15px;
}

#mobile-login-wrap .login-overlay #login .login-wrap .form-section .form-wrap .form-label {
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
    color: #444;
}

#mobile-login-wrap .login-overlay #login .login-wrap .form-section .form-wrap input {
    width: 100%;
    height: 40px;
    font-size: 13px;
    padding: 0 10px;
    border: 1px solid #E7E7E7;
}

#mobile-login-wrap .login-overlay #login .outside-content {
    text-align: center;
    margin-top: 2em;
}

#mobile-login-wrap .login-overlay #login .outside-content ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#mobile-login-wrap .login-overlay #login .outside-content ul li {
    display: inline-block;
}

#mobile-login-wrap .login-overlay #login .outside-content ul li a {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}

#mobile-login-wrap .login-overlay #login .outside-content ul li a:hover {
    text-decoration: underline;
}

#signup-wrap {
    width: 100%;
    height: 100%;
}

#signup-wrap .help-block {
    color: #b94a48;
}

#signup-wrap .signup-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: block;
}

#signup-wrap .signup-overlay #signup {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 30px;
}

#signup-wrap .signup-overlay #signup .signup-wrap {
    background: rgba(255, 255, 255, 0.95);
    height: auto;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-heading {
    background-color: #494949;
    color: #ffffff;
    height: 50px;
    border-bottom: 2px solid #dd4f05;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-heading li {
    height: 100%;
    width: 50%;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-heading li a {
    height: 100%;
    color: #ffffff !important;
    border-radius: 0;
    line-height: 29px;
    border: none;
    background-color: #494949;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-heading li a:hover {
    color: #ffffff !important;
    border-radius: 0;
    height: 100%;
    line-height: 29px;
    border: none;
    background-color: #494949;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-heading li.active a {
    color: #ffffff !important;
    border-radius: 0;
    height: 100%;
    line-height: 29px;
    border: none;
    background-color: #dc4e04;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content {
    padding: 20px 0;
    min-height: 20em;
    color: #333;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .active {
    color: #333 !important;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section i {
    display: none;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-logo {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-logo img {
    width: 54%;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .title {
    font-size: 19px;
    color: #333;
    padding-bottom: 25px;
    text-align: center;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap {
    width: 100%;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.full .caption {
    display: block;
    font-size: 14px;
    color: #444;
    text-align: left;
    font-weight: 500;
    padding-left: 0;
    padding-bottom: 10px;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.full .account-type-wrap {
    display: inline-block;
    margin-right: 10px;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.full .account-type-wrap label {
    display: inline-block;
    border: 1px solid #e7e7e7;
    font-weight: 500;
    padding: 7px 10px;
    border-radius: 2px;
    cursor: pointer;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.full .account-type-wrap input {
    display: none !important;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.full .account-type-wrap input[type=radio]:checked+label {
    background-color: #DF4E00;
    color: #fff;
    border: 1px solid transparent;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form span.label {
    display: block;
    font-size: 14px;
    color: #444;
    text-align: left;
    font-weight: 500;
    padding-left: 0;
    padding-bottom: 10px;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form .subdomain-wrap {
    width: 100%;
    position: relative;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form .subdomain-wrap input {
    width: 60%;
    height: 40px;
    font-size: 13px;
    padding: 0 20px 0 10px;
    border: 1px solid #E7E7E7;
    position: relative;
    border-radius: 0;
    margin: 0;
    float: left;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form .subdomain-wrap .domain-text {
    float: right;
    width: 40%;
    color: #333;
    background-color: #efefef;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form .input-append input {
    width: 100%;
    height: 40px;
    font-size: 13px;
    padding: 0 20px 0 10px;
    border: 1px solid #E7E7E7;
    position: relative;
    border-radius: 0;
    margin: 0;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form .input-append input:focus {
    outline: none;
    box-shadow: none;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form input {
    width: 100%;
    height: 40px;
    font-size: 13px;
    padding: 0 20px 0 10px;
    border: 1px solid #E7E7E7;
    position: relative;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form input:focus {
    outline: none;
    box-shadow: none;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form select {
    width: 100%;
    height: 40px;
    font-size: 13px;
    padding: 0 40px 0 10px;
    border: 1px solid #E7E7E7;
    position: relative;
    background-color: #ffffff;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form select:focus {
    outline: none;
    box-shadow: none;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form:nth-child(1) {
    padding-right: 5px;
    padding-bottom: 20px;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form:nth-child(1) i {
    position: absolute;
    right: 13px;
    top: 41px;
    font-size: 12px;
    color: #999;
    cursor: pointer;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form:nth-child(2) {
    padding-bottom: 20px;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section .form-wrap.half .form:nth-child(2) i {
    position: absolute;
    right: 7px;
    top: 41px;
    font-size: 12px;
    color: #999;
    cursor: pointer;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section button {
    border: none;
    padding: 9px 0px;
    margin-top: 25px;
    background-color: #DF4E00;
    color: #ffffff;
    font-weight: 600;
    width: 150px;
    float: right;
}

#signup-wrap .signup-overlay #signup .signup-wrap .tab-content .tab-pane .form-section button:focus {
    outline: none;
    box-shadow: none;
}

#signup-wrap .signup-overlay #signup .outside-content {
    text-align: center;
    margin-top: 3em;
}

#signup-wrap .signup-overlay #signup .outside-content ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#signup-wrap .signup-overlay #signup .outside-content ul li {
    display: inline-block;
}

#signup-wrap .signup-overlay #signup .outside-content ul li a {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}

#signup-wrap .signup-overlay #signup .outside-content ul li a:hover {
    text-decoration: underline;
}

.s-input {
    height: 40px !important;
}

.input-icon.right i {
    top: 3px !important;
}