/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 footer .footer-container {
    text-align: left;
}
.decashop-scroll-up {
    line-height: 95px;
}
.decashop-wrapper {
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.decashop-table,.decashop-content {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    text-align: left;
}
.decashop-content p, .decashop-content ul,.decashop-content li{
    color: black !important;
}
.margin {
    margin-top: 20px;
    margin-bottom: 20px;
}
.decashop-content img {
    max-width: 100%;
}
.inline-block {
    display: inline-block;
    vertical-align: middle;
}
.blue-bg {
    background: #0082c3;
    padding-top: 6px;
    padding-bottom: 6px;
    color: white;
}
.grey-bg {
    background: #dcdcdc;
}
.yellow-bg {
    background: #FCF9BA;
}
.pink-bg {
    background: #FFCCFF;
}
.green-bg {
    background: #DCF4D5;
}
.no-maxwidth {
    max-width: none !important;
}
.scroll-view {
    max-width:100%;
    overflow-x: auto;
    padding:0 6px;
}
.block-store-selector .row div:nth-of-type(4) {
    background-color: #e20c18;
}
/* discover animation */
@keyframes up-and-down {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
header .menu--flag {
    animation: up-and-down 1s infinite  alternate;
    width: 106px;
    height: auto;
}
/* Term page*/
.decashop-term {
    margin-top: 20px;
}
.decashop-term li {
    list-style: none;
    margin-bottom: 15px;
}
.decashop-term ul ul {
    margin-top: 20px;
}
.decashop-term-title {
    margin-top: 20px;
}
.decashop-term-title li {
    cursor: pointer;
}

/* User Happiness page */
.uh {
    text-align:center;

}
.uh .inline-block {
    width: 30%;
}
/* Size Guiding */
.size-guide {
    text-align: center;
}
.size-guide a{
    text-decoration: underline !important;
    cursor: pointer;
}
.size-guide table {
    text-align: center;
    display: inline-block;
    margin: 10px !important;
    vertical-align: top;
}

.scroll-view::-webkit-scrollbar {
    -webkit-appearance: none;
}
.scroll-view::-webkit-scrollbar:horizontal {
    height: 12px;
}
.scroll-view::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
.scroll-view::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
/* payment page */
.payment__mv-bg {
    position: absolute;
    z-index: -1;
    width: 30%;
    bottom:-50px;
    left:10%;
    opacity: 0.4;
    animation: myOrbit 5s linear infinite;
}
.dropdown-content {
    padding-top: 10px;
    display: none;
}

.dropdown-wrapper {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 10px 0px 10px 5px;
    cursor: pointer;
    position: relative;
}
.dropdown-wrapper:last-child {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.dropdown-wrapper::before {
    content:"\203A";
    font-size:24px;
    position: absolute;
    top: 11px;
    right: 10px;
    transform: rotate(90deg);
    transition: transform ease 1s;

}
.dropdown-wrapper.active::before {
    transform: scaleY(-1) rotate(90deg);
}
.width-30 {
    display: inline-block;
    vertical-align: middle;
    width:calc(30% - 5px);
    text-align: center;
}
.width-70 {
    display: inline-block;
    vertical-align: middle;
    width:calc(70% - 5px);
}
.float-right {
    float: right;
}
.warning {
    color: red;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 5px;
}
.loading-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index:1000;
}
.loading-popup .text{
    color:white;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    transform: translate(-50%,-50%);
}
.reviews-product {
    padding: 10px;
    background-color: #f9f9f9;
}
.product-miniature .discount-amount, .product-miniature .discount-percentage, .product-miniature .on-sale, .product-miniature .online-only, .product-miniature .pack, .product-miniature .product-flags .new {
    font-size: 1rem;
    font-weight: 600;
}
.block-promo .cart-summary-line .label {
    color: #7a7a7a;
}
.block-promo .cart-summary-line .label .code {
    color: #ff9a52;
}

#events_content img {
    max-width: 100%;
    height: auto;
}
.dropdown-wrapper {
    text-align:left;
}
/* Promo page */
.promo-wrapper {
    width: 277px;
    max-width: calc(100% - 20px);
    margin: 10px;
    display: inline-block;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    text-align:center;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
                box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.promo-wrapper:hover {
    transform: translateY(-3px);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}
.promo-wrapper .text{
    font-size: 13px;
    padding: 8px;
    text-align: left;
}
.promo-wrapper .text .title {
    font-size: 15px;
    font-weight: bold;
    margin-top: 8px;
}
.promo-wrapper .text .gray,.promo-detail-page .gray {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: bold;
}
.promo-wrapper .text .red,.promo-detail-page .red {
    color: #EC6607;
    font-weight: bold;
    border: 0;
    width: 100%;
    max-width: 180px;
}
.promo-detail-page .code-wrapper {
    text-align: center;
}
.promo-wrapper .text .promo {
    width: 69%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    line-height: 1.2;
}
.promo-detail-page .promo {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.promo-wrapper .text .copy,.promo-detail-page .copy {
    width: 29%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius : 1px;
    cursor: pointer;
    transition: background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
                color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
                border 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: 8px;

}
.promo-detail-page .copy {
    width: auto;
    padding: 4px 10px;
    margin-top: 0;
}
.promo-wrapper .text .copy:hover {
    background-color: #f7f5f5;
}
.promo-wrapper .text .copy.green,.promo-detail-page .copy.green {
    color: #2ed22e;
    border: 1px solid #2ed22e;
}
.promo-wrapper a {
    margin: 10px auto;
    font-size: 14px;
    color: white;
    font-weight: bold;
    transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
                background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);;
    display: inline-block;
    text-align:center;
    padding: 4px 0;
    width: calc(100% - 20px);
    background-color: #0082c3;
}
.promo-wrapper a:hover {
    color: #0082c3;
    background-color:white;
}
.middle {
    text-align: center;
}
.cart-detailed-totals #cart-subtotal-shipping,.cart-detailed-totals > .card-block + .separator + .card-block {
    display:none;
}
.grayscale {
    filter: grayscale(100%);
}
#cart-subtotal-shipping {
    display: none;
}
.cart-summary-line.cart-total {
    display: none;
}
.header-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
#wrapper {
    z-index: 0;
    position: relative;
}
.website-review {
    position: fixed;
    top: 240px;
    right: 0;
    transform: translateY(-50%);
    z-index: 11;
    border-radius: 5px;
    width: 50px;
}
.delivery-option .col-xs-3 img {
    max-width:100%;
}
.logout.ml1 {
    margin-top: 5px;
}
@media only screen and (max-width: 768px) {
    .width-30,.width-70 {
        width: 100%;
        margin: 5px 0;
    }
    .payment__mv-bg {
        width: 50%;
        bottom: -30px;
    }
    .promo-detail-page .code-wrapper {
        text-align: left;
    }
    .promo-detail-page .promo {
        display: block;
        margin-bottom: 2px;
    }
}
@keyframes myOrbit {
    from { transform: rotate(0deg) translateX(8px) rotate(0deg); }
    to   { transform: rotate(360deg) translateX(8px) rotate(-360deg);}
}
/*footer css*/
@media only screen and (max-width: 768px) {
 .footer-container ul{
    padding-left: 10px;
    padding-top: 10px;
    }
}

