/* text */

.text-20 {
    font-size: 20px;
}

.text-24 {
    font-size: 24px;
}

.text-gray {
    color: #9A9D9B;
}

.text-10 {
    font-size: 10px;
}

.text-16 {
    font-size: 16px;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.p-relative {
    position: relative;
}
.px-03{
    padding-left: 3px;
    padding-right: 3px;
}
.px-15 {
    padding: 0 15px;
}

.px-07 {
    padding: 0 7px;
}

.mx-0 {
    margin: auto 0;
}

.text-darkgreen {
    color: #4C6E43;
}

.text-blue {
    color: #429dac;
}

.text-white {
    color: #fff;
}

.hidden {
    display: none;
}

.bg-lightgray {
    background-color: #F5F6F6;
}

.bg-blue {
    background-color: #429dac;
}

.bg-darkgray {
    background-color: #989e9a;
    color: #fff;
}

.text-light {
    font-weight: lighter;
}

.overflow-hidden {
    overflow: hidden;
}


/*btn*/

.btn-darkgreen {
    background-color: #4C6E43;
    color: white;
}

.btn-blue {
    border: none;
    background-color: #4F9DAC;
    color: #fff;
}

.btn-light {
    border: 1px solid #4F9DAC!important;
    color: #4F9DAC;
    background-color: #fff;
}

.btn-lightgreen {
    background-color: #9DE38A;
    color: #4C6E43;
}

.btn-lightblue {
    background-color: #429dac;
    color: #fff!important;
}


/*left menu*/

.cate-second {
    background: #4F9DAC;
    color: #fff;
    text-indent: 5px;
}

.cate-second.shadow-top {
    box-shadow: inset 0px 11px 8px -10px #3c636b;
}

.cate-third {
    background: #999e9a;
    color: #fff;
    text-indent: 12px;
}

.cate-third.shadow-top {
    box-shadow: inset 0px 11px 8px -10px #626667;
}

.menu .menu-content .info-block {
    color: #999e9a;
    font-size: 14px;
    box-shadow: -2px -2px 8px #dadada;
    padding: 5px 0;
}

.menu .menu-content .info-block p {
    margin-bottom: 0;
}


/* category menu*/

.category-menu2 {
    background-color: #000;
}

.category-menu2 .dropdown {
    display: inline-block;
    padding: 15px 18px;
}

.category-menu2 .dropdown.show {
    background-color: #fff;
}

.category-menu2 .dropdown a {
    color: #9A9D9B;
    font-size: 18px;
}

.category-menu2 .dropdown.show a {
    color: #4f9dac;
}

.dropdown-toggle::after {
    display: none;
}

.category-menu2 .dropdown .dropdown-menu {
    padding: 3px 0px;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: rgba(128, 128, 128, 0.52) 0px 2px 8px;
}

.category-menu2 .dropdown .dropdown-menu li {
    line-height: 34px;
    background: #ffc82b;
    padding: 0 15px;
    margin: 3px 0;
    background: rgba(154, 157, 155, 1);
    background: -moz-linear-gradient(top, rgba(154, 157, 155, 1) 0%, rgba(154, 157, 155, 1) 45%, rgba(19, 19, 19, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(154, 157, 155, 1)), color-stop(45%, rgba(154, 157, 155, 1)), color-stop(100%, rgba(19, 19, 19, 1)));
    background: -webkit-linear-gradient(top, rgba(154, 157, 155, 1) 0%, rgba(154, 157, 155, 1) 45%, rgba(19, 19, 19, 1) 100%);
    background: -o-linear-gradient(top, rgba(154, 157, 155, 1) 0%, rgba(154, 157, 155, 1) 45%, rgba(19, 19, 19, 1) 100%);
    background: -ms-linear-gradient(top, rgba(154, 157, 155, 1) 0%, rgba(154, 157, 155, 1) 45%, rgba(19, 19, 19, 1) 100%);
    background: linear-gradient(to bottom, rgba(154, 157, 155, 1) 0%, rgba(154, 157, 155, 1) 45%, rgba(19, 19, 19, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9a9d9b', endColorstr='#131313', GradientType=0);
}

.category-menu2 .dropdown .dropdown-menu li a {
    color: #000;
}

.category-menu2 .dropdown .dropdown-menu li:hover {
    color: #fff;
    background: rgba(79, 156, 172, 1);
    background: -moz-linear-gradient(top, rgba(79, 156, 172, 1) 0%, rgba(79, 156, 172, 1) 44%, rgba(82, 82, 82, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79, 156, 172, 1)), color-stop(44%, rgba(79, 156, 172, 1)), color-stop(100%, rgba(82, 82, 82, 1)));
    background: -webkit-linear-gradient(top, rgba(79, 156, 172, 1) 0%, rgba(79, 156, 172, 1) 44%, rgba(82, 82, 82, 1) 100%);
    background: -o-linear-gradient(top, rgba(79, 156, 172, 1) 0%, rgba(79, 156, 172, 1) 44%, rgba(82, 82, 82, 1) 100%);
    background: -ms-linear-gradient(top, rgba(79, 156, 172, 1) 0%, rgba(79, 156, 172, 1) 44%, rgba(82, 82, 82, 1) 100%);
    background: linear-gradient(to bottom, rgba(79, 156, 172, 1) 0%, rgba(79, 156, 172, 1) 44%, rgba(82, 82, 82, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4f9cac', endColorstr='#525252', GradientType=0);
}

.category-menu2 .dropdown .dropdown-menu li:hover a {
    color: #fff;
}


/*navbar*/

.navbar_c {
    height: 60px;
    padding: 20px 15px;
    box-shadow: 1px 3px 5px #e2e2e2;
}

.navbar_c img {
    vertical-align: top;
}

.navbar_c #openMenu img {
    height: 17px;
}

.cart-icon {
    margin-top: -2px;
    cursor: pointer;
}

.cart-icon img {
    height: 25px;
}

.cart-number {
    position: absolute;
    top: -7px;
    right: -7px;
    color: white!important;
    font-size: 6px;
    display: inline-block;
    text-align: center;
    width: 18px;
    line-height: 13px;
    background: #4f9dac;
    border: 2px solid #f7f7f7;
    border-radius: 50%;
}

.navbar_c .logo {
    display: inline-block;
    position: absolute;
    margin-left: -75px;
    margin-top: -9px;
    left: 50%;
}

.navbar_c .logo img {
    height: 41px;
}

.bg-faded {
    background-color: #fff;
}


/*product page temp 2*/

#middle.temp-2 .information-wrap {
    background-color: #F7F8F8;
    padding-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

#middle.temp-2 .container {
    overflow: hidden;
}

#middle.temp-2 .information-wrap:after {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 300%;
    height: 100%;
    -webkit-border-radius: 47%;
    border-radius: 47%;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2), 0px -3px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2), 0px -3px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2), 0px -3px 10px rgba(0, 0, 0, 0.4);
    z-index: -2;
}

.product-content.temp-2 p {
    position: relative;
    z-index: 1;
}

.btn-buy-red {
    height: 41px;
    background-color: #4F9DAC;
    color: white;
    /*box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);*/
    cursor: pointer;
}

.btn-buy-green {
    height: 36px;
    background-color: #4C6E43;
    color: white;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#middle.temp-2 .buy-list {
    padding: 10px 0;
    font-size: 12px;
}

#middle.temp-2 .progress-wrap {
    padding: 0 5px;
    text-align: right;
    height: 8px;
}

#middle.temp-2 .progress {
    margin: 0 10px 5px 10px;
    -webkit-box-shadow: inset 0px 0px 9px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 9px -1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 9px -1px rgba(0, 0, 0, 0.2);
}

#middle.temp-2 .percent {
    margin: 0 10px;
    text-align: right;
    color: #727171;
}

#middle.temp-2 .progress .progress-bar {
    height: 8px;
    color: #fff;
    background-color: #4F9DAC;
}

#middle.temp-2 .row-number {
    color: #727171;
    margin-right: 20%;
    padding-left: 30px;
    padding-right: 15px;
}

#middle.temp-2 .row-number h3 {
    font-size: 22px;
    font-weight: 200;
}

#middle.temp-2 .row-number p {
    font-size: 9px;
    margin-bottom: 5px;
}

#middle.temp-2 .row-number .col-4 {
    position: relative;
    padding-right: 6px!important;
    background-image: url("../images/shadow.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

#middle.temp-2 .main-info-wrap {
    color: #3E3A39!important;
    padding-left: 0;
    padding-right: 0;
}

#middle.temp-2 .main-info-wrap p,
.productlist-page .product-wrap p {
    font-size: 14px;
    margin-bottom: 0;
    /*color:#9A9D9B;*/
}

.productlist-page .product-wrap .main-info-wrap p {
    color: #4F9DAC;
	font-size: 14px;
}

.productlist-page .product-wrap .main-info-wrap h5 {
    color: #9A9D9B;
}

#middle.temp-2 .price-line,
.productlist-page .product-wrap .price-line {
    font-size: 12px;
    color: #3E3A39;
}

#middle.temp-2 .price-line span.original-price {
    font-size: 14px;
}

#middle.temp-2 .price-line .text-sale {
    color: #4F9DAC;
}

.productlist-page .product-wrap .price-line .text-sale {
    color: #4F9DAC;
}

#middle.temp-2 .price-line .text-sale-lg {
    font-size: 24px;
    color: #4F9DAC;
    font-weight: 600;
}

.productlist-page .product-wrap .price-line .text-sale-lg {
    font-size: 24px;
    color: #4F9DAC;
    font-weight: 600;
}

#middle.temp-2 .addToCart {
    background-color: #4F9DAC;
    border-color: #4F9DAC;
    color: #fff;
}

.productlist-page .addToCart {
    line-height: 1;
    color: #fff;
    border: 1px solid #4F9DAC;
    background: #4F9DAC;
    /*margin: 6px 0;*/
}


#middle.temp-2 .goToCart {
    background-color: transparent;
    border-color: #4F9DAC;
    color: #4F9DAC !important;
}

.productlist-page .gotoCart {
    line-height: 1;
    color: #4F9DAC!important;
    background: #fff;
    border: 1px solid #4F9DAC;
}

#middle.temp-2 .main-info-wrap .col-6 .btn,
.productlist-page .product-wrap .col-6 .btn {
    color: #fff;
    font-size: 0.7rem;
    padding: 0.5rem 0.3rem;
    cursor: pointer;
}

#middle.temp-2 #selectProduct {
    border: solid 1px;
    border-radius: 0;
    background-color: #fff;
    border-color: #DCDDDD;
    font-size: 11px;
    padding: .5rem .6rem;
    line-height: 1;
    height: 30px!important;
    text-align: left;
}

#middle.temp-2 #selectProduct+ i.fa {
    float: right;
    margin-top: -30px;
    margin-right: 1px;
    pointer-events: none;
    background-color: #dcdddd;
    padding: 6px 6px;
    color: #898989;
    font-size: 18px;
}

.category-menu {
    font-size: 11px;
}

.category-menu h6 {
    color: #3E3A39;
    font-size: 12px;
}

.category-menu .fa {
    color: #B5B5B6;
}

.category-menu ul {
    margin: 0;
    -webkit-padding-start: 0;
}

.category-menu li {
    text-decoration: none;
    list-style-type: none;
}

.category-menu li.main-cate {
    background-color: #4f9dac;
    color: #fff;
    padding: 5px 10px;
}

.category-menu li.sub-cate a {
    color: #3E3A39;
    border-bottom: 1px solid #727171;
    padding: 15px;
    display: block;
}

.category-menu .item-wrap {
    padding: 10px 0;
    border-bottom: 1px solid;
}

.category-menu li.item a {
    padding: 0px 28px;
    color: #3E3A39;
    display: block;
}

.product-page .cate-row {
    font-size: 11px;
    color: #3E3A39;
}

.product-page .cate-row .fa {
    color: #B5B5B6;
}

.search-group {
    position: relative;
}

.search-group input {
    border-radius: 0;
    line-height: 1;
}

.search-group i {
    position: absolute;
    top: 11px;
    right: 5px;
    color: #4f9dac!important;
    cursor: pointer;
    vertical-align: middle;
}


/*thankyou-page*/

.thankyou-page {
    background: #F7F8F8;
    padding: 20px 15px;
}

.thankyou-page h1 {
    font-weight: 100;
}

.thankyou-page .bg-blue {
    padding: 20px;
    margin: 20px -15px;
}

.thankyou-page .card {
    border-radius: 0;
    color: #9A9D9B;
}

.thankyou-page .card-wrap {
    box-shadow: 0px 5px 4px -2px #e2e2e2;
    padding-bottom: 28px;
    padding-left: 0;
    padding-right: 0;
}

.thankyou-page .q-block {
    box-shadow: 0px 5px 4px -2px #e2e2e2;
    padding: 20px;
}


/*error page*/

.error-page.container-desk {
    padding-top: 30px;
}

.error-page .error-icon {
    max-width: 350px;
}

.error-page .logo {
    max-width: 200px;
}

.error-page h4 {
    font-weight: 100;
}

.error-page .col-6 {
    max-width: 300px;
    padding-left: 0px;
    padding-right: 0px;
}

.error-page .shadow-block {
    position: relative;
    background-color: white;
    margin-bottom: 30px;
}

.error-page .shadow-block .shadow-cover {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.error-page .shadow-new {
    content: "";
    position: absolute;
    left: -50%;
    bottom: 0px;
    width: 200%;
    height: 150%;
    -webkit-border-radius: 47%;
    border-radius: 73%;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2), 0px -3px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2), 0px -3px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.22), 0px 0px 0px #fff;
    z-index: -1;
}

.error-page .shadow-block .shadow-show {
    position: relative;
    padding-bottom: 10px;
    z-index: 2;
}

.overflow-hidden {
    overflow: hidden;
}


/*product desktop*/

#middle.temp-2 {
    font-size: 11px;
}

#middle.temp-2 .information-wrap.hidden-md-down {
    background: none;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
}

#middle.temp-2 .information-wrap.hidden-md-down:after {
    box-shadow: none;
}

#middle.temp-2 select.form-control {
    font-size: 11px;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border: solid 1px;
    border-radius: 0;
    background-color: #fff;
    border-color: #DCDDDD;
    font-size: 13px;
    padding: .5rem .6rem;
    line-height: 1;
    height: 30px!important;
    min-width: 120px;
}

select.form-control + i.fa {
    float: right;
    margin-top: -30px;
    margin-right: 1px;
    pointer-events: none;
    background-color: #dcdddd;
    padding: 6px 6px;
    color: #898989;
    font-size: 18px;
}

#productModal.temp-2 .modal-header,
#promoteModal.temp-2 .modal-header {
    background-color: #4F9DAC;
    color: #fff;
    text-align: center;
    border-bottom: none;
    padding: 6px 20px;
}

#productModal.temp-2 .modal-header h4,
#promoteModal.temp-2 .modal-header h4 {
    font-size: 16px;
}

#productModal.temp-2 .modal-header .modal-title,
#promoteModal.temp-2 .modal-header .modal-title {
    text-align: center;
    margin: auto;
}

#productModal.temp-2 .modal-header button.close,
#promoteModal.temp-2 .modal-header button.close {
    color: #fff;
}

#productModal.temp-2 .modal-header button.close span,
#promoteModal.temp-2 .modal-header button.close span {
    font-size: 16px;
    vertical-align: middle;
}

#productModal.temp-2 .modal-content .table,
#promoteModal.temp-2 .modal-content .table {
    margin-bottom: 0;
}

#productModal.temp-2 .modal-content .table tbody,
#promoteModal.temp-2 .modal-content .table tbody {
    font-size: 16px;
    font-weight: 200;
}

#productModal.temp-2 .modal-content .product-amount {
    font-weight: 500;
    font-size: 24px;
    vertical-align: middle;
}

#productModal.temp-2 .modal-content .table tbody tr,
#promoteModal.temp-2 .modal-content .table tbody tr {
    border-bottom: #eceeef solid 2px;
    background: #fff;
}

#productModal.temp-2 .modal-content .table tbody tr td,
#promoteModal.temp-2 .modal-content .table tbody tr td {
    /*padding: 0px 20px !important;*/
    vertical-align: middle;
}

#productModal.temp-2 .modal-content td .fa,
#promoteModal.temp-2 .modal-content td .fa {
    background-color: #F7F8F8;
    padding: 5px 6px;
    border-radius: 36px;
    width: 22px;
    height: 22px;
    color: #B5B5B6;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
}

#productModal.temp-2 .modal-content td .fa.text-gray,
#promoteModal.temp-2 .modal-content td .fa.text-gray {
    color: #dedede;
}

#productModal.temp-2 #confirmProduct,
#promoteModal.temp-2 #promoteBtn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #4F9DAC;
    border: 1px solid #4F9DAC;
    border-radius: 8px;
    padding: 7px;
    font-size: 16px;
    margin-top: 10px;
}

#productModal .modal-content,
#promoteModal .modal-content {
    background: transparent;
    border: none;
}


/*addon*/

#addonCarousel .price-line .text-sale {
    color: #C30D23;
}

#addonCarousel .price-line .text-sale-lg {
    font-size: 28px;
    color: #C30D23;
    font-weight: 600;
}

#addonCarousel .price-line {
    width: auto;
    margin: auto;
    /*padding: 0 40px;*/
    line-height: 1.2;
}

#addonCarousel .input-group.d-inline-block {
    width: 100%;
    padding: 0 40px;
}

#addonCarousel .carousel-indicators li,
#homeCarousel .carousel-indicators li {
    max-width: 6px;
}

.btn-addToCart-wrap {
    margin-top: 36px!important;
}

#addonCarousel .drop-down-list {
    border: none!important;
}

#addonCarousel .drop-down-list button:nth-of-type(2) {
    border: none;
    background: #DCDDDD;
    padding: 5px 5px!important;
}

#addonCarousel .drop-down-list button i {
    color: #888;
    font-size: 16px;
    vertical-align: initial;
}

#addonCarousel button:nth-of-type(1) {
    min-width: 77px;
    border-color: #DCDDDD;
    line-height: 0.95;
}

#addonCarousel .dropdown-menu {
    min-width: 100px;
}

#addonCarousel .quantity-control {
    color: #B5B5B6;
    border-radius: 50%;
    background: #eee;
    width: 22px;
    text-align: center;
    line-height: 22px;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}

#addonCarousel .quantity-control.disabled {
    color: #dedede;
}

#addonCarousel .quantity-value {
    margin: 0px;
    width: 16px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    font-weight: 200;
    font-size: 24px;
    vertical-align: middle;
}

.shadow-bottom {
    -webkit-box-shadow: 0 6px 4px -4px rgba(195, 195, 195, 0.8);
    -moz-box-shadow: 0 6px 4px -4px rgba(195, 195, 195, 0.8);
    box-shadow: 0 6px 4px -4px rgba(195, 195, 195, 0.8);
}

.shadow-bottom:last-of-type {
    box-shadow: none;
}


/* home */

.home .shadow-block {
    position: relative;
    background-color: white;
    margin-bottom: 14px;
	padding-right: 20px;
    padding-left: 0px;
}

.home .shadow-block img {}

.shadow-new {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0px;
    width: 300%;
    height: 100%;
    -webkit-border-radius: 47%;
    border-radius: 73%;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2), 0px -3px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2), 0px -3px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4), 0px 0px 0px #fff;
    z-index: -1;
}

.home .discount-block {
	padding-right: 20px;
    padding-left: 0px;
}

#homeCarousel {
    margin-bottom: 40px;
    background-color: #fff;
}

@media (max-width: 768px) {
    #homeCarousel {
        margin-bottom: .5rem!important;
        background-color: #fff;
    }
}

/*footer*/

.footer {
    padding-top: 5px;
    background-color: #F7F8F8;
    padding-bottom: 15px;
}

.footer .border-bottom {
    border-bottom: 2px solid #DCDDDD;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.footer a {
    font-size: 13px;
}

.footer p {
    color: #9A9D9B;
}

.fb_text {
    color: #4f9dac;
    line-height: 24px;
    vertical-align: middle;
    font-weight: 100;
    font-size: 12px
}

.ft-text-blue {
    color: #4F9DAC;
    font-weight: 600;
}

.ft-text-black {
    color: #9A9D9B;
}


/* cart page */

.cart-page .row-header {
    font-size: 14px;
    position: relative;
    z-index: 12;
}

.cart-page .row-header div {
    position: relative;
    z-index: 11;
}

.cart-page .card.product {
    text-align: center;
}

.cart-page .quantity-control {
    color: #B5B5B6;
    border-radius: 50%;
    background: #eee;
    width: 22px;
    text-align: center;
    line-height: 22px;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}

.cart-page .quantity-control.disabled {
    color: #dedede;
}

.cart-page .quantity-value {
    margin: 0px;
    /*width: 16px;*/
    text-align: center;
    line-height: 30px;
    display: inline-block;
    font-weight: 200;
    font-size: 24px;
    vertical-align: middle;
}

#cartSwitch {
    border-top: 1px solid #4C6E43;
    color: #595757;
}

#cartSwitch img {
    height: 15px;
    color: #595757;
}

#nextStep {
    background-color: #4f9dac;
    border-color: #4f9dac;
    color: #fff;
}

.cart-page .cart-total-info h4 {
    color: #3E3A39;
    vertical-align: super;
}

.cart-page .money-sign {
    font-size: 12px;
    font-weight: 500;
}

.cart-page .numbers {
    font-size: 20px;
    font-weight: 700;
}

.pt-05 {
    padding-top: 5px;
}

.cart-page .border-bottom {
    border-bottom: 1px solid #DCDDDD;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.buy-info-wrap h5 {
    color: #4f9dac;
    font-size: 16px;
}

.buy-info-wrap {
    background-color: #F7F8F8;
    border-top: 1px solid #fff;
}

.buy-info-wrap label.checkbox {
    color: #4F9DAC;
}

.buy-info-wrap label.checkbox .custom-checkbox:checked {
    color: #4F9DAC;
}

.cart-total-info .card-footer {
    background-color: #EFEFEF;
}

.buy-info-wrap .form-control {
    border-color: #C9CACA;
    border-radius: 0;
}

.buy-info-wrap .form-control::placeholder {
    color: #B5B5B6;
}

.cart-page .card-block:after {
    bottom: 10px;
}

.cart-page .shadow-block {
    position: relative;
    background-color: white;
    margin-bottom: 5px;
}

.cart-page .shadow-block .shadow-cover {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.cart-page .shadow-block .shadow-show {
    position: relative;
    z-index: 2;
}

.cart-page .shadow-block .shadow-new {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 4px;
    width: 300%;
    height: 400%;
    -webkit-border-radius: 47%;
    border-radius: 73%;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2), 0px -3px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2), 0px -3px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4), 0px 0px 0px #fff;
    z-index: 0;
}

.cart-page .row-header:after {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 3px;
    width: 300%;
    height: 400%;
    -webkit-border-radius: 47%;
    border-radius: 60%;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0px -3px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0px -3px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0px -3px 10px rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.cart-page .card {
    border: none;
}

.cart-page .card-header {
    border-bottom: 0;
}

#orderForm .btn-secondary {
    color: #B5B5B6;
    border-radius: 0;
}

#orderForm .btn-secondary:active,
#orderForm .btn-secondary:active,
#orderForm .btn-secondary:active,
#orderForm .btn-secondary.active {
    background-color: #4c6e43;
    color: #fff;
}

#orderForm .checkbox {
    display: block;
    text-align: right;
    color: #4C6E43;
}

.custom-checkbox {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #cacece;
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
    padding: 9px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    vertical-align: sub;
}

.custom-checkbox:active,
.custom-checkbox:checked:active {
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);*/
}

.custom-checkbox:checked {
    background-color: #fff;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #4F9DAC;
}

.custom-checkbox:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #9A9A9A;
}

#privacyPolice{
  color: #9A9A9A;
}

img.shadow-img {
    position: absolute;
    top: -5px;
    width: 100%;
    left: 0;
}


/*product list*/

.productlist-page .shadow-block {
    position: relative;
    background-color: white;
    margin-bottom: 5px;
}

.productlist-page .shadow-block .shadow-cover {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.productlist-page .shadow-block .shadow-show {
    position: relative;
    padding-bottom: 10px;
    z-index: 2;
	margin-left: 0px;
}

.productlist-page .shadow-block .shadow-show .image-block {
	padding-left: 10px;
}

.productlist-page .shadow-block .shadow-show h5 {
	font-size:15px
}

.productlist-page .shadow-block .shadow-new {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 4px;
    width: 300%;
    height: 400%;
    -webkit-border-radius: 41%;
    border-radius: 41% -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2), 0px -3px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2), 0px -3px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4), 0px 0px 0px #fff;
    z-index: 0;
}

.productlist-page .category-block {
	padding-right: 10px;
    padding-left: 0px;
}

@media (min-width: 768px) {
    .productlist-page .productlist-block {
        padding-right: 15px;
        padding-left: 0px;
    }
}

/*orderlist*/

.table-order-list th,
.table-order-list td {
    font-size: 0.85rem;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.table-order-list .bg-darkgreen {
    background-color: #4C6E43;
    color: #fff;
}

.table-order-list .bg-darkgreen td {
    padding-left: 20px;
    text-align: left;
}

.table-order-list .bg-gray {
    background-color: #EFEFEF;
}

.table-order-list .th-1 {
    width: 22%;
}

.table-order-list tr td:nth-of-type(2) {
    text-align: left;
}

.table-order-list .th-3 {
    width: 13%;
}

.table-order-list .th-5 {
    width: 25%;
}


/* returnapply*/

.return-page .form-control {
    border-radius: 0;
    margin-top: 15px;
}

.return-page .form-control.file-caption {
    margin-top: 0;
}

.return-page .form-control.first-input {
    margin-top: 0;
}

.return-page .btn-file {
    background-color: #4F9DAC;
}

.return-page .btn-action.active {
    border: none;
    background-color: #4F9DAC;
    color: #fff;
}

.return-page select.form-control {
    font-size: 1rem;
    height: 38px!important;
}

.return-page select.form-control option:disabled {
    color: #b5b5b6;
}

.return-page select.form-control + i.fa {
    padding: 10px;
    margin-top: -38px;
}

.return-page .btn-submit {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.return-page .block-01 {
    color: #9A9D9B;
    font-size: 12px;
    padding: 15px 0;
    position: relative;
    z-index: 2;
}

.return-page .input-information {
    display: none;
}

.text-darkgreen {
    color: #4C6E43;
}

.return-page .bg-gray label {
    font-size: 14px;
    font-weight: 400!important;
    padding-top: 10px;
}

.return-page table {
    width: 100%;
}

.return-page table img {
    max-height: 60px;
}

.return-page table p {
    margin-bottom: 0;
}

.return-page .size-12 {
    font-size: 12px;
}

.return-page .price {
    font-size: 24px;
}

.return-page .shadow-block {
    position: relative;
    background-color: white;
    margin-bottom: 5px;
    padding: 5px 0;
}

.return-page .shadow-block.bg-gray {
    background-color: #F5F6F6;
    padding: 15px 0;
}

.return-page .shadow-block .shadow-cover {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.return-page .shadow-block.bg-gray .shadow-cover {
    /*background-color: #F5F6F6;*/
}

.return-page .shadow-block .shadow-show {
    position: relative;
    z-index: 2;
}

.return-page .shadow-block .shadow-new {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 4px;
    width: 300%;
    height: 400%;
    -webkit-border-radius: 47%;
    border-radius: 73%;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2), 0px -3px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2), 0px -3px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4), 0px 0px 0px #fff;
    z-index: 0;
}

.return-page .col-lg-3 {
  flex:0 0 49%;
}


/*login*/

.login-page .main-content {
    min-height: 391px;
    background: url('../images/login-bg.png');
    background-size: cover;
}

.orderlogin-page .main-content {
    background: url('../images/login-bg4.png');
    background-size: 100%;
    min-height: 427px;
    padding-top: 176px;
    background-size: cover;
    background-position-x: 50%;
}

.login-page .main-content .form-control {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.86);
}

.orderlogin-page .btn-row .col-md-4 {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.login-page .form-control::placeholder {
    color: #B5B5B6;
}

.login-page.return-page .form-control::placeholder {
    color: #B5B5B6;
}


/*signup*/

.signup-page a,
.login-page a {
    color: inherit;
}

.signup-page .main-content {
    min-height: 391px;
    background-color: #F7F8F8;
}

.signup-page .main-content .form-control {
    border-radius: 0;
    /*background: rgba(255, 255, 255, 0.57);*/
}

.signup-page .main-content .form-control::placeholder {
    color: #B5B5B6;
}

.signup-page .main-content .text-muted {
    color: #7D7D7D!important;
}

.signup-page .form-group.has-success .form-control {
    border-color: #C9CACA;
}

.has-success .form-control-success {
    background-image: url('/images/success-icon.png');
}

.signup-page .main-content .bg-gray {
    background-color: #EFEFEF;
    padding: 15px 15px 30px 15px;
    margin-left: -15px;
    margin-right: -15px;
}


/*order login*/

.or-wrap {
    display: inline-table;
    margin-top: 36px;
}

.or-wrap div {
    display: table-cell;
}

.or-wrap div.border-top {
    border-top: white 1px solid;
    border-top-style: dashed;
}

.or-wrap h3 {
    color: #fff;
    margin-top: -10px;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    width: 80%;
    max-width: 500px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/* rwd desktop*/

@media (min-width: 992px) {
    /*modal custom*/
    .modal {
        text-align: center;
        padding: 0!important;
    }
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }
    .modal-dialog {
        min-width: 500px;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
    .container-desk {
        width: 960px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .home.content {
        position: relative;
    }
    .home.content::after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 10px;
        width: 100%;
        box-shadow: 1px 3px 5px #e2e2e2;
        /*z-index: -1;*/
    }
    #homeCarousel .carousel-indicators li:after {
        bottom: 0;
    }
    #homeCarousel .carousel-indicators {
        left: auto;
        bottom: 35px;
        margin-right: 15px;
    }
    #homeCarousel .carousel-indicators li {
        width: 10px;
        max-width: 10px;
    }
    /*product page*/
    #middle.temp-2 img {
        border: 1px solid #ddd;
    }
    #middle.temp-2 .desk-b-bottom {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        font-size: 14px;
    }
    #middle.temp-2 .main-info-wrap {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .product-page .col-6.img-wrap {
        padding-right: 55px;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .product-page > div {
        margin-top: 30px;
    }
    #middle.temp-2 .addToCart,
    #middle.temp-2 .goToCart {
        width: 92px;
        padding: 7px 15px;
    }
    #middle.temp-2 .btn-row .col-6 {
        -webkit-flex: 0;
    }
    /*login*/
    .login-page .main-content {
        min-height: 891px;
    }
    .login-page .main-content h4 {
        color: #fff;
        margin-top: 20%;
    }
    .orderlogin-page .main-content {
        padding-top: 350px;
        background: url('../images/login-bg3.png');
    }
    .orderlogin-page .main-content h4 {
        color: #fff;
        margin-top: 20px;
    }
    .login-page.container-desk {
        padding-top: 30px;
    }
    .login-page .btn-row {}
    /*signup*/
    .signup-page.container-desk {
        padding-top: 30px;
    }
    .signup-page .btn-row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .signup-page .main-content .bg-gray {
        padding-bottom: 150px;
    }
    /*orderlist*/
    .table-order-list th,
    .table-order-list td {
        font-size: 1rem;
    }
    .table-order-list tr td:nth-of-type(2) {
        text-align: center;
    }
    /*return page*/
    .return-page .bg-gray label {
        font-size: 14px;
        text-align: center;
        color: #4C6E43;
        display: block;
        padding-bottom: 10px;
    }
    /*blog*/
    .blog-page.container-desk {
        padding-top: 30px;
    }
    .blog-page a {
        color: #000;
    }
    /*cart */
    .cart-page.container-desk {
        padding-top: 30px;
    }
}


/*rwd mobile*/

@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
    }
    body {
        position: relative;
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-lg-2,
    .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .container-fluid {
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
    }
    .product-page .col-6.img-wrap {
        padding-left: 0;
    }
    #middle.temp-2 .main-info-wrap {
        font-size: 8px;
    }
    #middle.temp-2 .main-info-wrap h5 {
        font-size: 14px;
    }
    #middle.temp-2 .main-info-wrap p,
    .productlist-page .product-wrap p {
        font-size: 12px;
        line-height: 1.5;
    }
    #middle.temp-2 .price-line,
    .productlist-page .product-wrap .price-line {
        padding-top: 5px;
        font-size: 10px;
    }
    #middle.temp-2 .price-line .text-sale-lg {
        font-size: 20px;
    }
    #middle.temp-2 .btn-row.hidden-lg-up .btn {
        margin: 5px auto;
        max-width: 198px;
    }
}

.navbar_desktop {
    box-shadow: 1px 3px 5px #e2e2e2;
}

.navbar_desktop .logo {
    position: initial;
    margin-left: 0;
    padding-left: 0;
}

.navbar_desktop img {
    vertical-align: baseline;
}

.navbar_desktop .float-left a {
    color: #000;
    padding-left: 20px;
}

.inner-center {
    display: table;
    margin: 0 auto;
}

.line-add-icon {
    margin-left: 15px;
}

@media (max-width: 768px) {
    .line-add-icon {
        margin-left: 15px;
        max-width: 25%;
        height: auto;
    }
}

#logo {
    padding-left: 0;
}

.navbar_desktop .float-left a .text-darkgreen {
    font-weight: 100;
    color: #4C6E43;
}

.footer-desktop {
    /*position: relative;
    z-index: -2;*/
}

.footer-desktop p,
.footer-desktop a {
    font-size: 14px;
    padding: 10px 0 0 0;
    margin-bottom: 0;
}

.footer-desktop .ft-text-green {
    font-weight: 200;
}
