/* --------------------------------

Primary style

-------------------------------- */
html * {
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.overflow-hidden {
    /* prevent 2 vertical scrollbars on ie and firefox when the cart is visible */
    overflow-x: hidden;
}

.cd-container {
    /* this class is used to horizontally align the gallery of items */
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

.cd-img-replace {
    /* replace text with a background-image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#cd-cart-trigger {
    position: absolute;
    top: 0;
    height: 100%;
}
#cd-cart-trigger a {
    width: 60px;
    height: 100%;
}

/*#cd-hamburger-menu {*/
/*    left: 0;*/
/*}*/

#cd-cart-trigger {
    right: 0;
}

@media only screen and (min-width: 1200px) {
    #cd-cart-trigger {
        /* cart right margin on desktop */
        right: 0;
    }
    #cd-cart-trigger a {
        position: relative;
        /*width: 100px;*/
        border-left: none;
        /*background-color: #26292f;*/
    }
}

#main-nav, #cd-cart {
    position: fixed;
    top: 0;
    height: 100%;
    width: 260px;
    /* header height */
    /*padding-top: 50px;*/
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
    #main-nav, #cd-cart {
        width: 350px;
    }
}
@media only screen and (min-width: 1200px) {
    #main-nav, #cd-cart {
        width: 30%;
        /* header height has changed */
        /*padding-top: 131px;*/
    }
}

#cd-cart {
    box-shadow: 0 1px 10px rgba(0,0,0,.3);
    right: -100%;
    background: #FFF;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 10000;
}
#cd-cart.speed-in {
    right: 0;
}
#cd-cart > * {
    padding: 0 1em;
}
#cd-cart h2 {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 1em;
    box-shadow: 0 1px 10px rgba(0,0,0,.3);
}
#cd-cart .cd-cart-items {
    position: relative;
    padding: 0;
    max-height: calc(100% - 169px);
    overflow-y: scroll;
}
#cd-cart .cd-cart-items li {
    position: relative;
    padding: 1em;
    border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li:last-child {
    border-bottom: 1px solid #e0e6ef;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
    color: #a5aebc;
}
#cd-cart .cd-price {
    margin-top: .4em;
}
#cd-cart .cd-item-remove {
    position: absolute;
    right: 1em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url("../img/cd-remove-item.svg") no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
    background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
    padding-top: 1em;
    padding-bottom: 1em;
}
#cd-cart .cd-cart-total span {
    float: right;
}
#cd-cart .cd-cart-total::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
#cd-cart .checkout-btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #e7c292;
    color: #FFF;
    text-align: center;
}
.no-touch #cd-cart .checkout-btn:hover {
    background: #a2dda8;
}
#cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
    text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
    #cd-cart > * {
        padding: 0 2em;
    }
    #cd-cart > .bottom-content {
        padding: 0;
    }

    #cd-cart > .cd-cart-total {
        padding: 0 2em;
    }

    #cd-cart .cd-cart-items li {
        padding: 1em 2em;
    }
    #cd-cart .cd-item-remove {
        right: 2em;
    }
}

@media only screen and (min-width: 768px) {
    main {
        padding-top: 90px;
    }
}
@media only screen and (min-width: 1200px) {
    main {
        padding-top: 120px;
    }
}

/*#cd-gallery-items li {*/
/*    margin-bottom: 1.5em;*/
/*}*/
/*#cd-gallery-items li img {*/
/*    width: 100%;*/
/*    display: block;*/
/*    border-radius: 0.25em;*/
/*}*/
/*@media only screen and (min-width: 768px) {*/
/*    #cd-gallery-items li {*/
/*        width: 48%;*/
/*        float: left;*/
/*        margin-bottom: 2em;*/
/*        margin-right: 4%;*/
/*    }*/
/*    #cd-gallery-items li:nth-child(2n) {*/
/*        margin-right: 0;*/
/*    }*/
/*}*/
/*@media only screen and (min-width: 1200px) {*/
/*    #cd-gallery-items li {*/
/*        width: 31%;*/
/*        float: left;*/
/*        margin-bottom: 2.5em;*/
/*        margin-right: 3.5%;*/
/*    }*/
/*    #cd-gallery-items li:nth-child(2n) {*/
/*        margin-right: 3.5%;*/
/*    }*/
/*    #cd-gallery-items li:nth-child(3n) {*/
/*        margin-right: 0;*/
/*    }*/
/*}*/

/*#cd-shadow-layer {*/
/*    position: fixed;*/
/*    min-height: 100%;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: rgba(67, 87, 121, 0.6);*/
/*    cursor: pointer;*/
/*    z-index: 11;*/
/*    display: none;*/
/*}*/
/*#cd-shadow-layer.is-visible {*/
/*    display: block;*/
/*    -webkit-animation: cd-fade-in 0.3s;*/
/*    -moz-animation: cd-fade-in 0.3s;*/
/*    animation: cd-fade-in 0.3s;*/
/*}*/

/* --------------------------------

xkeyframes

-------------------------------- */
@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.product_sku_minicart {
    display: block;
}

.cart-qty {
    font-size: 14px;
}

.cart-qty .qty-value {
    margin: 0 3px;
}

.btn-circle {
    height: 30px;
    width: 30px;
    padding: 6px;
    border-radius: 50%;
    background: #f5f5f5;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.bottom-content {
    height: 108px;
    width:100%;
    position: absolute;
    left: 0;
    bottom: 0;
    /*box-shadow: 0px -10px 5px #eee;*/
    box-shadow: 0 -1px 10px rgba(0,0,0,.3);
}

#new-cart-total {
    padding-right: 2em;
}

.no-padding {
    padding: 0;
}

.sterge_all {
	font-size: 14px;
	font-weight: bold;
	float: right;
}