﻿@font-face {
    font-family: 'shabnam';
    src: url('https://khorshidneshan.ir/CDN/Fonts/shabnam.eot');
    src: local('☺'), url('https://khorshidneshan.ir/CDN/Fonts/shabnam.woff') format('woff'), url('https://khorshidneshan.ir/CDN/Fonts/shabnam.ttf') format('truetype');
}

* {
    font-family: shabnam,tahoma;
    direction: rtl;
    box-sizing: border-box;
}


body {
    margin: 0;
    padding: 0;
    background-color: #eeeeee;
}

a {
    text-decoration: none;
    color: #000000;
}

ul {
    list-style-type: none;
}

img {
    vertical-align: middle;
}

a, span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/*....................... top-banner ...........................................*/
.top-banner {
    background: #f9fafb;
    color: #333;
    font-size: 0.95rem;
    border-bottom: 1px solid #eee;
    padding: 10px;
    position: sticky;
    top: 0;
    z-index: 3;
}

    .top-banner .banner-phone {
        font-weight: bold;
        color: #0070f3;
        text-decoration: none;
        white-space: nowrap;
        width: 100%;
        display: block;
        text-align: left;
    }

    .top-banner .sep {
        display: inline-block;
        width: 1px;
        height: 14px;
        background: #ccc;
        margin: 0 10px;
        vertical-align: middle;
    }

/*......................................... header .............................................................................................................................................................................*/
.header {
    box-shadow: 0 0 5px #00000057;
    background-color: #ffffff;
    position: sticky;
    top: 67px;
    z-index: 2
}

    .header .headerTop {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

.headerRight {
    width: 58%;
}

    .headerRight p {
        font-size: 13px;
    }

.headerLogo {
    width: 25%;
}

    .headerLogo img {
        width: 100%;
    }

/*.closeResponsiveMenu {
    animation: close;
    transform: translateX(800px);
    transition: .5s;
}

.responsiveMenuBg {
    display: none;
    position: fixed;
    z-index: 2;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

    @keyframes close {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(800px);
        }
    }

    .openResponsiveMenu {
    animation: open;
    transition: .5s;
}

@keyframes open {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(800px);
    }
}

.menu {
    width: 60%;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0px;
    padding: 10px;
    animation: open;
    transition: 1s;
    z-index: 3;
    background-color: #056352;
    background-image: radial-gradient(#08977d, #056352);
}*/
.header .responsiveMenuBg {
    display: none;
    position: fixed;
    z-index: 2;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}


.header .CloseResponsiveMenu {
    animation: close;
    transform: translatex(800px);
    transition: .5s;
}

.header .mMenu {
    position: fixed;
    top: 10px;
    right: 5px;
}

.header .menu {
    width: 60%;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0px;
    padding: 10px;
    animation: open;
    transition: 1s;
    z-index: 3;
    background-color: #056352;
    background-image: radial-gradient(#08977d, #056352);
}

.header .back .siteName {
    font-size: 16px;
    text-align: center;
    color: #393185;
    display: block;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

    .header .back .siteName span {
        font-size: 30px;
        font-weight: bold;
        color: #c69c6e;
        display: block;
    }

.header .back > ul {
    padding: 1% 20px;
}

.menu .menuIcon {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    position: inherit;
}

.inBack {
    position: absolute;
    top: 20px;
    right: 15px;
}

.menuIcon div {
    width: 40px;
    height: 5px;
    background-color: #000000;
    border-radius: 15px;
    margin: 6px 15px;
}

.back .backHeaderLogo img {
    width: 100%;
}

.backHeaderLogo {
    width: 50%;
    float: left;
    margin: 1vh 2vw;
}

.back .parent {
    margin: 10px 0;
    width: 100%;
}

.back .social {
    text-align: left;
    margin: 10px 20px;
}

    .back .social a {
        background-color: #c49a6c;
        padding: 3px;
    }

    .back .social img {
        width: 12%;
        filter: invert(1);
    }

        .back .social img:hover {
            filter: inherit;
        }

.back .item {
    text-align: center;
    margin-top: 20px;
}

    .back .item a img {
        border: 1px solid #a7a7a7;
        padding: 5px;
        border-radius: 5px;
        max-width: 100%;
    }

.back .lastParent {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}

    .back .lastParent img {
        width: 40px;
        margin-top: 10px;
    }

.lastParent a {
    display: block;
}

.headerAction {
    display: inline-block;
    width: 37%;
    text-align: left;
}

    .headerAction a {
        font-size: 12px;
        padding: 5px;
        border: 1px solid #000000;
        border-radius: 5px;
        text-align: center;
        margin-top: 1vw;
    }

    .headerAction p {
        display: inline;
    }

    .headerAction img {
        vertical-align: middle;
        width: 16px;
        margin-left: 3px;
    }

.header .headerMenuIcon {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    /*position: inherit;*/
}

.headerMenuIcon div {
    width: 40px;
    height: 5px;
    background-color: #000000;
    border-radius: 15px;
    margin: 6px 15px;
}

.header .menu {
    padding-bottom: 40px;
    position: fixed;
    bottom: 0;
    top: 90px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 12;
    right: 0;
    width: 70%;
    box-shadow: 0 16px 29px -11px hsl(0deg 0% 0% / 56%);
    background: #ffffff;
    overflow: scroll;
}

.header .navbarSearch {
    text-align: left;
    width: 77%;
    padding: 5px 0;
    display: inline-block;
}

#_txtNavbarSearchInput {
    border: none;
    width: 65vw;
    padding-block: 6px;
    font-size: 12px;
    border-bottom: 1px solid #000000;
}

#navbarSearchIcon {
    padding: 14px;
    margin-right: -45px;
    position: relative;
    z-index: 2;
}

    #navbarSearchIcon img {
        width: 18px;
        margin-left: 4px;
    }

/*.........................................................................*/
header::-webkit-scrollbar {
    display: none;
}

header ul {
    padding: 0;
}

    header ul li {
        list-style-type: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        display: inline-block;
        vertical-align: top;
    }

.SubMenu2 {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s ease;
    -o-transition: max-height .5s ease;
    background: #eae8e8;
    transition: max-height .5s ease;
    padding: 0px 20px;
    border-radius: 5px;
}

    .SubMenu2 li {
        margin: 10px 0;
        display: block;
        border-bottom: 1px solid #5f5f5f;
        padding: 7px 0;
    }

        .SubMenu2 li:last-child {
            border: none;
        }

.SubMenuExpanded2 {
    max-height: 40em;
    padding: 10px 20px;
}

header .SubMenuExpanded2 li {
    margin: 10px 0;
}

.SubMenu2 a {
    padding-block: 17px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    /*border-bottom: 1px solid #dfdfdf;*/
}

    .SubMenu2 a:not(.SubMenu2 a:last-child) {
        border-bottom: 1px solid #dfdfdf;
    }



/*............................... profile .................................................................*/
#cProfileMenu {
    padding-top: 25px;
    width: 90%;
    margin: auto;
}

    #cProfileMenu a {
        display: block;
        background-color: #393185;
        color: #fff;
        padding: 7px;
        margin-bottom: 4px;
        width: 100%;
        border-radius: 7px 0;
    }

#cProfile {
    padding-top: 3vh;
}

    #cProfile .customerInfo {
        color: #393185;
        font-weight: bold;
        border-right: 2px solid;
        padding-right: 5px;
        text-align: right;
        margin-right: 20px;
    }

    #cProfile .OrderHistoryDiv .OrderHistory {
        margin: 10px;
        background: #fff;
        box-shadow: 0 0 6px #3931855c;
        padding: 10px;
    }

        #cProfile .OrderHistoryDiv .OrderHistory > div:not(:last-child) {
            display: inline-block;
            width: 100%;
            vertical-align: middle;
            text-align: right;
            margin: 5px 0;
        }

        #cProfile .OrderHistoryDiv .OrderHistory .button {
            text-align: left;
            margin: 10px 0;
            cursor: pointer;
        }

            #cProfile .OrderHistoryDiv .OrderHistory .button span {
                border: 1px solid #c59b6c;
                padding: 6px;
                margin: 4px;
                border-radius: 4px;
                background: transparent;
                transition: background .8s;
            }

            #cProfile .OrderHistoryDiv .OrderHistory .button:hover span {
                background: #c59b6c;
                color: #fff;
            }

    /*..................................Address History Div.......................................................*/
    #cProfile .AddressHistoryDiv {
        text-align: right;
    }

        #cProfile .AddressHistoryDiv .newAddress > div {
            padding: 5px 0;
        }

    #cProfile .postalCodeField small {
        font-size: 12px;
        white-space: nowrap;
        color: #e53333;
    }

.newAddress .message {
    font-size: 13px;
    background-color: #ffefcf;
    border: 1px solid #ffe8ba;
    padding: 8px 10px;
    border-radius: 6px;
    margin: 0 0 10px;
    color: #3e3e3e;
    text-align: right;
}

.newAddress .provinceField input,
.newAddress .cityField input,
.newAddress .addressField3 input,
.newAddress .postalCodeField input {
    width: 100%;
    line-height: 1.5;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #afa6a6;
    border-radius: 5px;
    color: #444343;
    margin: 0 0 5px 5px;
}

.newAddress .button {
    text-align: left;
}

    .newAddress .button input,
    .myLastAddressItem .button input {
        width: 32vw;
        line-height: 1.5;
        padding: 6px;
        background-color: #c59b6c;
        border: none;
        border-radius: 5px;
        color: #ffffff;
        font-size: 14px;
        margin: 10px 0;
        cursor: pointer;
    }

/*............................................... my address ..........................................................*/
.myLastAddressItem .province,
.myLastAddressItem .city {
    display: inline-block;
}

.myLastAddressItem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0 0 4px #0000004f;
    margin: 10px 0;
    border-radius: 5px;
}

    .myLastAddressItem .province, .myLastAddressItem .city, .myLastAddressItem .postalCode {
        width: 50%;
    }

    .myLastAddressItem .address {
        width: 100%;
    }

    .myLastAddressItem .province, .myLastAddressItem .city, .myLastAddressItem .address, .myLastAddressItem .postalCode {
        padding: 10px
    }

    .myLastAddressItem .button {
        margin: 10px;
    }

        .myLastAddressItem .button input {
            width: 16vw;
            margin: 0;
        }

/*.................................Login to account.....................................................................................................................................................................................*/
.Form {
    background-color: #ffffff;
    margin-inline: auto;
    width: 95%;
    border-radius: 10px;
    padding: 15px;
    margin-block: 20px;
}

    .Form #mobile, .Form #password, .Form .field input {
        width: 100%;
        line-height: 1.5;
        padding: 6px;
        background-color: #fff;
        border: 1px solid #afa6a6;
        border-radius: 5px;
        color: #444343;
    }

    .Form .field p {
        text-align: right;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .Form .regCh {
        margin-top: 1vh;
    }

    .Form .field:nth-child(2) p {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .Form .link {
        float: left;
    }

        .Form .link a {
            text-decoration: none;
            color: #b91c82;
        }

    .Form .button {
        padding-block: 20px;
    }

        .Form .button input {
            padding: 6px;
            background-color: #c59b6c;
            border: none;
            border-radius: 5px;
            color: #ffffff;
            font-size: 16px;
            cursor: pointer;
            box-sizing: border-box;
            width: 100%;
        }

    .Form .registerLink {
        text-align: center;
    }

        .Form .registerLink a {
            text-decoration: none;
            color: #8c8c8c;
        }

/*...................................logout...............................................................*/

.logout {
    width: 10%;
}

    .logout img {
        width: 100%;
        filter: invert(20%) sepia(14%) saturate(7303%) hue-rotate(228deg) brightness(91%) contrast(95%);
    }

/*.................................... Cart ..................................................................................................................................................................................*/
.cartRow {
    width: 95%;
    box-shadow: 0 0 15px hsl(0deg 10% 83% / 42%);
    padding: 5px;
    border-radius: 10px;
    text-align: right;
    margin: 10px auto;
    background: #fff;
    display: block;
    /*position: relative;*/
}

    .cartRow .cartRowImage {
        display: inline-block;
        width: 25%;
        margin: 0 0 0 10px;
        vertical-align: middle;
    }

        .cartRow .cartRowImage img {
            width: 100%;
            border-radius: 5px;
        }

    .cartRow .cartRowTitle {
        width: 65%;
        margin-left: 15px;
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
    }

.cartRowCountDiv {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: end; */
    margin-left: 2vw;
    width: 42%;
    display: inline-block;
    vertical-align: middle;
}

.cartRow .cartRowAmountPlus {
    font-size: 22px;
}


.cartRow .cartRowAmountPlus {
    font-size: 22px;
}

.cartRow .cartRowAmount {
    margin: 0 15px 0 15px;
    font-family: Shabnam-Bold;
    vertical-align: super;
}

.cartRow .cartRowAmountMines {
    line-height: 2;
}

.cartRowAmountPlus, .cartRowAmountMines {
    cursor: pointer;
    background: #c59b6c;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    display: inline-block;
    user-select: none;
    margin: 2px;
}

.cartRowPriceDiv {
    margin-right: 20px;
    display: inline-block;
    width: 42%;
}

.cartRowAmountRemove {
    /*position: absolute;
    bottom: 30px;
    right: 20px;*/
    width: 7%;
    display: inline-block;
    text-align: left;
}

#cart .cartResult {
    font-size: 15px;
    margin: 0 auto;
    padding: 19px;
    display: inline-block;
    font-weight: bold;
}

#cart .submit {
    display: block;
    text-align: left;
    margin-left: 10px;
}

    #cart .submit span {
        padding: 8px 20px;
        border: none;
        background-color: #c59b6c;
        border-radius: 5px;
        margin: 10px 0;
        cursor: pointer;
        color: #fff;
        font-size: 15px;
    }

.cartRow .cartRowAmountRemove img {
    width: 100%;
}
/*........................................ main ..............................................................................................................................................................................*/
main {
    text-align: center;
    margin-bottom: 10vh;
    box-sizing: border-box;
    background: #fff;
    padding: 5px;
}

/*........................................ skin100 page ..............................................................................................................................................................................*/
.section {
    /*padding: 5px;*/
    text-align: center;
    text-align: center;
    padding-bottom: 6vh;
    padding-top: 15px;
}

/*.section .starter {
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        padding: 50px;
        background: url(images/DSC00418_e540148f-74cb-4106-8c5f-a0c0a544d7ff_1950x.png) no-repeat;
        background-size: cover;
        border-radius: 10px;
        width: 98%;
        height: 140px;
    }*/
/*........................................ sliders ..............................................................................................................................................................................*/
.sliderSec {
    overflow: hidden;
}

    .sliderSec > div {
        position: relative;
    }

    .sliderSec .bgImgSlider {
        width: 85%;
        height: auto;
        display: block;
        margin: 2vw auto 10vw;
    }

.sliders {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .sliders .prev, .sliders .next {
        position: absolute;
        top: 50%;
        background: #7c7c7c;
        padding: 6px;
        border-radius: 50px;
        width: 25px;
        cursor: pointer;
    }

        .sliders .prev:hover, .sliders .next:hover {
            background: #000;
        }

    .sliders .prev {
        right: 0;
        transform: translateY(-50%) rotate(90deg);
    }

    .sliders .next {
        left: 0;
        transform: translateY(-50%) rotate(-90deg);
    }

.slider {
    display: none;
    width: 85%;
    margin: auto;
    height: 100%;
}

    .slider.active {
        animation: show .5s linear both;
    }

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.slider img {
    width: 35%;
    height: calc(100% + 3vw);
    object-fit: contain;
    display: block;
    float: left;
    transform: translate(-215%, -2vw);
}

.slider.active img {
    animation: showImageSlide .5s .3s linear both;
}

@keyframes showImageSlide {
    100% {
        transform: translate(0, -2vw);
    }
}

.slider .title,
.slider .abstract {
    color: #fff;
    width: 65%;
    display: block;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 15px;
    box-sizing: border-box;
    transform: translateY(1000%);
}

.slider .title {
    font-size: 15px;
    padding-top: 10px;
}

.slider .more {
    width: fit-content;
    display: block;
    text-align: right;
    background: #c79f72;
    color: #fff;
    border-radius: 50px;
    padding: 3px 10px;
    transition: .5s;
    margin-right: 15px;
    margin-bottom: 10px;
    transform: translateY(1000%);
    font-size: 11px;
}

    .slider .more:hover {
        background: #4d41c5;
    }

.slider.active .title {
    animation: showTextSlide .3s .3s linear both;
}

.slider.active .abstract {
    animation: showTextSlide .3s .4s linear both;
    font-size: 10px;
    margin: 6px 0;
}

.slider.active .more {
    animation: showTextSlide .3s .5s linear both;
}

@keyframes showTextSlide {
    100% {
        transform: translateY(0);
    }
}

.sliders .dots-container {
    text-align: center;
    user-select: none;
    clear: both;
}

.sliders .dot {
    height: 8px;
    width: 8px;
    margin: 0 4px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .sliders .dot:hover {
        background-color: #888;
        transform: scale(1.2);
    }

    .sliders .dot.active {
        background-color: #333;
        transform: scale(1.4);
    }


.lastBrands {
    width: 96%;
}

/*........................................ starter ..............................................................................................................................................................................*/
.proposal, .bestselling, .latestProducts {
    text-align: center;
    margin: 15px 0;
    margin-bottom: 0;
    position: relative;
}

.title1 {
    width: 73%;
    text-align: right;
    position: relative;
}

    .title1::after {
        position: absolute;
        content: "";
        width: 65%;
        height: 3px;
        border-radius: 5px;
        background: linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 31%, rgba(214,151,0,1) 100%);
    }

    .title1 .underlineTitle::after {
        position: absolute;
        content: "";
        width: 125%;
        bottom: -6%;
        border-bottom: 1px solid #e4e4e4;
    }

.title1, ._btnMore {
    display: inline-block;
    vertical-align: middle;
}

._btnMore {
    text-align: left;
}

    ._btnMore a {
        text-decoration: none;
        color: #0b0555;
        font-size: 11px;
        padding-left: 5px;
    }

    ._btnMore img {
        filter: invert(52%) sepia(97%) saturate(449%) hue-rotate(5deg) brightness(96%) contrast(101%);
        width: 5px;
    }

.mainData {
    position: relative;
    width: 96%;
    margin: auto;
}

    .mainData ._btnArrow {
        width: 25px;
        position: absolute;
        top: 50%;
        filter: invert(41%) sepia(81%) saturate(26%) hue-rotate(26deg) brightness(93%) contrast(91%);
    }

    .mainData #_btnArrowRight {
        transform: scaleX(-1);
        right: 3.5%;
    }

    .mainData #_btnArrowLeft {
        left: 3.5%;
    }

    .mainData img:nth-child(2) {
        left: 40px;
    }

.bestselling .mainData .col4, .latestProducts .mainData .col4 {
    background-color: #eeeeee;
}

    .bestselling .mainData .col4 .sort, .latestProducts .mainData .col4 .sort {
        padding-top: 14px;
    }

.col4, .lastBrands {
    border-radius: 7px;
    margin: 20px 0;
}

.contentsItems .item {
    /*display: inline-block;
    width: 48.5%;*/
    margin: 8px 0;
    padding: 10px;
    text-align: right;
}

    .contentsItems .item .child {
        text-align: center;
    }

    .contentsItems .item img {
        width: 100%;
        /*height: 22vh;*/
        object-fit: cover;
        display: block;
    }

    .contentsItems .item .title {
        width: 100%;
        margin: 10px 0;
        text-align: center;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 1;
        border-top: 1px solid #ddd;
        padding-top: 10px;
    }

    .contentsItems .item .abstract {
        display: none;
    }

    .contentsItems .item .mainPrice,
    .ProductItem .mainPrice {
        text-align: left;
        color: #393185;
        font-weight: bold;
    }

.productsList .Image, .productsList .title,
.productsList .mainPrice {
    width: 100%;
}

.productsList .mainPrice {
    padding: 10px;
    box-sizing: border-box;
}

    .productsList .mainPrice span {
        text-align: left;
    }

.productsList .originalPrice {
    color: #a1a1a1;
    text-decoration: line-through;
    font-size: 12px;
    font-weight: normal;
}

.productsList .mainPrice {
    text-align: right;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.productsList .hasDiscount .discountPercent {
    margin-bottom: 5px;
}

.discountPercent {
    display: none;
    width: fit-content;
    height: fit-content;
    color: #fff;
    padding: 2px 8px;
    font-size: 14px;
    background: #e74c3c;
    -ms-border-radius: 12px;
    border-radius: 12px;
    box-sizing: border-box;
}

.more #initialPrice {
    text-decoration: line-through;
    font-size: 12px;
}

.more #discountPercent {
    background-color: #c59b6c;
    border-radius: 20px;
    color: #ffffff;
    padding: 1px 6px;
    font-size: 10px;
}

.more #finalPrice {
    font-size: 11px;
    margin-top: 0;
    float: left;
}

.bestselling .col4, .latestProducts .col4 {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    margin: 16px auto;
}

.productsList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.proposal .contentsItems .item, .brands .lastBrands .brandItem {
    width: calc(50% - 10px);
    box-shadow: 0 0 10px #e7e7e7;
    margin: 5px;
    border-radius: 5px;
    background-color: #ffffff;
}

.bestselling .item, .latestProducts .item {
    width: calc(50% - 10px);
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0 0 10px #e7e7e7;
    padding: 10px;
    align-self: center;
    /* justify-self: center; */
    margin: 3px;
}

.contentsItems .item .more img {
    float: right;
    width: 18px;
}

.about {
    text-align: center;
    margin: auto;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 10px;
    width: 96%;
    margin-top: 8vh;
}

    .about div {
        text-align: justify;
    }

    .about .col1 {
    }

        .about .col1 .title1::after {
            width: 89%;
        }

        .about .col1 .title1 .underlineTitle::after {
            width: 115%;
        }

.title1 h2, .title2 h2 {
    font-size: 15px;
    color: #070341;
    font-weight: bold;
}


/*........................................ about ..............................................................................................................................................................................*/
.about .title1 h2 {
    font-size: 12px;
}

.about .col1 p {
    line-height: 25px;
    font-size: 10px;
}

.about .col1 .support {
    text-align: left;
}

.about .support a {
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 5px 2px;
}

.about .col1 .support img {
    vertical-align: middle;
    transform: scaleX(-1);
    width: 13px;
    filter: invert(52%) sepia(97%) saturate(449%) hue-rotate(5deg) brightness(96%) contrast(101%);
}

.about .col1 .support p {
    display: inline;
    font-size: 9px;
}

.about .col2 {
    display: inline-block;
    text-align: left;
    width: 100%;
    position: relative;
}

    .about .col2 img {
        width: 100%;
        border-radius: 10px;
    }

    .about .col2::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
        background: linear-gradient(to left, rgb(238 238 238), rgb(255 255 255 / 5%));
    }

/*........................................ brands ..............................................................................................................................................................................*/
.brands {
    text-align: center;
    margin: 5vw 0;
    position: relative;
}

.title2 h2 {
    display: inline-block;
    position: relative;
    line-height: 0;
    padding-top: 14%;
}

    .title2 h2::after {
        position: absolute;
        content: "";
        width: 83%;
        height: 3px;
        background-color: #d69700;
        box-shadow: 0 1px 3px #d69700;
        border-radius: 5px;
        right: 9%;
        bottom: -23px
    }

.title2 p {
    color: #7c7b7b;
    font-size: 9px;
    margin-top: 24px;
}

.lastBrands {
    margin: 12px auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


/*........................................ brand Item ............................................................................................*/
.brandItem {
    vertical-align: middle;
    margin: 8px;
    align-self: center;
}

    .brandItem .title {
        display: none;
    }

    .brandItem a {
        color: black;
        font-size: 14px;
        width: 100%;
        height: auto;
        display: block;
    }

    .brandItem img {
        width: 100%;
        height: 150px;
        object-fit: contain;
        display: block;
    }

.BrandItem {
    width: 30%;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 5px;
    vertical-align: top;
    padding: 8px;
    margin: 4px;
    box-shadow: 0 0 10px #e7e7e7;
    box-sizing: border-box;
}

    .BrandItem .image img {
        width: 100%;
    }

    .BrandItem .title a {
        color: #000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 1;
        font-weight: bold;
        padding-top: 10px;
        font-size: 14px;
    }

.brands ._btnMore, .magazine ._btnMore {
    display: block;
    position: absolute;
    left: 1%;
    color: #0b0555;
}

/*........................................ brand Detail ............................................................................................*/
.BrandDetail {
    text-align: right;
    padding: 10px;
}

    .BrandDetail .image {
        width: 90%;
        margin: auto;
    }

        .BrandDetail .image a {
            padding: 5px;
            border-radius: 3px;
            background-color: #fff;
        }

        .BrandDetail .image img {
            width: 100%;
            border-radius: 3px;
        }

    .BrandDetail .title {
        padding: 10px;
        text-align: center;
    }

        .BrandDetail .title a {
            text-align: justify;
        }

    .BrandDetail .description {
        text-align: justify;
    }

.d-none {
    display: none !important;
}

/*........................................ magazine ..............................................................................................................................................................................*/
.magazine {
    text-align: center;
}

.lastContents {
    margin: 5vw 2vw 0;
    display: grid;
    grid-template-columns: 100%;
}

.contentItem {
    display: inline;
}

.lastContents .item {
    margin: 11px 0 0px;
    vertical-align: top;
    box-shadow: 0 0 10px #e7e7e7;
    border-radius: 7px;
    background-color: #ffffff;
    position: relative;
    align-self: center;
}

    .lastContents .item .image {
        float: right;
        margin: 10px;
        height: 100px;
    }

.contentItem .item a {
    text-decoration: none;
}

.lastContents .item .image img {
    height: 100px;
    width: 100px;
    border-radius: 7px;
    object-fit: cover;
}

.lastContents .item .title {
    padding-top: 2vw;
    font-size: 12px;
    font-weight: bold;
    color: black;
    display: block;
    word-wrap: break-word;
    height: 3em;
    line-height: 2em;
    text-align: justify;
    word-spacing: -1px;
    overflow: hidden;
}

.lastContents .item .abstract {
    margin: 0 0 0 1vw;
    text-align: justify;
    font-size: 10px;
    color: gray;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    height: 7em;
    overflow: hidden;
    line-height: 2em;
    text-align: justify;
    word-spacing: -1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

    .lastContents .item .abstract a {
    }

.lastContents .item .button {
    text-align: left;
    left: 15px;
    bottom: 10px;
    font-size: 9px;
    color: #2d22ce;
    display: block;
}

.contentItem .item .more a {
}

.lastContents .item .more img {
    width: 2%;
    filter: invert(22%) sepia(66%) saturate(5132%) hue-rotate(243deg) brightness(76%) contrast(120%);
}

    .lastContents .item .more img:nth-child(1) {
        margin-right: 3px;
        margin-left: -11px;
    }

/*........................................ Internal pages ......................................................................................................................................................................*/
.ModuleTitle, .main .endTitle, #cOrderDetail .Info {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    position: relative;
    margin: 2vh 0;
}

    .ModuleTitle::after, .main .endTitle::after, #cOrderDetail .Info::after {
        position: absolute;
        content: "";
        width: 35%;
        height: 3px;
        border-radius: 5px;
        bottom: 5px;
        right: 33vw;
        background: linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(214,151,0,1) 50%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
    }

/*........................................ product Item ............................................................................................*/
.ProductItem {
    padding: 10px;
    width: calc(50% - 10px);
    margin: 5px;
    box-shadow: 0 0 10px #e7e7e7;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    vertical-align: top;
    padding-bottom: 6px;
}

    .ProductItem .Image img {
        width: 100%;
        height: 20vh;
        object-fit: contain;
    }

    .ProductItem .title {
        width: 100%;
        margin: 10px 0;
        text-align: center;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 1;
        border-top: 1px solid #ddd;
        padding-top: 10px;
    }

/*sort*/
.sort {
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    margin: 0 8px 14px;
    text-align: right;
}

    .sort span {
        color: #2b2b2b;
    }

    .sort img {
        width: 20px;
        vertical-align: middle;
    }

    .sort .sortList {
        padding-top: 10px;
    }

    .sort .sortItem {
        padding: 0 6px;
        color: #656565;
        font-size: 13px;
        cursor: pointer;
    }

        .sort .sortItem.selected {
            color: #d69700;
        }

    .sort input {
        display: none;
    }

/*........................................ product Detail ............................................................................................*/
.productPrice {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

    .productPrice .originalPrice {
        font-size: 0.9rem;
        color: #7f8c8d;
        text-decoration: line-through;
        margin-bottom: 10px;
    }

    .productPrice .discountedPrice {
        font-size: 1.4rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 2px;
    }

    .productPrice .discountPercent {
        margin-bottom: 8px;
    }

.ProductDetail .imageSliders {
    display: none;
}

.productExtraImages {
    position: relative;
}

    .productExtraImages .extraImage {
        width: 85%;
        margin: auto;
        display: none;
        animation: fade 1.5s;
        border-radius: 15px;
    }

.ProductDetail .productExtraImages .extraImage:first-child {
    display: block;
}

.productExtraImages .extraImage img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.productExtraImages .extraImage .extraImageTitle {
    display: none;
}

.productExtraImages .prev, main .productExtraImages .next {
    width: 15px;
    position: absolute;
    top: 50%;
    filter: invert(1);
}

.productExtraImages .prev {
    right: 0;
    transform: translateY(-50%) rotate(90deg);
}

.productExtraImages .next {
    left: 0;
    transform: translateY(-50%) rotate(-90deg);
}

.ProductDetail .title {
    font-size: 20px;
    font-weight: bold;
    vertical-align: top;
    padding-top: 20px;
    letter-spacing: -.8px;
    color: #2c3e50;
}

.models {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 5px;
    background-color: #ebebeb;
    margin-bottom: 10px;
}

    .models .item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 15px;
    }

        .models .item input {
            transform: scale(1.8);
        }

        .models .item label {
            display: inline-block;
            margin-right: 10px;
        }

.ProductDetail #ProductInCartDiv {
    display: flex;
    align-items: center;
    justify-content: center
}

.ProductDetail .addToCartBtn {
    background-color: #d2b48c;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
}

.ProductDetail .displayNone {
    display: none !important;
}

.ProductDetail .state {
    font-size: 20px;
    color: gray;
    display: block;
    text-align: center;
    margin: 15px 0;
}

.ProductDetail .mainprice {
    font-size: 20px;
}

.ProductDetail .abstract {
    text-align: right;
    color: #818181;
}

.ProductDetail .description {
    text-align: right;
    text-align: justify;
}

/*........................................ Content Detail ............................................................................................*/
.ContentDetail .Date, .ContentDetail .title, .ContentDetail .abstract {
    display: none;
}

.ContentDetail .body {
    padding: 20px;
    text-align: justify;
}

.ContentDetail {
    /*background: #fff;*/
    /*box-shadow: 0 0 11px 0px #afafaf;*/
    padding: 3px;
    /*width: 95%;*/
    margin: auto;
}

    .ContentDetail .image {
        display: block;
        width: 70vw;
        margin: auto;
    }

        .ContentDetail .image img {
            max-width: 100%;
            border-radius: 10px;
        }

    .ContentDetail .body p img {
        max-width: 100%;
    }

.extraImages {
    padding: 25px 0;
}

    .extraImages .extraImage {
        padding: 10px;
    }

        .extraImages .extraImage img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .extraImages .extraImageTitle {
        display: block;
        color: #fff;
        text-align: center;
        background: #3a3285;
    }

/*content page - extra image*/
.slideImage {
    position: fixed;
    top: 83px;
    left: 0;
    right: 0;
    bottom: 60px;
    background-color: #00000091;
    opacity: 0;
    visibility: hidden;
    transition: .8s;
}

    .slideImage img#image {
        object-fit: contain;
        height: 100%;
        display: block;
        margin: auto;
        width: 100%;
    }

div#_divSlideIcons .prev, div#_divSlideIcons .next {
    position: fixed;
    top: 50%;
    width: 30px;
    padding: 7px;
    transition: 0.6s ease;
    user-select: none;
    z-index: 3;
    background-color: #3b3285;
    border-radius: 4px;
}

div#_divSlideIcons .next {
    left: 5px;
    transform: rotate(-90deg);
}

div#_divSlideIcons .prev {
    right: 5px;
    transform: rotate(90deg);
}

div#_divSlideIcons .next:hover {
    transform: scale(.8) rotate(-90deg);
}

div#_divSlideIcons .prev:hover {
    transform: scale(.8) rotate(90deg);
}

div#_divSlideIcons .close {
    position: fixed;
    top: 90px;
    right: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 29px;
    padding: 4px;
    z-index: 4;
    cursor: pointer;
}

div#_divSlideIcons.show {
    display: block !important;
}

div#_divSlideIcons.show, .slideImage.show {
    opacity: 1 !important;
    visibility: visible !important;
}


/*........................................ footer ..............................................................................................................................................................................*/
.footer {
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 7px #eee;
}

    .footer #back {
        display: flex;
        justify-content: space-around;
        text-align: center;
        align-items: center;
    }

    .footer .col {
        display: inline;
        width: 30%;
    }

    .footer .image img {
        width: 25px;
    }

    .footer .cartDiv {
        position: relative;
    }

    .footer .image #count {
        position: absolute;
        background: #c59b6c;
        color: #ffffff;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        right: 9vw;
        text-align: center;
        line-height: 1.2;
        top: -0.8vh;
        box-shadow: inset 0px 0px 1px 1px hsl(0deg 100% 27% / 41%);
    }

    .footer .title {
        font-size: 12px;
    }

    .footer #profile {
        /*display: none;*/
    }

#profile .image #userfullname {
    display: none;
}

/*.......................................... Massage ..........................................................................................*/
#cartMsg, #_lblMessage {
    visibility: hidden;
    min-width: 250px;
    background-color: #c59b6c;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 5px;
    bottom: 40px;
    font-size: 17px;
}

    #cartMsg.show, #_lblMessage.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

/*............................end page...................................................................................................................................*/
.rMain {
    width: 98%;
    display: inline-block;
}

.endTitle {
    margin: 5px 0px;
    font-size: 16px;
    font-family: Shabnam-Bold;
}

#myOrder {
    margin-bottom: 50px;
}

    #myOrder .endCartRow {
        width: 94%;
        box-shadow: 0 0 15px hsl(0deg 10% 83% / 42%);
        padding: 5px;
        border-radius: 10px;
        text-align: right;
        margin: 10px auto;
        background: #fff;
    }

.endCartRow .endCartRowImage {
    display: inline-block;
    width: 30%;
    margin: 2px 10px;
    vertical-align: middle;
    display: none;
}

    .endCartRow .endCartRowImage img {
        width: 100%;
        border-radius: 5px;
    }

.endCartRow .endCartRowTitle {
    width: 100%;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
    padding-right: 10px;
}

.endCartRowPrice {
    display: inline-block;
    width: 78%;
    text-align: left;
    font-family: 'Shabnam-Bold';
    font-size: 14px;
}

/*#myOrder .endCartRowImage img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}*/

.lMain {
    width: 98%;
    display: inline-block;
    vertical-align: top;
}

#_addresses, #_SendWays, #_PayWays {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 15px hsl(0deg 10% 83% / 42%);
    border-radius: 15px;
    margin: 10px;
}

main .LastAddress {
    margin: 20px 0;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-top: 0;
}

    main .LastAddress p, main .newAddress p, #_SendWays .moduleTitle, #userDescDiv .moduleTitle, #_PayWays .moduleTitle {
        font-size: 14px;
        margin: 5px 0;
    }

.accordion {
    color: #444;
    cursor: pointer;
    padding: 10px;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    padding-top: 0;
}

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.accordionActive:after {
    content: "\2212";
}

.accordionPanel {
    padding: 0 10px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

main .newAddress .field1, main .newAddress .field2, main .newAddress .field3, main .newAddress .field4 {
    text-align: right;
}

main .newAddress .field1, main .newAddress .field2, main .newAddress .field3 {
    width: 32%;
    display: inline-block;
}

    main .newAddress .provinceField #province, main .newAddress .cityField #city, main .newAddress .addressField3 #address, main .newAddress .postalCodeField #postalCode, main .newAddress .field1 input, main .newAddress .field2 input, main .newAddress .field3 input, main .newAddress .field4 input {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        box-sizing: border-box;
    }

main .newAddress .button {
    text-align: left;
}

.lMain .main .LastAddress #_ddlAddress {
    width: 95%;
    height: 6vh;
    border: none;
    border-radius: 5px;
    padding: 5px;
    color: #545454;
}

.show .Image div {
    height: 15vh;
    border-radius: 12px;
}

#_addresses, #_SendWays, #_PayWays {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 15px hsl(0deg 10% 83% / 42%);
    border-radius: 15px;
    margin: 10px;
}

    #_SendWays .moduleTitle, #userDescDiv .moduleTitle, #_PayWays .moduleTitle {
        margin-bottom: 5px;
    }

main .LastAddress select, ._ddlSendWays {
    width: 300px;
    background-color: #e2e0e2;
    min-height: 35px;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

#userDescDiv {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 15px hsl(0deg 10% 83% / 42%);
    border-radius: 15px;
    margin: 10px;
}

    #userDescDiv textarea {
        width: 90%;
        border: none;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

#_imgBtnPayAtHome {
    background-color: unset;
    color: #c59b6c;
    border: 1px solid;
}

.payWays input {
    padding: 10px 20px;
    border: none;
    background-color: #c59b6c;
    border-radius: 5px;
    margin: 5px 0;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}
/*....................دسته بندی محصولات..........................................................................................................*/
.TagDetail {
    display: none;
}

.TagItemStyle {
    text-align: right;
    background-color: #fff;
    margin: auto;
    width: 90vw;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #c59b6c;
    box-shadow: inset 0 0 7px #c59b6c;
}

    .TagItemStyle .image, .TagItemStyle .title {
        display: inline;
    }

        .TagItemStyle .image img {
            width: 15%;
        }

    .TagItemStyle .title {
        font-size: 16px;
        font-weight: bold;
        color: #393185;
    }

/*..................................ContentItem..............................................................................................*/
.ContentItem {
    margin: auto;
    vertical-align: top;
    box-shadow: 0 0 10px #e7e7e7;
    border-radius: 7px;
    background-color: #fff;
    position: relative;
    align-self: center;
    margin-block: 10px;
    width: 98%;
}

    .ContentItem .image {
        float: right;
        /*margin: 10px;*/
        height: 100px;
    }

        .ContentItem .image img {
            height: 100px;
            width: 100px;
            border-radius: 7px;
            object-fit: cover;
        }

    .ContentItem .title {
        padding-top: 2vw;
        font-size: 12px;
        font-weight: bold;
        color: black;
        text-align: right;
        word-spacing: -1px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 1;
        padding-right: 5px;
    }

    .ContentItem .abstract {
        padding: 0 5px;
        text-align: justify;
        font-size: 10px;
        color: gray;
        display: block;
        height: 7em;
        overflow: hidden;
        line-height: 2em;
        word-spacing: -1px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
    }

    .ContentItem .button {
        text-align: left;
        left: 15px;
        bottom: 10px;
        font-size: 9px;
        color: #2d22ce;
        display: block;
    }

/*........................google map - content us.............................................................................................................*/
.map {
    border: 1px solid #c59b6c;
    padding: 12px;
    border-radius: 5px;
}

    .map iframe {
        width: 100%;
        box-shadow: 0 0 8px #363636;
    }


/*............table detail........................................................................................................*/
.ProductDetail .description table {
    width: 100%;
}

/*............orderDetail........................................................................................................*/
.OrderHistoryDetail {
    box-shadow: 0 0 15px hsl(0deg 10% 83% / 42%);
    padding: 10px;
    border-radius: 10px;
    text-align: right;
    background: #fff;
}

    .OrderHistoryDetail .image {
        float: right;
    }

.OrderHistory span {
    font-weight: bold;
    width: 70%;
    margin-right: 10px;
}

.OrderHistoryDetail img {
    width: 80px;
    border-radius: 10px;
    height: 80px;
}

.OrderHistoryDetail .title {
    font-weight: bold;
    width: 70%;
    margin-right: 90px;
}

.OrderHistoryDetail .count,
.OrderHistoryDetail .generatePrice,
.OrderHistoryDetail .totalPrice {
    width: 70%;
    margin: 10px;
    margin-right: 90px;
}

.OrderInfoDiv {
    text-align: right;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

    .OrderInfoDiv span {
        font-weight: bold;
        margin-left: 10px;
    }

    .OrderInfoDiv div {
        width: 100%;
        border-bottom: 1px solid #eee;
        padding: 20px 6px;
        box-sizing: border-box;
        font-size: 14px;
    }

    .OrderInfoDiv .orderFInfoTotalCost {
        text-align: left;
        color: #c59b6c;
    }

/*messageForm*/
.messageForm {
    text-align: right;
    padding: 10px;
    border: 1px solid #41398a;
    border-radius: 5px;
}

    .messageForm .field input {
        width: 100%;
        background-color: #ffffff;
        min-height: 35px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .messageForm .textArea textarea {
        width: 100%;
        max-width: 100%;
        height: 100px;
        border-radius: 5px;
        border: 1px solid #ddd;
    }

    .messageForm .button {
        text-align: left;
    }

        .messageForm .button input {
            border-radius: 5px;
            border: none;
            padding: 5px;
            background-color: #c69c6e;
            color: #fff;
        }

iframe {
    max-width: 100%;
}
