@font-face {
    font-family: 'Dana';
    src: url('../fonts/dana-fanum-medium.eot');
    src: local('../fonts/Dana'), url('../fonts/dana-fanum-medium.woff') format('woff'), url('../fonts/dana-fanum-medium.woff2') format('truetype');
}

@font-face {
    font-family: 'Dana-reg';
    src: url('../fonts/dana-fanum-regular.eot');
    src: local('../fonts/Dana'), url('../fonts/dana-fanum-regular.woff') format('woff'), url('../fonts/dana-fanum-regular.woff2') format('truetype');
}

* {
    font-family: 'Dana';
}

img {
    width: 100%;
}

a {
    text-decoration: none;
    color: #8c8c8c;
    transition: all .2s;
}

a:hover {
    text-decoration: none;
    color: #5a5a5a;
    transition: all .2s;
}

table {
    width: 100%;
}

body {
    margin: 0;
    padding: 50px 0 0 0;
    cursor: default;
    background-color: #fff;
    color: #000;
    direction: rtl;
    text-align: right;
    line-height: 20px;
    font-size: 13px;
}

#orange-title {
    font-size: 16px;
    margin: 10px auto;
    color: #f96818;
}

.return-to-top {
    z-index: 2;
    position: fixed;
    bottom: 20px;
    left: 12%;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #2f5bad;
    padding: 20px;
    border-radius: 40px 0 40px 40px;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.container-box {
    width: 100%;
    padding: 0 0 30px;
    margin: 10px auto;
    border: 1px solid #eee;
}

[class^="ribbon"] {
    position: relative;
    margin-bottom: 0;
}

[class^="ribbon"]:before, [class^="ribbon"]:after {
    content: "";
    position: absolute;
    width: 100%;
}

.ribbon {
    padding: 6px 5px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin-right: -10px;
    margin-left: -10px;
    background: #db455d;
}

.ribbon.blue {
    background-color: #1f59ba;
}


.ribbon.black {
    background: #000;
}

.ribbon.gray {
    background-color: #9d9d9f;
}

.ribbon span.los-right {
    background: url(../pics/solde-right-losange.png) no-repeat 75% 50%;
    padding-left: 70px;
}

.ribbon span.los-left {
    background: url(../pics/solde-left-losange.png) no-repeat 25% 50%;
    padding-right: 70px;
}

@media screen and (max-width: 767px) {
    .ribbon span.los-right {
        padding-left: 20px;
    }

    .ribbon span.los-left {
        padding-right: 20px;
    }
}

.breadcrumb {
    padding: 0;
    margin: 0;
    color: #eee;
    font-size: 10px;
    font-style: italic;
    background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-left: .5rem;
    color: #6c757d;
    content: ">";
}

.product-description {
    color: #3f4347;
}

.product-description h1 {
    margin-top: 0;
    padding-top: 0;
    font-size: 16px;
}

.product-description #product-logo img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}

.product-description label {
    color: #9ca2b8;
}

.product-description #color-drop-down {
    margin: 2px 5px;
    padding: 0 5px;
    border-color: #cbcfd3;
    vertical-align: middle;
    color: #6b6e71;
}

.product-description #palette {
    margin: 10px auto;
}

.product-description #palette .something {
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.product-description #palette .something img {
    height: 45px;
    width: 45px;
    padding: 1px;
    border: 1px solid #32373b;
}

.product-description #palette .something .arrow-right {
    background-color: #fff;
    height: 20px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 20px;
    border: 1px solid #32373b;
    -webkit-transform: rotate(-45deg);
}

.product-description #palette .something.diactive img {
    height: 45px;
    width: 45px;
    padding: 1px;
    border: 1px solid #fff;
}

.product-description #palette .something.diactive .arrow-right {
    display: none;
}

.product-description p.detail {
    margin-top: 10px;
}

.product-description p {
    font-size: 13px;
}

.product-description .icon div {
    font-size: 13px;
    display: inline-block;
    line-height: 15px;
}

.product-description .icon .with-line {
    border-bottom: 1px dotted #9e9e9e;
    margin-bottom: 10px;
}

.product-description .icon p {
    color: #b7b7b7;
}

.product-description .icon p strong {
    color: #000;
}

.product-description #quantity {
    width: 70px;
    padding: 2px;
    height: 20px;
    font-size: 13px;
}

.product-description .btn.btn-dark {
    width: 100%;
    border-radius: 0;
    font-weight: bold;
    letter-spacing: 0;
    margin: 5px auto;
    padding: 10px 0;
    transition: all .3s;
}

.product-description .btn.btn-dark:hover {
    background-color: #ff6e01;
    border-color: #ff6e01;
    transition: all .3s;
}

.product-description .price {
    color: #ff6e01;
    font-size: 25px;
    font-weight: bolder;
}

.product-description .fa-info-circle {
    color: #cacaca;
    width: 5%;
    text-align: center;
    margin: 0 auto;
    transition: all .3s;
}

.product-description .popup-box {
    border: 1px solid #cacaca;
    color: #cacaca;
    text-align: center;
    padding: 3px 0 0;
    margin: 5px auto;
    display: inline-block;
    width: 46% !important;
    height: 20px;
    line-height: 16px;
    transition: all .3s;
}

@media screen and (max-width: 800px) {

    .product-description .popup-box {
        text-align: center;
        padding: 0 3px;
        margin: 5px auto;
        font-size: 13px;
        width: 46% !important;
    }
}

.product-description .popup-box:last-child:before {
    content: '\f1ec';
    font-family: "Font Awesome 5 Free";
    margin-left: 10px;
    position: absolute;
    left: 40%;
    font-weight: 900;
}

.product-description .fa-info-circle:hover {
    color: #808080;
    transition: all .3s;
}

.product-description .popup-box:hover {
    border: 1px solid #808080;
    color: #808080;
    transition: all .3s;
}

.gray-bg {
    background-color: #eaebec;
    color: #3f4347;
    padding: 10px 0 0 0;
}

.gray-bg h3 {
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
}

.gray-bg table {
    border-top: 2px solid #fff;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

.gray-bg table td {
    border: 1px solid #fff;
}

.gray-bg table th,
.gray-bg table td {
    padding: 10px;
    font-size: 13px;
}

.gray-bg table td img {
    width: auto !important;
    height: auto !important;
    -webkit-filter: contrast(50%) bleftness(200%) saturate(0%);
    filter: contrast(50%) bleftness(200%) saturate(0%);
    transition: all .3s;
}

.gray-bg table td img:hover {
    -webkit-filter: contrast(100%) bleftness(200%) saturate(0%);
    filter: contrast(100%) bleftness(200%) saturate(0%);
    transition: all .3s;
}

.gray-bg table td p {
    padding: 0;
    margin: 5px auto;
    line-height: 15px;
}

.gray-bg table td a {
    color: #ff6e01;
}

.gray-bg table th {
    font-size: .85em;
    letter-spacing: 0;
    text-transform: uppercase;
}

.gray-bg table td #table-text:hover {
    color: #f96818;
}

.gray-bg table td[colspan="4"] {
    height: 40px;
}

@media screen and (max-width: 800px) {
    .gray-bg table td[colspan="4"] {
        height: auto;
    }
}

.gray-bg table td[colspan="4"] span {
    color: #f96818;
    font-weight: 700;
}

.gray-bg table td[colspan="4"] label {
    display: none;
    margin: 0;
}

.gray-bg table td[colspan="4"] .show {
    display: block;
}

@media screen and (max-width: 600px) {
    .gray-bg table {
        border: 0;
    }

    .gray-bg table tr {
        display: block;
        margin-bottom: 10px;
    }

    .gray-bg table td {
        border-bottom: none;
        display: block;
        width: 100%;
    }

}

/*//////////////accordion////////////////*/
#accordion .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    color: #3f4b57;
    border-radius: 0;
    margin-bottom: 20px;
}

#accordion .card-header {
    border: none;
    color: #3f4b57;
    background-color: #eaebec;
    padding: 5px 10px;
}

#accordion h3 {
    font-size: 14px;
    margin: 0 auto;
    padding-right: 25px;
    line-height: 15px;
    color: #3f4b57;
}

#accordion .card-block p {
    text-align: justify;
    margin-top: 10px;
    font-size: 13px;
}

#accordion .accordion-head i {
    font-size: 14px;
    float: right;
    margin-right: 10px;
    margin-top: 4px;
    color: #3f4b57;
}

#accordion .accordion-head > .collapsed > i:before {
    content: "\f0d9";
}

#accordion #total {
    border: 1px solid #c4c4c4;
    border-top: none;
    margin-bottom: 20px;
}

#accordion #total #img {
    background: transparent url(https://static.etoffe.com/themes/etoffenew/css/../img/Sceau_100_fr.png) right 5px top 12px no-repeat;
    background-size: 45px 45px;
    padding: 15px;
    color: #3F4347;
    overflow: hidden;
}

#accordion #total #img li {
    list-style: none;
}

#accordion #total #img #aggregateRatingAV {
    float: right;
}

#accordion #total #img #certificatAV {
    float: left;
    margin-top: 13px;
}

#accordion #total #img #certificatAV a {
    border-bottom: 1px dotted #3F4347;
}

#accordion .rate-box {
    border-bottom: 1px solid #9da9b2;
    font-size: 13px;
}

#accordion .rate-box p, h6 {
    font-size: 13px;
    margin: 5px auto;
}

#accordion #img-collection {
    width: 250px;
    height: 80px;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

#accordion #btn-collection {
    display: inline-block;
    vertical-align: top;
}

#accordion #btn-collection .go-to-collection {
    border: 1px solid #414747;
    padding: 2px 5px;
    font-size: 13px;
    transition: all .3s;
}

#accordion #btn-collection div {
    margin: 6px auto;
}

#accordion #btn-collection .go-to-collection:hover {
    background-color: #414747;
    color: #fff;
    transition: all .3s;
}

#accordion #btn-collection a {
    color: #414747;
    transition: all .3s;
}

#accordion #btn-collection .go-to-collection:hover a {
    color: #fff;
    transition: all .3s;
}

#accordion .card .btn-outline-dark {
    font-size: 13px;
    border-radius: 0;
    padding: 2px 10px;
    margin-bottom: 0;
}

/*rate star*/
:root {
    --star-color: #fff;
    --star-background: #fc0;
}

.stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 20px;
}

.stars::before {
    content: '★★★★★';
    letter-spacing: 0;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*////////////////carousel//////////////*/
.carousel-bg h3 {
    font-size: 13px;
    color: #414747;
}

.carousel-bg .MultiCarousel {
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
}

.carousel-bg .MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: right;
}

.carousel-bg .MultiCarousel .MultiCarousel-inner .item {
    float: right;
}

.carousel-bg .MultiCarousel .MultiCarousel-inner .item > div {
    margin: 2px auto;
    color: #666;
}

.carousel-bg .MultiCarousel .MultiCarousel-inner .item .img {
    width: 60px !important;
    height: 60px !important;
    display: inline-block;
    margin-top: 5px;
}

.carousel-bg .MultiCarousel .MultiCarousel-inner .item .title {
    vertical-align: top;
    font-size: 13px;
    width: 98px;
    line-height: 18px;
    padding: 0 5px;
    float: left;
}

.carousel-bg .MultiCarousel .MultiCarousel-inner .item .title a {
    font-size: 10px;
}

.carousel-bg .MultiCarousel .MultiCarousel-inner .item .title div {
    font-weight: 600;
}

.carousel-bg .MultiCarousel .MultiCarousel-inner .item .price {
    font-weight: bold;
    color: #ff6e01;
    position: absolute;
    bottom: 5px;
}

.carousel-bg .MultiCarousel .rightLst, .MultiCarousel .leftLst {
    position: absolute;
    border-radius: 0;
    top: 27px;
    width: 10px;
    height: 70%;
    border: none;
}

.carousel-bg .MultiCarousel .rightLst, .MultiCarousel .leftLst:focus {
    outline: none;
}

.carousel-bg .MultiCarousel .rightLst {
    right: 10px;
    background: url(../pics/viewed-next.png) no-repeat;
}

.carousel-bg .MultiCarousel .leftLst {
    background: url(../pics/viewed-prev.png) no-repeat;
    left: 10px;
}

.carousel-bg .MultiCarousel .rightLst.over, .MultiCarousel .leftLst.over {
    pointer-events: none;
    background: #ccc;
}

/*/////////////register/////////////////*/
.register h3 {
    font-size: 20px;
    color: #3f4347;
}

.register .warning {
    background: #E2E1F5;
    color: #5A57D3 !important;
    padding: 10px;
    font-size: 11px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.reg-box {
    border: 1px solid #cacfd2;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    color: #454347;
    font-size: 11px;
    min-height: 260px;
    position: relative;
}

.reg-box p {
    padding: 0;
    margin: 5px 0;
}

.reg-box form {
    margin: 0 auto;
    width: 90%;
}

.reg-box form label {
    text-align: left;
    width: 80px;
    margin: 0 0 0 5px;
}

.reg-box form input[type=tel], .reg-box form input[type=password], .reg-box form textarea {
    border: 1px solid #cacfd2;
    width: 250px;
    max-width: 100%;
    margin: 5px auto;
    padding: 0 5px;
}

.reg-box form input[type=email]:focus, .reg-box form input[type=password]:focus, .reg-box form textarea:focus {
    outline: none;
}

.reg-box .btn-reg {
    display: block;
    background-color: #949ca2;
    color: #fff;
    padding: 0 20px 3px;
    margin: 10px auto 10px 25%;
    border-radius: 0;
    font-weight: 600;
    transition: all .3s;
}

.reg-box .btn-reg:hover {
    background-color: #3f4347;
    transition: all .3s;
}

.reg-box .btn-facebook {
    display: block;
    background-color: #4267b2;
    color: #fff;
    font-size: 8px;
    padding: 3px 10px 3px;
    margin: 20px auto 10px 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.reg-box .btn-facebook i {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 20px;
}

.reg-box #forget {
    margin: 0 20% 0 0;
}

.register .box {
    border: 1px solid #cacfd2;
    padding: 20px 20px 20px;
    color: #454347;
    font-size: 13px;
}

.register .box label {
    margin: 7px auto;
}

.register .box label.title {
    font-weight: 600;
    margin: 0 auto;
}

.register .box label.radio-inline {
    margin: 0 0 0 10px;
    vertical-align: middle;
}

.register .box label span {
    color: red;
}

.register .required-star {
    color: red;
}

.register .font-color {
    color: #bec1c4;
}

.register .box input[type=file] {
    padding: 0;
    margin: 7px auto;
}

.register .box input[type=text], .register .box input[type=tel], .register .box input[type=password], .register .box input[type=email], .register .box textarea {
    border: 1px solid #cacfd2;
    width: 250px;
    max-width: 100%;
    padding: 0 5px;
    margin: 7px auto;
}

.register .box input[type=text]:focus, .register .box input[type=tel]:focus, .register .box input[type=password]:focus, .register .box input[type=email]:focus, .register .box textarea:foc {
    outline: none;
}

.register .box input[type=checkbox] {
    vertical-align: middle;
}

.register .form-group textarea {
    border: 1px solid #cacfd2;
}

.register .form-group textarea:focus {
    outline: none;
}

.register .btn-insert {
    display: block;
    background-color: #3e4346;
    color: #fff;
    padding: 0 60px 3px;
    margin: 10px auto;
    border-radius: 0;
    font-weight: 600;
    transition: all .3s;
}

.register .box .btn-insert {
    margin: 10px 0;
    width: 250px;
    max-width: 100%;
}

.register .btn-insert:hover {
    background-color: #f96818;
    transition: all .3s;
}

.register .form-group {
    margin: 0;
}

.register .form-group .help-block {
    display: block;
    font-size: 10px;
    color: #7b79d3;
    padding: 0;
    margin: 0 auto;
}

.register .form-group .fa-times {
    color: #7b79d3;
    margin: 0 2px;
}

.register .form-group .fa-check {
    color: #5ed8a7;
    margin: 0 2px;
}

.register .form-group .selectWrapper div {
    display: inline-block;
    position: relative;
}

/*.register .form-group .selectWrapper div:before {
    border-style: solid;
    border-width: 0.2em 0.2em 0 0;
    content: "";
    right: 235px;
    top: 11px;
    transform: rotate(135deg);
    vertical-align: middle;
    width: 8px;
    height: 8px;
    position: absolute;
    z-index: 702;
    pointer-events: none;
    display: block;
    color: #cacfd2;
}*/

.register .form-group .selectWrapper div select {
    height: 22px;
    font-size: 13px;
    background: #fff;
    font-weight: 400;
    color: #42424c;
    padding: 0 12px 0 36px;
    width: 250px !important;
    max-width: 100%;
    box-sizing: border-box;
    margin: 7px 0 0;
    border: 1px solid #cacfd2;
    /*-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;*/
    transition: box-shadow, background-color, border;
    transition-duration: 0.2s;
    display: inline-block;
}

.register .form-group .selectWrapper div select option {
    font-weight: normal;
}

.register .form-group .selectWrapper div select::-ms-expand {
    display: none;
}

.register .form-group .selectWrapper div select:focus, .selectWrapper div select:hover {
    cursor: pointer;
    outline: none;
}

@media screen and (max-width: 700px) {
    .reg-box {
        min-height: 200px;
    }

    .reg-box form {
        width: 100%;
    }

    .reg-box form label {
        text-align: left;
        width: 100%;
        margin: 0 0 0 10px;
    }

    .reg-box form input[type=email], .reg-box form input[type=password] {
        width: 100%;
    }

    .reg-box .btn-reg {
        display: block;
        background-color: #949ca2;
        color: #fff;
        padding: 0 20px 3px;
        margin: 10px auto 10px 0;
        border-radius: 0;
        font-weight: 600;
    }

    .reg-box .btn-facebook {
        margin: 20px 0 10px auto;
        position: inherit;
    }

    .reg-box #forget {
        margin-right: 0;
    }

    .register .box input[type=text], .register .box input[type=password], .register .box input[type=email], .register .box textarea, .register .box input[type=tel] {
        max-width: 95%;
    }

    .register .form-group .selectWrapper div select {
        max-width: 82%;
    }

    .register .form-group .selectWrapper div:before {
        right: 185px;
    }
}

/*/////////////my-account/////////////////*/

.account h3 {
    font-size: 18px;
    margin-top: 20px;
}

.account h3.title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #414549;
}

.account h3.title.blue {
    color: #4a91cd;
}

.account .heart-img {
    background: url(../pics/account_wishlist.png) no-repeat center;
    background-size: contain;
    height: 100px;
    margin: 0 auto;
}

.account .heart-data {
    border-top: 1px solid #4a91cd;
    padding: 10px 20px;
}

.account .order-img {
    background: url(../pics/account_list.png) no-repeat center;
    background-size: contain;
    height: 150px;
    margin: 0 auto;
}

.account .order-data {
    border-top: 1px solid #000;
    color: #414549;
    padding: 10px 20px;
}

.account .order-data ul {
    padding: 0 10px;
    margin: 0;
}

.account .order-data ul li {
    padding: 5px 0;
}

.account .account-img {
    background: url(../pics/account_informations.png) no-repeat center;
    background-size: contain;
    height: 170px;
    margin: 0 auto;
}

.account .account-data {
    border: 1px solid #eee;
    color: #414549;
    background: url(../pics/trame-rtl.png) no-repeat 3% 75%;
    background-size: cover;
    padding: 10px 20px;
}

.account .account-data h4 {
    font-size: 15px;
    font-weight: 600;
}

.account .account-data ul {
    padding: 0;
    margin: 0 auto;
}

.account .account-data li {
    list-style: none;
}

.account .account-data small {
    color: #d5d8db;
}

.account .btn-my-account {
    background-color: #949ca2;
    color: #fff;
    border-radius: 0;
    margin: 5px auto;
    padding: 0;
    width: 180px;
    text-align: center;
    transition: all .3s;
}

.account .btn-my-account:hover {
    background-color: #3f4347;
    transition: all .3s;
}

/*/////////////alphabet and slider/////////////////*/

#slick1 img {
    opacity: .5;
    transition: all .3s;
}

#slick1 img:hover {
    opacity: 1;
    transition: all .3s;
}

.page-title {
    margin-top: 0;
    padding-top: 0;
    font-size: 16px;
}

.alphabet ul {
    padding: 0;
    margin: 0;
    color: #3f4347;
}

.alphabet ul .word {
    font-size: 25px;
    font-weight: bold;
    list-style: none;
    line-height: 30px;
    margin-top: 20px;
}

.alphabet ul .word ul li {
    font-size: 14px;
    margin: 5px auto;
    font-weight: normal;
    line-height: 20px;
    list-style: none;
    transition: all .1s;
}

.alphabet ul .word ul li:hover {
    list-style-image: url(../pics/hover-link-manufacturer-rtl.png);
    margin-right: 2px;
    transition: all .1s;
}

.alphabet ul .word ul li:hover a {
    color: #f96818;
    transition: all .1s;
}

/*/////////////slider/////////////////*/

.slider-nav .slider-nav-item img {
    height: 60px;
    width: 60px;
    border: 1px solid #fff;
    cursor: pointer;
}

/*///////footer///////*/
.footer-bg-dark {
    padding: 0 10px;
    background-color: #959ca3;
    margin: 20px auto;
}

.footer-bg-dark .box {
    width: 49.3%;
    padding: 20px 10px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.footer-bg-dark .box i {
    color: #fff;
}

.footer-bg-dark .box h5 {
    color: #f9cf95;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: 0;
}

.footer-bg-dark .box:hover {
    background-color: #fff;
    color: #959ca3;
}

.footer-bg-dark .box:hover i {
    color: #f9cf95;
}

.footer-bg-dark .box:hover h5 {
    color: #f96818;
}

.footer-bg-light {
    background-color: #f9cf95;
    margin: 20px auto;
    padding: 30px 10px;
    color: #fff;
    text-align: center;
}

.footer-bg-light div {
    display: inline-block;
}

.footer-bg-light span {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    vertical-align: top;
}

.footer-bg-light span span {
    color: #f96818;
    display: block;
}

.footer-bg-light form {
    margin: 12px auto;
}

.footer-bg-light input[type=email] {
    padding: 0 5px;
    border: none;
    font-style: italic;
    color: #f96818;
}

.footer-bg-light input[type=submit] {
    color: #fff;
    font-weight: bold;
    border: none;
    background: transparent;
    cursor: pointer;
}

.footer-bg-light input[type=submit]:focus, .footer-bg-light input[type=email]:focus {
    outline: none;
}

@media screen and (max-width: 800px) {
    .carousel-bg .MultiCarousel .MultiCarousel-inner .item .title {
        width: 160px;
    }

    .footer-bg-dark .box {
        width: 49%;
    }

}

/*/////////////under footer////////*/
.bottom-links .payment a > span:hover {
    margin: auto;
    background: url(../pics/payment-icon-inter.png) 0 center no-repeat;
    display: block;
    height: 32px;
    width: 300px;
    max-width: 100%;
    background-size: 100%;
}

.bottom-links .payment a > span {
    margin: auto;
    background: url(../pics/payment-icon-inter-nb.png) 0 center no-repeat;
    display: block;
    height: 32px;
    text-indent: -9999px;
    width: 300px;
    max-width: 100%;
    background-size: 100%;
}

.bottom-links .shipment a > span:hover {
    margin: auto;
    background: url(../pics/delivery-icon.png) 0 center no-repeat;
}

.bottom-links .shipment a > span {
    margin: auto;
    background: url(../pics/delivery-icon-nb.png?123) 0 center no-repeat;
    display: block;
    height: 32px;
    text-indent: -9999px;
    width: 209px;
    background-size: 100%;
}

.bottom-links .blog a > span:hover {
    margin: auto;
    background: url(../pics/blog-icon-hover.png) 0 center no-repeat;
}

.bottom-links .blog a > span {
    margin: auto;
    background: url(../pics/blog-icon.png) 0 center no-repeat;
    display: block;
    height: 32px;
    text-indent: -9999px;
    width: 127px;
    background-size: 100%;
}

.bottom-links .footer-titles {
    display: block;
    color: #ff6e01;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 13px;
    border-bottom: 1px solid #ff6e01;
    margin-bottom: 5px;
    padding-bottom: 3px;
    margin-right: 5px;
    margin-left: 5px;
}

.bottom-links .block {
    border-bottom: 1px solid #ff6e01;
    padding-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.bottom-links ul {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.bottom-links li {
    list-style: none;
    display: inline-block;
    margin: 6px 5px;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
}

.bottom-links ul .facebook a:hover {
    color: #3b5998;
}

.bottom-links ul .instagram a:hover {
    color: #a6354b;
}

.bottom-links ul .twitter a:hover {
    color: #00c0f7;
}

.bottom-links ul .pinterest a:hover {
    color: #cb2027;
}

.bottom-links ul .googleplus a:hover {
    color: #ea3934;
}

.copy-right ul {
    padding: 0;
    margin: 20px auto 30px;
    font-size: 13px;
}

.copy-right ul li {
    display: inline-block;
    list-style: none;
    padding: 0 5px;
    border-left: 1px solid #b7b7b7;
}

.copy-right ul li:last-child {
    border-left: none;
}

/*//////////////modal/////////////////*/
.modal {
    border-radius: 0 !important;
    margin-top: 150px !important;
}

.modal .modal-header {
    padding: 15px 10px 0;
    color: #3f4347;
}

.modal .modal-title {
    font-size: 14px;
    color: #3f4347;
}

.modal .modal-header .close {
    margin: -1rem auto -1rem -1rem;
}

.modal .modal-title i {
    padding: 5px 5px 0;
    border: 1px solid #3e4346;
}

#Modal-1 .modal-body {
    color: #3f4347;
    padding: 20px 20px;
}

#Modal-1 .detail h3 {
    font-size: 16px;
    line-height: 20px;
    color: #3e4346;
}

#Modal-1 .detail h3 div {
    color: #d5d8db;
}

#Modal-1 .detail div.item {
    margin-top: 10px;
}

#Modal-1 .detail .title {
    color: #bababa;
}

#Modal-1 .detail .price {
    color: #f96818;
    font-weight: 600;
}

#Modal-1 .detail .total-price {
    color: #f96818;
    font-size: 13px;
    font-weight: 600;
}

#Modal-1 .detail .total-price span {
    color: #f96818;
    font-size: 18px;
    font-weight: 700;
}

#Modal-1 .btn-outline-dark {
    border-radius: 0;
    transition: all .2s;
}

#Modal-1 .btn-outline-dark:hover {
    border-color: #f96818;
    color: #f96818;
    background: transparent;
    transition: all .2s;
}

#Modal-1 .btn-dark {
    border-radius: 0;
    transition: all .2s;
}

#Modal-1 .btn-dark:hover {
    background-color: #f96818;
    color: #fff;
    border-color: #f96818;
    transition: all .2s;
}

.modal#Modal-2 {
    border-radius: 0 !important;
    margin-top: 20px !important;
}

#Modal-2 .modal-body {
    color: #3f4347;
    padding: 20px 20px;
    background-color: #f9f9f9;
}

#Modal-2 .modal-header {
    border-color: #f96818;
    padding-right: 50px;
    background: #f9f9f9 url(../pics/logo-calculator.png) no-repeat right 10px center;
}

#Modal-2 .modal-header h3 {
    color: #f96818;
}

#Modal-2 .modal-header h3 div {
    color: #b7b7b7;
}

#Modal-2 .modal-header i {
    color: #f96818;
    font-size: 30px;
    border: none;
}

#Modal-2 .detail h3 {
    font-size: 18px;
    line-height: 25px;
    color: #3e4346;
}

#Modal-2 .detail h3 div {
    color: #d5d8db;
}

#Modal-2 .detail div.item {
    margin-top: 5px;
}

#Modal-2 .detail .title {
    color: #bababa;
}

#Modal-2 .detail .price {
    color: #f96818;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

#Modal-2 .table p {
    margin: 10px 0 0 0;
    font-weight: bold;
}

#Modal-2 .table hr {
    margin: 0;
}

#Modal-2 .table #table tr td {
    padding: 20px 0;
    font-size: 13px;
}

#Modal-2 .table table tr td {
    border: none !important;
    padding: 5px 0;
}

#Modal-2 .table table tr td span {
    font-weight: 600;
}

#Modal-2 .table table tr td div {
    width: 50px;
    display: inline-block;
}

#Modal-2 .table table input {
    width: 50px;
    margin: 5px auto;
    padding: 2px;
    line-height: 10px;
    height: 20px;
    border: 1px solid #cfcfcf;
}

#Modal-2 .bg-lighter {
    background-color: #f9cf95;
    text-align: left;
    margin: 20px auto;
    padding: 20px 50px 5px;
}

#Modal-2 .bg-lighter input {
    width: 80px;
    font-weight: bold;
    margin: 5px auto;
    padding: 2px;
    line-height: 10px;
    height: 20px;
    text-align: center;
    border: 1px solid #cfcfcf;
}

#Modal-2 .Whether #Whether {
    color: #f96818;
    font-size: 18px;
    margin: 5px auto 10px;
}

#Modal-2 .Whether span {
    font-size: 28px;
    font-weight: 600;
}

#Modal-2 .btn-dark {
    font-size: 20px;
    border-radius: 0;
    padding: 10px 20px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }

    .width.modal-dialog {
        max-width: 1100px !important;
    }

    #Modal-1 .modal-body {
        padding: 20px 50px;
    }

    #Modal-2 .modal-body {
        padding: 20px 50px;
    }
}

/*//////select option///////*/

.selectWrapper div {
    display: inline-block;
    position: relative;
}

/*.selectWrapper div:before {
    border-style: solid;
    border-width: 0.2em 0.2em 0 0;
    content: "";
    right: 185px;
    top: 16px;
    transform: rotate(135deg);
    vertical-align: middle;
    width: 8px;
    height: 8px;
    position: absolute;
    z-index: 702;
    pointer-events: none;
    display: block;
    color: #666;
}*/

.selectWrapper div select {
    height: 22px;
    font-size: 13px;
    background: #fff;
    font-weight: 400;
    color: #42424c;
    padding: 0 12px 0 36px;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    margin: 10px 0 0;
    border: 1px solid #a6a6a6;
    /*-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;*/
    transition: box-shadow, background-color, border;
    transition-duration: 0.2s;
    display: inline-block;
}

.selectWrapper div select option {
    font-weight: normal;
}

.selectWrapper div select::-ms-expand {
    display: none;
}

.selectWrapper div select:focus, .selectWrapper div select:hover {
    border: 1px solid #0078c8;
    cursor: pointer;
    outline: none;
}

/*////////////////////blog////////////////////////*/

.blog {
    color: #777a7c;
}

.blog h3 {
    color: #42424c;
    font-size: 20px;
    margin-bottom: 0;
}

.blog .read-more {
    color: #42424c;
}

.blog a {
    color: #f96818;
}

.blog a.prev, .blog a.next {
    color: #42424c;
    font-weight: 600;
}

.blog i {
    margin: 20px 5px 30px;
    line-height: 0;
    font-size: 35px;
}

.blog .fa-facebook-square {
    color: #3b5998;
}

.blog .fa-twitter-square {
    color: #1da1f2;
}

.blog .fa-pinterest-square {
    color: #cb2027;
}

.blog .fa-plus-square {
    color: #ff6550;
}

.blog .scoop {
    background: url("../pics/scoop.it.png") no-repeat center;
    background-size: contain;
    width: 35px;
    height: 30.5px;
    margin: 0 3px;
    display: inline-block;
}

.blog hr {
    margin-bottom: 30px;
}

.blog .dropbtn {
    display: inline-block;
    margin-bottom: 0 !important;
    cursor: pointer;
}

.blog .dropdown {
    position: relative;
    display: inline-block;
}

.blog .dropdown-content {
    display: none;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 35px;
    background-color: #fff;
    border: 1px solid #eee;
    min-width: 150px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.blog .dropdown-content a {
    color: black;
    padding: 5px 8px;
    text-decoration: none;
    display: block;
}

.blog .dropdown-content a:hover {
    background-color: #2095f0;
    color: #fff;
}

.blog .dropdown:hover .dropdown-content {
    display: block;
}

.blog .dropdown-content i {
    margin: 2px 0 2px 5px;
    font-size: 8px;
}

.blog .dropdown-content i.fa-plus-square {
    font-size: 12px !important;
}

.blog .dropdown-content hr {
    margin: 2px auto;
}

.blog .dropdown-content a {
    color: #4a91cd;
}

.blog .dropdown-content .fa-print:before {
    padding: 3px 5px;
    background-color: #738a8d;
    color: white;
}

.blog .dropdown-content .fa-envelope:before {
    padding: 3px 5px;
    background-color: #738a8d;
    color: white;
}

.blog .dropdown-content .fa-linkedin:before {
    padding: 3px 5px;
    background-color: #0077b5;
    color: white;
}

.blog .dropdown-content .fa-google:before {
    padding: 3px 5px;
    background-color: #db4437;
    color: white;
}

.blog .dropdown-content .fa-viadeo:before {
    padding: 3px 5px;
    background-color: #f07355;
    color: white;
}

.blog .dropdown-content .fa-envelope-open:before {
    padding: 3px 5px;
    background-color: #738a8d;
    color: white;
}

.blog .dropdown-content .fa-plus:before {
    padding: 3px 5px;
    background-color: #ff6550;
    color: white;
}

.blog .link {
    margin-bottom: 10px;
}

.blog .link a {
    font-weight: 600;
    color: #42424c;
}

.side-blog {
    line-height: 16px !important;
}

.side-blog .href {
    font-size: 13px;
}

.side-blog .href:hover {
    font-weight: bold;
}

.side-blog h3 {
    margin-bottom: 10px;
}

.side-blog h4 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 20px;
    color: #5c5f62;
}

.side-blog hr {
    margin: 2px auto;
}

.side-blog hr {
    margin: 2px auto;
}

.side-blog ul {
    margin: 0;
    padding: 0;
}

.side-blog ul li {
    list-style: none;
    font-size: 13px;
    color: #f96818;
    font-weight: 500;
}

.side-blog ul li a {
    color: #42424c;
    font-weight: normal;
}

.side-blog ul li a:hover {
    text-decoration: underline;
}

.side-blog form {
    margin: 10px auto;
}

.side-blog form button {
    padding: 0;
    margin: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.side-blog form button:focus {
    outline: none;
}

.side-blog form button i {
    font-size: 13px;
    color: #42424c;
}

.side-blog form input {
    padding: 3px 5px;
    font-style: italic;
    font-size: 11px;
    width: 180px !important;
    max-width: 100%;
}

.side-blog form input:focus {
    outline: none;
}

.blog .about {
    color: #3f4347;
}

.blog .about h3 {
    color: #959ca3;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
}

.blog .about #profile-img {
    background-size: contain;
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
}

.blog small span {
    color: red;
}

.blog form {
    margin: 10px auto;
}

.blog form label {
    width: 15%;
    font-size: 13px;
}

.blog form input, .blog form textarea {
    border: 1px solid #000;
    font-size: 13px;
    padding: 2px 5px;
    width: 200px;
}

.blog form input[type=submit] {
    border: 1px solid transparent;
    font-size: 13px;
    margin-right: 14%;
    padding: 5px 10px;
}

@media screen and (max-width: 800px) {
    .side-blog {
        border-top: 1px solid #000;
        margin-top: 20px;
        padding-top: 20px;
    }
}

/*////////////////calculator///////////////////////*/
.calculator .bg-dark {
    margin: 5px auto;
    text-align: center;
    color: #697177;
    background-color: #cacfd2 !important;
}

.calculator ul {
    padding: 0;
    margin: 0;
}

.calculator ul li {
    list-style: none;
    font-size: 11px;
    text-indent: 15px;
}

.calculator ul li.active {
    background: url("../pics/hover-link.png") no-repeat right center;
    font-weight: 600;
}

.calculator ul li.title {
    text-indent: 0;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.calculator .orange {
    color: #f96818;
    font-size: 16px;
    margin-bottom: 20px;
}

.calculator .orange {
    color: #f96818;
    font-size: 16px;
    margin-bottom: 20px;
}

.calculator .table p {
    margin: 10px 0 0 0;
    font-weight: bold;
}

.calculator .table hr {
    margin: 0;
}

.calculator .table #table tr td {
    padding: 10px 0;
    font-size: 13px;
}

.calculator .table table tr td {
    border: none !important;
    padding: 5px 0;
}

.calculator .table table tr td span {
    font-weight: 600;
}

.calculator .table table tr td div {
    width: 50px;
    display: inline-block;
}

.calculator .table table input {
    width: 50px;
    margin: 5px auto;
    padding: 2px;
    line-height: 10px;
    height: 20px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #cfcfcf;
}

.calculator .bg-lighter {
    background-color: #f9cf95;
    text-align: left;
    margin: 20px auto;
    padding: 10px 50px 5px;
}

.calculator .bg-lighter input {
    width: 80px;
    font-weight: bold;
    margin: 5px auto;
    padding: 2px;
    line-height: 10px;
    height: 20px;
    text-align: center;
    border: 1px solid #cfcfcf;
}

.calculator .info {
    color: #3f4347;
    font-size: 13px;
}

.calculator .info ul {
    margin-right: 10px;
    margin-bottom: 20px;
}

.calculator .info li {
    list-style: disc;
}

.calculator .info hr {
    margin: 5px auto;
}

.calculator .info span {
    color: #f96818;
}

.calculator .bg-light {
    margin: 20px auto;
    padding: 5px;
    font-size: 13px;
}

.calculator .bg-light p {
    margin: 0;
    font-weight: normal;
}

.calculator .bg-light .responsive {
    width: 30% !important;
    margin: 8px 0 8px 10px;
}

.image-grid-item {
    background-color: #000;
    margin-bottom: 20px;
    transition: ease-in-out .4s;
}

.image-grid-item .image {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-top: 50px;
    height: 130px;
    background: #000 url("../pics/background_header_zelip.jpg") center no-repeat;
    background-size: cover;
    transition: ease-in-out .4s;
}

.image-grid-item .image span {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: normal;
    color: #666666;
    letter-spacing: 0;
    padding: 0 10px 5px 10px;
    background-color: rgba(255, 255, 255, .8);
    transition: ease-in-out .4s;
}

.image-grid-item .zoom-out .link {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: 0 auto;
    padding: 0;
    line-height: 18px;
    opacity: 0;
    font-size: 16px;
    color: #fff;
    z-index: 9;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    transition-delay: 0s;
}

.image-grid-item .zoom-out::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform .4s ease-in-out;
}

.image-grid-item .zoom-out::after {
    transform: scale(1.08);
    transition: ease-in-out 1s;
}

.image-grid-item .zoom-out:focus::after, .image-grid-item .zoom-out:hover::after {
    transform: scale(1);
    transition: ease-in-out 1s;
}

.image-grid-item .zoom-out:hover .link {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.2s;
}

.image-grid-item:hover .image {
    opacity: .9;
}

/*/////////shopping-card/////////*/
.shopping-card .process p {
    font-size: 16px;
    padding-bottom: 10px;
    margin: 10px auto 5px auto;
    color: #959eac;
    float: right;
    border-bottom: 3px solid #cbcfd3;
}

.shopping-card .process p.active {
    color: #3f4347;
    border-bottom: 3px solid #f8b04d;
}

.shopping-card .process p span {
    color: #f8cf95;
    font-weight: bold;
    margin-left: 5px;
}

.shopping-card .bg-light {
    margin: 40px auto 20px;
    padding: 5px 0;
    text-align: center;
}

.shopping-card .bg-light p {
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.shopping-card .bg-light p#info {
    color: #959eac;
}

.shopping-card .bg-light p#info span {
    color: #f96818;
}

.shopping-card table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.shopping-card table tr {
    padding: 5px;
}

.shopping-card table th,
.shopping-card table td {
    padding: 5px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

.shopping-card table th {
    font-size: .85em;
    color: #959ca3;
    font-size: 10px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.shopping-card table td ul {
    padding: 0;
    margin: 0;
}

.shopping-card table td li {
    list-style: none;
    padding: 0;
    font-size: 11px;
    line-height: 16px;
}

.shopping-card table td[data-label="Unit price"] {
    font-size: 16px;
    line-height: 16px;
}

.shopping-card table td[data-label="Total"] {
    font-size: 16px;
    line-height: 16px;
    color: #f96818;
    font-weight: 600;
}

.shopping-card table td.delete {
    color: #8e8e8e;
    cursor: pointer;
}

.shopping-card table td li span {
    color: #959ca3;
}

.shopping-card table td#country-column {
    border: none;
}

.shopping-card table td.total {
    color: #959ca3;
    font-size: 16px;
    font-weight: 600;
}

.shopping-card table td.total-shipping {
    color: #f96818;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 5px;
}

.shopping-card table td small span {
    font-weight: 600;
}

.shopping-card table td.total-price {
    color: #f96818;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 5px;
}

.shopping-card table td select#country {
    margin: 0;
}

.shopping-card table td .selectWrapper div:before {
    top: 5px;
}

.shopping-card input[type=number]::-webkit-inner-spin-button,
.shopping-card input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shopping-card input[type=number] {
    -moz-appearance: textfield;
}

.shopping-card .quantity input {
    width: 55px;
    height: 22px;
    line-height: 1.65;
    float: right;
    display: block;
    padding: 0 27px 0 2px;
    text-align: left;
    margin: 0;
    border: 1px solid #b7b7b7;
}

.shopping-card .quantity input:focus {
    outline: 0;
}

.shopping-card .quantity-nav {
    float: right;
    position: relative;
    height: 22px;
    left: 75px;
}

.shopping-card .quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #b7b7b7;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    line-height: 8px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.shopping-card .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #b7b7b7;
    line-height: 15px;
}

.shopping-card .quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}

.shopping-card .button .btn {
    border-radius: 0;
}

.shopping-card .button span {
    font-size: 13px;
}

.shopping-card .button .btn.btn-dark {
    width: 100%;
}

.shopping-card .button .btn.btn-dark:hover {
    background-color: #f96818;
    border-color: #f96818;
}

.shopping-card .button .btn.btn-outline-dark:hover {
    background-color: transparent;
    color: #f96818;
    border-color: #f96818;
}

.shopping-card .orange-order-block {
    border: 1px solid #f96818;
    padding: 0 10px;
    margin-top: 100px;
}

.shopping-card .orange-order-block ul {
    margin: 0;
    padding: 0;
}

.shopping-card .orange-order-block ul li {
    display: block;
    margin: 30px auto;
    color: #000;
}

.shopping-card .orange-order-block ul li i {
    font-size: 29px;
    vertical-align: middle;
    color: #000;
}

.shopping-card .register .reg-box form input[type=email], .shopping-card .register .reg-box form input[type=password], .shopping-card .register .reg-box form textarea {
    width: 220px;
    margin-left: 0;
}

.shopping-card .register .reg-box #forget {
    margin: 0 30% 0 0;
}

.shopping-card .register .btn-reg {
    margin-left: 0;
}

.shopping-card .register .selectWrapper {
    display: inline-block;
}

.shopping-card .register .reg-box ul {
    padding: 0;
    margin: 0;
}

.shopping-card .register .reg-box ul li {
    list-style: none;
}

.shopping-card .register .reg-box .btn-outline-dark {
    border-radius: 0;
    margin: 20px 0;
    padding: 3px 10px;
}

.shopping-card .register .reg-box .btn-outline-dark:hover {
    background-color: transparent;
    border-color: #f96818;
    color: #f96818;
}

.shopping-card .register .reg-box textarea {
    width: 100%;
    min-height: 100px;
}

.shopping-card .payment {
    border: 1px solid #eee;
    padding: 5px 10px;
}

.shopping-card .payment input[type=radio] {
    cursor: pointer;
    vertical-align: top;
    margin-top: 5px;
}

.shopping-card .payment label small {
    display: block;
}

.shopping-card .payment img {
    width: 150px !important;
    max-width: 100%;
}

.shopping-card .payment #btn-paypal {
    border-radius: 50px;
    background-color: #eee;
    text-align: center;
    width: 150px;
    margin: 0;
    float: left;
    padding: 0 5px 5px;
}

.shopping-card .payment #btn-paypal img {
    width: 50px !important;
}

.shopping-card .payment .myradio-input {
    opacity: 0;
    position: absolute;
}

.shopping-card .payment .myradio-label {
    border-radius: 9999px;
    padding: 3px 40px 3px 15px;
    cursor: pointer;
    position: relative;
    transition: all .5s;
}

.shopping-card .payment .myradio-label::before, .myradio-label::after {
    content: "";
    border-radius: 9999px;
    width: 16px;
    height: 16px;
    margin: 3px 0;
    position: absolute;
    z-index: 1;
}

.shopping-card .payment .myradio-label::before {
    background-color: #DCDCDC;
    border: 2px solid #6b6e71;
    top: 4px;
    right: 10px;
    transition: all .5s;
}

.shopping-card .payment .myradio-label::after {
    background-color: #ffffff;
    top: 4px;
    right: 10px;
    transition: all .15s;
    transition-timing-function: ease-out;
}

.shopping-card .payment .myradio-label:hover::before {
    border: 2px solid #00b1e2;
}

.shopping-card .payment .myradio-input:checked ~ .myradio-label::before {
    background-color: #00b1e2;
    border: 2px solid #00b1e2;
}

.shopping-card .payment .myradio-input:checked ~ .myradio-label::after {
    width: 8px;
    height: 8px;
    top: 8px;
    right: 14px;
}

.shopping-card .payment #title {
    color: #b3b6ba;
}

.shopping-card .payment #title span {
    padding-bottom: 7px;
    line-height: 25px;
    border-bottom: 1px solid #cbcfd3;
}

.shopping-card .payment .selectWrapper {
    display: inline-block;
}

.shopping-card .payment .selectWrapper div select {
    width: 100px !important;
}

.shopping-card .payment .selectWrapper div:before {
    right: 85px;
}

.shopping-card #card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.shopping-card #card-title span {
    font-size: 16px;
    font-weight: 700;
    color: #f96818;
}

.shopping-card #credit-click {
    display: none;
    padding: 20px;
    background-color: #ebebeb;
}

.shopping-card #credit-click input {
    width: 100%;
    margin: 5px auto;
    padding: 2px 5px 2px 25px;
}

.shopping-card .input-icons i {
    position: absolute;
    left: 5px;
}

.shopping-card .input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.shopping-card .icon {
    padding: 12px 0;
    color: #6b6e71;
    font-size: 13px;
    min-width: 50px;
    text-align: center;
}

.shopping-card .cards {
    border: 1px solid #eee;
    padding: 5px 10px;
}

.shopping-card .cards ul li {
    color: #a8aeb4;
    margin: 10px auto;
    font-size: 13px;
}

.shopping-card .cards ul li span {
    color: #3f4347;
    font-weight: 600;
}

.shopping-card .cards ul li ul li {
    list-style: none;
    font-weight: 600;
    color: #3f4347;
}

.shopping-card .cards #title {
    font-size: 16px;
}

.shopping-card .cards #title span {
    color: #f96818;
}

.shopping-card .cards .light-color {
    color: #a8aeb4;
}

.shopping-card .cards p a {
    color: #f96818;
}

@media screen and (max-width: 1000px) {
    .shopping-card table {
        border: none;
    }

    .shopping-card table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .shopping-card table tr {
        display: block;
        border: none;
        margin-bottom: .625em;
    }

    .shopping-card table td {
        display: block;
        font-size: .8em;
        text-align: left;
        border: none;
    }

    .shopping-card table th, .shopping-card table td {
        border-bottom: 1px solid #d9d9d9;
    }

    .shopping-card table td::before {
        content: attr(data-label);
        float: right;
        font-weight: bold;
        text-transform: uppercase;
    }

    .shopping-card table td:last-child {
        border-bottom: 0;
    }

    .shopping-card table td img {
        width: 80px;
        height: 80px;
    }

    .shopping-card .orange-order-block {
        margin-top: 50px;
    }

    .shopping-card table td.delete {
        border: none;
    }

    .shopping-card .quantity input {
        float: none;
        display: inline-block;
    }

    .shopping-card .quantity-nav {
        display: none;
    }

    .shopping-card .register .reg-box form input[type=email], .shopping-card .register .reg-box form input[type=password], .shopping-card .register .reg-box form textarea {
        width: 100%;
    }
}

/*///////////product search page////////////////*/
.side-bar h4 {
    font-size: 14px;
    margin: 10px auto 30px;
}

.side-bar h4 span.red {
    color: #ff283a;
    cursor: pointer;
}

.side-bar ul {
    padding: 0;
}

.side-bar .tag {
    border: 1px solid #eee;
    display: inline-block;
    margin: 4px 3px;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 5px;
}

.side-bar .tag i {
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}

.side-bar ul.links {
    padding-right: 10px;
}

.side-bar .links li {
    list-style: none;
    font-size: 13px;
}

.side-bar .links li a {
    transition: all .3s;
}

.side-bar .links li a:hover {
    color: #f96818;
    transition: all .3s;
}

.side-bar .links li.active a {
    color: #f96818;
    background: url("../pics/hover-link-manufacturer-rtl.png") right center no-repeat;
    padding-right: 10px;
}

.filter-sidenav, .sort-sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    padding: 20px 0 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.filter-sidenav .side-bar, .sort-sidenav .side-bar {
    padding: 20px 20px;
}

.sort-sidenav .side-bar input {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}

.sort-sidenav .side-bar {
    padding: 50px 20px 20px;
}

.sort-sidenav .side-bar .link {
    padding: 8px 0;
}

.filter-sidenav .closebtn, .sort-sidenav .closebtn {
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 50px;
    margin-right: 50px;
}

#filter-side-nav, #sort-side-nav {
    display: inline-block;
    padding: 10px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    font-size: 18px;
}

.side-accordion {
    max-width: 100%;
    margin: 0 auto 20px;
}

.side-accordion li {
    position: relative;
    list-style: none;
}

.side-accordion li div.items {
    display: none;
    font-size: 13px;
    line-height: 2;
    color: #767a7c;
    padding: 10px;
}

.side-accordion .accordion-title {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    line-height: 3;
    font-size: 13px;
    text-indent: 15px;
    user-select: none;
    border-bottom: 1px solid #d9e5e8;
}

.side-accordion .accordion-title:after {
    width: 8px;
    height: 8px;
    border-left: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    left: 10px;
    content: " ";
    top: 17px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.side-accordion .accordion-title.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.side-bar .overflow-checkbox {
    margin: 0;
}

.side-bar .overflow-checkbox .overflow-control-input {
    display: none;
}

.side-bar .overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::after {
    -webkit-transform: rotateZ(45deg) scale(1);
    transform: rotateZ(45deg) scale(1);
    top: -6px;
    left: 3px;
}

.side-bar .overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::before {
    opacity: 1;
}

.side-bar .overflow-checkbox .overflow-control-indicator {
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #aaa;
}

.side-bar .overflow-checkbox .overflow-control-indicator::after {
    content: '';
    display: block;
    position: absolute;
    height: 12px;
    transition: .3s;
    -webkit-transform: rotateZ(90deg) scale(0);
    transform: rotateZ(90deg) scale(0);
    width: 6px;
    border-bottom: 2px solid #767a7c;
    border-right: 2px solid #767a7c;
    border-radius: 3px;
    top: -2px;
    left: 3px;
}

.side-bar .overflow-checkbox .overflow-control-description {
    margin-right: 20px;
}

.side-bar .slider-box {
    width: 100%;
    margin: 0 auto;
}

.side-bar .slider-box input {
    direction: ltr;
}

.side-bar input {
    width: 100%;
    outline: none;
    border: none;
}

.side-bar .slider {
    margin: 5px 5px;
}

.side-bar .scrollbar::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

/* background of the scrollbar except button or resizer */
.side-bar .scrollbar::-webkit-scrollbar-track {
    background-color: #fff
}

.side-bar .scrollbar::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4
}

/* scrollbar itself */
.side-bar .scrollbar::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff
}

.side-bar .scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.side-bar .scrollbar::-webkit-scrollbar-button {
    display: none
}

.side-bar .scrollbar {
    height: 100px;
    width: 100%;
    overflow-y: scroll
}

.side-bar .scrollbar .color-item {
    display: inline-block;
    height: 10px;
    width: 40px;
}

.side-bar img.color {
    width: 40px;
    height: 10px;
}

/*products*/
.search-in-products h4 {
    font-size: 14px;
    margin: 10px auto 30px;
}

.search-in-products .selectWrapper {
    display: inline-block;
}

.search-in-products .selectWrapper div {
    width: auto;
    max-width: 100%;
}

.search-in-products .selectWrapper div:before {
    right: 85px;
}

.search-in-products #new {
    margin: 2px 5px;
    padding: 1px 10px;
    color: #fff;
    border-bottom: 3px solid #df7900;
    background-color: #949ca2;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    transition: all .3s;
}

.search-in-products #new:hover {
    border-bottom: 3px solid #949ca2;
    background-color: #df7900;
    transition: all .3s;
}

.search-in-products .pager {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.search-in-products .pager li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}

.search-in-products .pager li a {
    color: #000;
}

.search-in-products .pager li a i {
    color: #bababb;
}

.search-in-products .pager li.select {
    background-color: #f8c37b;
}

.search-in-products div.card {
    background: #ffffff;
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
    max-width: 100%;
    position: relative;
    text-align: right;
    border: 1px solid #fff;
    cursor: default;
    z-index: 1;
    border-radius: 0;
}

.search-in-products div.card .title {
    margin: 5px auto 7px;
    padding: 0;
    font-size: 13px;
    color: #000;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-in-products div.card .category {
    margin: 5px auto;
    padding: 0;
    font-size: 13px;
}

.search-in-products div.card .colors {
    color: #f96818;
    width: 35%;
    display: inline-block;
}

.search-in-products div.card .price {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    margin-right: 5px;
}

.search-in-products div.card .price.offer {
    margin-bottom: 0;
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.5);
}

.search-in-products div.card .myribbon {
    position: absolute;
    left: 10px;
    top: 0px;
    width: 42px;
    height: 42px;
    background: rgba(24, 70, 148, 1);
    z-index: 1;
}

.search-in-products div.card .myribbon:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 0;
    height: 0;
    border-top: 12px solid rgba(24, 70, 148, 1);
    border-right: 21px solid transparent;
}

.search-in-products div.card .myribbon:after {
    content: "";
    position: absolute;
    left: 21px;
    bottom: -12px;
    width: 0;
    height: 0;
    border-top: 12px solid rgba(24, 70, 148, 1);
    border-left: 21px solid transparent;
}

.search-in-products div.card .myribbon small {
    font-size: 10px;
    color: #f4b133;
    line-height: 6px;
    display: block;
    text-align: center;
}

.search-in-products div.card .myribbon strong {
    display: block;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}

.search-in-products div.card img {
    max-width: 100%;
}

.search-in-products .card .img {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.search-in-products .arrow-right {
    display: none;
    background-color: #fff;
    height: 35px;
    left: -18px;
    position: absolute;
    top: -18px;
    width: 30px;
    -webkit-transform: rotate(-45deg);
}

.search-in-products .arrow-right span {
    color: #949ca2;
    font-size: 10px;
    left: 2px;
    top: 17px;
    position: absolute;
    width: 20px;
    -webkit-transform: rotate(45deg);
}

.search-in-products .arrow-right span a:hover {
    color: #4a91cd;
}

.search-in-products .card .small-thumb {
    width: 27px !important;
    height: 27px !important;
}

.search-in-products .card .fa-plus-square {
    font-size: 35px;
    vertical-align: middle;
}

.search-in-products div.card div.card-flap {
    display: none;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.search-in-products div.card.show div.card-flap {
    background: #ffffff;
    display: block;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

div.card:hover .arrow-right {
    display: block;
}

.search-in-products .card-box:hover .card {
    position: absolute;
    z-index: 1;
    width: 94%;
    padding: 10px 10px 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: 1px solid #a6a6a6;
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.4)
}

.cards .card-column:nth-last-child(1) {
    height: 310px;
}

.cards .card-column:nth-last-child(1):hover .card {
    position: relative;
}

@media screen and (max-width: 800px) {
    .search-in-products .card-box:hover .card {
        position: relative;
    }
}

.search-in-products .card-box .card .img-front {
    position: absolute;
}

.search-in-products .card-box .card:hover .img-front {
    opacity: 0;
}

.search-in-products p {
    font-size: 13px;
}


.default-bg-dark1 {
    background-color: #4a8ad1;
}

.offer-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 75px;
    margin-bottom: 15px;
}

.offer-title-prodautomated {
    background-color: #ae322a;
    text-transform: uppercase;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    width: 125px;
    font-weight: bold;
    margin: 0;
}

.offerdetails {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
}

.skew-default1:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(30deg);
    z-index: 1;
    background-color: #4a8ad1;
    border-right: 5px solid #fff;
}

.offerdetails ul {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    display: flex;
    font-size: 16px;
    font-weight: bolder;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    list-style: none;
    color: #fff;
}

.offerdetails ul li {
    line-height: 35px;
    margin: 0 15px;
}

.title-product span {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

#cp_everydayPrice {
    margin: 10px auto;
}

#cp_everydayPrice #cp_lblEverydayPriceText {
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: bold;
}

#cp_everydayPrice #cp_lblEverydayPrice {
    text-decoration: line-through;
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: bold;
}

@media (max-width: 600px) {
    .offer-wrapper {
        flex-wrap: wrap;
    }

    .skew-default1:before {
        display: none;
    }
}

@media (max-width: 990px) {
    .offer-wrapper {
        height: auto;
    }

    .skew-default1:before {
        display: none;
    }
}

@media (max-width: 600px) {
    .offerdetails ul {
        width: 100%;
    }

    .skew-default1:before {
        display: none;
    }
}

@media (max-width: 990px) {
    .offerdetails ul {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        font-size: 14px;
    }

    .skew-default1:before {
        display: none;
    }
}

@media (max-width: 600px) {
    .offer-title-prodautomated {
        width: 100% !important;
        justify-content: center;
    }

    .skew-default1:before {
        display: none;
    }
}

@media (max-width: 768px) {
    .offer-title-prodautomated {
        width: 195px;
    }

    .skew-default1:before {
        display: none;
    }
}

@media (max-width: 600px) {
    .offerdetails ul li.Price-onsaleProduct {
        display: contents;
        margin: 0 16px !important;
        font-size: 16px;
        text-align: center;
        line-height: 28px;
        color: #fff;
        font-weight: bold;
    }
}

/*///////////////user////////////////////*/
.user .bg-dark {
    margin: 5px auto;
    text-align: center;
    color: #697177;
    background-color: #cacfd2 !important;
}

.user ul {
    padding: 0;
    margin: 0;
}

.user ul li {
    list-style: none;
    font-size: 14px;
    margin-top: 10px;
}

.user ul li i {
    margin-left: 5px;
}

.user ul li i.fa-heart {
    color: #4a91cd;
}

.user #title {
    font-size: 16px;
    margin-bottom: 20px;
}

.user h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.user #list li {
    font-size: 13px;
    margin-top: 0;
}

.user #list label {
    color: #7a838a;
}

.user #list input[type=checkbox] {
    vertical-align: middle;
}

.user .btn-outline-dark {
    margin-top: 15px;
    padding: 2px 10px;
    border-radius: 0;
}

.user .btn-outline-dark:hover {
    border-color: #f96818;
    color: #f96818;
    background-color: transparent;
    transition: all .3s;
}

.user table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.user table tr {
    padding: 5px;
}

.user table th,
.user table td {
    padding: 5px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

.user table th {
    color: #959ca3;
    font-size: 10px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.user table td a {
    color: #000;
    font-weight: 500;
}

.user table td[data-label="Total price"] {
    color: #f96818;
}

@media screen and (max-width: 1000px) {
    .user table {
        border: none;
    }

    .user table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .user table tr {
        display: block;
        border: none;
        margin-bottom: .625em;
    }

    .user table td {
        display: block;
        font-size: .8em;
        text-align: left;
        border: none;
    }

    .user table th, .user table td {
        border-bottom: 1px solid #d9d9d9;
    }

    .user table td::before {
        content: attr(data-label);
        float: right;
        font-weight: bold;
        text-transform: uppercase;
    }

    .user table td:last-child {
        border-bottom: 0;
    }
}

#order-detail p {
    margin-bottom: 5px;
    font-size: 10px;
}

#order-detail p span {
    color: #f96818;
}

#order-detail #detail-title {
    padding: 5px 10px;
    margin-top: 50px;
    margin-bottom: 10px;
    background-color: #eaebed;
}

#order-detail td p {
    margin-top: 20px;
    font-size: 13px;
    color: #b9b9b9;
}

#order-detail #tb-2 {
    font-weight: 600;
}

#order-detail #tb-2 td p {
    margin-top: 5px;
    font-weight: normal;
    font-size: 11px;
    color: #000;
}

#order-detail .reg-box li {
    margin: 2px auto;
}

.user #tb-2 td[data-label="Total price"] {
    color: #000;
}

.user #tb-2 .total {
    color: #b7b7b7;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
}

.user #tb-2 .total-shipping {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.user #tb-2 .total-price {
    color: #f96818;
    font-size: 20px;
    font-weight: 900;
}

.user #form {
    text-align: center;
}

.user #form label {
    color: #b7b7b7;
    font-size: 13px;
}

.user #form textarea {
    width: 100%;
    min-height: 100px;
}

.user .btn-dark {
    margin: 0 auto;
    text-align: center;
    border-radius: 0;
    padding: 2px 40px 5px;
}

.user .btn-dark:hover {
    background-color: #f96818;
    border-color: #f96818;
}

.user .epingle {
    background: url(https://static.etoffe.com/themes/etoffenew/css/../img/epingle.png) no-repeat top center;
    padding-top: 13px;
    margin: 20px auto;
}

.user .note {
    -moz-box-shadow: 0 1px 5px 0 #c0c0c0;
    -webkit-box-shadow: 0 1px 5px 0 #c0c0c0;
    -o-box-shadow: 0 1px 5px 0 #c0c0c0;
    box-shadow: 0 1px 5px 0 #c0c0c0;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=180, Strength=5);
    border-color: #949CA2;
    border-style: solid;
    border-width: 3px 1px 1px;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 15px 15px;
}

.user .note > span {
    color: #175f9b;
    text-transform: uppercase;
    font-size: 13px;
    width: 100%;
    text-align: left;
    float: left;
    margin-bottom: 15px;
}

.user #note-text textarea {
    overflow: hidden;
    outline: none;
    width: 100%;
    border: none;
    resize: none;
    height: 150px;
}

.user .calcu-wish {
    margin-top: 35px;
    display: block;
    height: 45px;
    padding-right: 50px;
    background: url(../pics/calcu-wish.png) no-repeat right 15px center;
    border: 1px solid #cbcfd3;
    font-size: 10px;
    color: #959ca3;
}

.user .calcu-wish:hover {
    color: #3f4347;
    background: url(../pics/calcu-wish-hover.png) no-repeat right 15px center;
    background-color: #eaebed;
    border: 1px solid #eaebed;
}

.user .calcu-wish .subtitle {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #ff6e01;
    display: block;
}

.user #print-wishlist {
    background: url(../pics/print-wishlist.png) no-repeat right 15px center;
    margin-top: 15px;
}

.user #print-wishlist:hover {
    background: url(../pics/print-wishlist-hover.png) no-repeat right 15px center;
    background-color: #eaebed;
}

.user #wish-title {
    margin: 20px auto;
}

.user #wish-title #blue {
    color: #4a91cd;
}

.user #wish-title i {
    color: #4a91cd;
    margin-left: 5px;
}

.user #wish-title div {
    margin: 5px auto;
}

.btn-social {
    border: 1.2px solid #9a9a9a;
    color: #9a9a9a;
    display: inline-block;
    margin: 2px;
    font-weight: bold;
    padding: 0 0 0 8px;
    transition: all .3s;
}

.btn-social i {
    background-color: #9a9a9a;
    padding: 5px;
    font-weight: normal;
    color: #fff;
    margin-left: 5px;
    transition: all .3s;
}

.btn-social i.scoop-icon {
    background-color: #9a9a9a;
    padding: 5px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    margin-left: 5px;
    transition: all .3s;
}

.btn-social:hover .fa-facebook-f {
    background-color: #3b5998;
    transition: all .3s;
}

.btn-social.facebook:hover {
    border-color: #3b5998;
    color: #3b5998;
    transition: all .3s;
}

.btn-social:hover .fa-twitter {
    background-color: #00acee;
    transition: all .3s;
}

.btn-social.twitter:hover {
    border-color: #00acee;
    color: #00acee;
    transition: all .3s;
}

.btn-social:hover .fa-pinterest-p {
    background-color: #c8232c;
    transition: all .3s;
}

.btn-social.pinterest:hover {
    border-color: #c8232c;
    color: #c8232c;
    transition: all .3s;
}

.btn-social:hover .scoop-icon {
    background-color: #8fd200;
    transition: all .3s;
}

.btn-social.scoop:hover {
    border-color: #8fd200;
    color: #8fd200;
    transition: all .3s;
}

.user div.card {
    background: #ffffff;
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
    max-width: 100%;
    position: relative;
    text-align: right;
    border: 1px solid #fff;
    cursor: default;
    z-index: 1;
    border-radius: 0;
}

.user div.card .title {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    color: #000;
}

.user div.card .category {
    margin: 5px auto;
    padding: 0;
    font-size: 13px;
}

.user div.card .colors {
    color: #f96818;
    width: 35%;
    display: inline-block;
}

.user div.card .price {
    color: #f96818;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    width: 62%;
    margin-bottom: 5px;
    text-align: left;
}

.user div.card img {
    max-width: 100%;
}

.user .card .img {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.user .arrow-right {
    display: none;
    background-color: #fff;
    height: 35px;
    left: -18px;
    position: absolute;
    top: -18px;
    width: 30px;
    -webkit-transform: rotate(-45deg);
}

.user .arrow-right span {
    color: #949ca2;
    font-size: 14px;
    left: 2px;
    top: 17px;
    position: absolute;
    width: 20px;
    -webkit-transform: rotate(45deg);
}

.user .arrow-right span a:hover {
    color: #4a91cd;
}

.user .card .small-thumb {
    width: 30px !important;
    height: 30px !important;
}

.user .card .fa-plus-square {
    font-size: 35px;
    vertical-align: middle;
}

.user div.card div.card-flap {
    display: none;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.user div.card.show div.card-flap {
    background: #ffffff;
    display: block;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

div.card:hover .arrow-right {
    display: block;
}

.user .card-box:hover .card {
    position: absolute;
    z-index: 1;
    width: 94%;
    padding: 10px 10px 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: 1px solid #a6a6a6;
    box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.4)
}

.user .card-box .card .img-front {
    position: absolute;
}

.user .card-box .card:hover .img-front {
    opacity: 0;
}

.user .card-box .card .btn-dark {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.user .card-box .card .delivery {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 160px;
    font-size: 10px;
    background-color: #fff;
    padding: 2px 10px;
    z-index: 999;
    display: none;
    color: #808080;
    border-bottom: 1px dashed #808080;
}

.user .card-box .card .delivery span {
    color: #000;
}

.user .card-box:hover .delivery {
    display: block;
}

@media screen and (max-width: 800px) {
    .user .card-box .card .delivery {
        display: none;
    }
}

/*///////////////album page////////////////////*/

.album-box {
    position: relative;
    overflow: hidden;
    margin: 10px auto 0;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1.2em;
}

.bold {
    color: #000 !important;
}

.album-box *,
.album-box *:before,
.album-box *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.album-box .arrow-right {
    background-color: rgba(0, 0, 0, .3);
    height: 100px;
    right: -50px;
    position: absolute;
    top: -50px;
    width: 100px;
    -webkit-transform: rotate(45deg);
}

.album-box .arrow-right span {
    color: #f5f5f5;
    font-weight: 600;
    font-size: 1.1em;
    right: 28px;
    top: 78px;
    position: absolute;
    width: 80px;
}

.album-box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.album-box img {
    max-width: 100%;
    vertical-align: top;
}

.album-box .icons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.album-box .icons {
    margin: 0;
    opacity: 0;
}

.album-box .icons i {
    display: block;
    font-size: 23px;
    line-height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.album-box .icons:first-of-type {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.album-box:hover:before,
.album-box.hover:before {
    opacity: 0.5;
}

.album-box:hover .icons,
.album-box.hover .icons {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.album-page .nav {
    margin: 0;
    border-bottom-color: #000;
}

.album-page .nav .nav-link {
    background-color: #ddd;
    border: 1px solid #ddd;
    border-bottom-color: #000;
    border-radius: 0;
    margin: 0;
}

.album-page .nav .nav-item:last-child {
    margin-right: 10px;
}

.album-page .nav .nav-link.active {
    background-color: #fff;
    border: 1px solid #000;
    border-bottom-color: #ccc;
    border-radius: 0;
}

.album-page .tab-content {
    border: 1px solid #000;
    border-top: none;
    padding: 0 10px;
    margin: 0;
}

.album-page h1 {
    font-size: 18px;
}

.album-page p {
    min-height: 202px;
}

.album-page.pvc p {
    min-height: 205px;
}

.album-page .slider-nav img {
    width: 100px;
    height: 100px;
}

.brands-album img {
    border: 1px solid #7f7f7f;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 2px 5px;
    width: 120px;
    height: 40px; /*default size*/
}

.brands-album .active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.brands-album .all {
    border: 1px solid #7f7f7f;
    background-color: #36caca;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 2px 5px;
    width: 120px;
    height: 40px; /*default size*/
}
.active-brand
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



@media screen and  (min-width: 768px) and (max-width: 1024px) {
    .return-to-top {
        left: 1%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1460px) {
    .return-to-top {
        left: 1%;
    }
}

@media screen and (max-width: 1199px) {
    .album-page .slider-nav img {
        width: 80px;
        height: 80px;
    }

    .album-page p {
        min-height: 200px;
    }
}

@media screen and (max-width: 991px) {
    .album-page p {
        min-height: 100px;
    }

    .brands-album img {
        padding: 5px 10px;
        height: 35px;
    }

    .slider-nav .slider-nav-item img {
        height: 45px;
        width: 45px;
        cursor: pointer;
    }
}

.discountmark::after {
    content: "";
    position: absolute;
    left: 21px;
    bottom: -12px;
    width: 0;
    height: 0;
    border-top: 12px solid rgba(24, 70, 148, 1);
    border-left: 21px solid
    transparent;
}
.discountmark::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -12px;
    width: 0;
    height: 0;
    border-top: 12px solid rgba(24, 70, 148, 1);
    border-right: 21px solid
    transparent;
}
.discountmark {
    position: absolute;
    left: 10px;
    top: 0px;
    width: 42px;
    height: 42px;
    background: rgba(24, 70, 148, 1);
    z-index: 1;
}
.discountmark strong {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color:
            #fff;
    margin-top: 5px;
}
.discountmark small {
    font-size: 10px;
    color:#f4b133;
    line-height: 6px;
    width: 100%;
    display: block;
    text-align: center;
}

.return-to-top-i{
    font-size: 2em;
}

@media screen and (max-width: 800px) {
    .return-to-top-i{
        font-size: 1em;
    }
}
