﻿@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;
}

body {
    margin: 0;
    padding: 0;
    background-color: #d3d3d333;
}

img, #shoppingCart img {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

/*................................................... contact ...................................................................................................................................................................*/
.contactAbove {
    display: flex;
    justify-content: space-between;
    background-color: #eeeeee;
    color: #7c7b7b;
    font-size: 14px;
    padding: 15px 80px;
}

.contact, .contact p {
    display: inline;
}

#location img {
    width: 8px;
    padding-left: 3px;
}

#phoneNumber {
    float: left;
}

    #phoneNumber > a {
        text-decoration: none;
        color: #000000;
    }

#phonNumber img {
    width: 17px;
}

/*......................................... header .............................................................................................................................................................................*/
.headerFixed .headerTitle {
    width: 90%;
}

.header {
    padding: 10px 80px;
    background-color: #ffffff;
}

.headerLogo {
    margin: auto;
    width: 20%;
}

.headerLogoNavFixed {
    display: none;
}

    .headerLogo img, .headerLogoNavFixed img {
        width: 100%;
    }

.headerTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
}

.headerRight {
    color: #070341;
    display: inline-block;
    font-size: 11px;
}

    .headerRight a {
        color: #070341;
    }

.headerAction {
    display: inline-block;
}


    .headerAction a .profileIcon {
        width: 16px;
        background-color: #393185;
        padding: 3px;
        border-radius: 50%;
        vertical-align: middle;
    }

    .headerAction #profile {
        margin: 0 .5vw;
        padding: 3px;
        border-radius: 9px;
        background-color: #c59b6c;
        color: #fff;
    }

    .headerAction .login {
        width: 9vw;
        text-align: center;
        text-decoration: none;
        color: #000000;
        border: 1px solid #000000;
        border-radius: 3px;
        padding: 3px;
    }

        .headerAction .login .userHeaderFixed {
            display: none;
        }

        .headerAction .login p {
            display: inline;
        }

    .headerAction .logout {
        width: 10%;
    }

        .headerAction .logout img {
            width: 100%;
            filter: invert(20%) sepia(14%) saturate(7303%) hue-rotate(228deg) brightness(91%) contrast(95%);
        }

#user-icon {
    width: 15px;
}

.cartDiv {
    position: relative;
}

#count {
    position: absolute;
    background: #c59b6c;
    color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: 13px;
    text-align: center;
    line-height: 1.3;
    top: -12px;
    box-shadow: inset 0px 0px 1px 1px hsl(0deg 100% 27% / 41%);
}

#shoppingCart {
    width: 30px;
    vertical-align: middle;
    margin: 0 9px 0 0;
    border-right: 1px solid #000;
    padding: 0 9px 0 0;
}

header .navbarList, header .navbarSearch {
    display: none;
}
/*............................... profile .................................................................*/
#cProfileMenu a {
    background-color: #393185;
    color: #fff;
    padding: 7px;
    margin-bottom: 4px;
    width: 9vw;
    border-radius: 7px 0;
    cursor: pointer;
    display: inline-block
}

    #cProfileMenu a:hover {
        background-color: #16104c;
    }

#cProfile {
    text-align: right;
    margin: 10px;
}

    #cProfile .customerInfo {
        color: #393185;
        font-weight: bold;
        border-right: 2px solid;
        padding-right: 5px;
    }

    #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: 24%;
            vertical-align: middle;
        }

        #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;
        padding: 0 10px;
    }

.newAddress .provinceField, .newAddress .cityField, .newAddress .addressField3, .newAddress .postalCodeField {
    display: inline-block;
    vertical-align: top;
}

    .newAddress .provinceField input, .newAddress .cityField input, .newAddress .addressField3 textarea, .newAddress .postalCodeField input {
        width: 100%;
        line-height: 1.5;
        padding: 5px;
        background-color: #fff;
        border: 1px solid #afa6a6;
        border-radius: 5px;
        color: #444343;
        margin: 0 0 5px 5px;
        box-sizing: border-box;
        height: 35px;
    }

.newAddress .addressField3 {
    width: 25%;
}

.newAddress .button {
    text-align: left;
}

    .newAddress .button input:active {
        transform: translateY(4px);
    }

    .newAddress .button input, .myLastAddressItem .button input {
        line-height: 1.5;
        padding: 5px 10px;
        background-color: #c59b6c;
        border: none;
        border-radius: 5px;
        color: #ffffff;
        font-size: 16px;
        margin: 10px;
        cursor: pointer;
    }

        .newAddress .button input:hover, .myLastAddressItem .button input:hover {
            background-color: #a2794b;
        }

/*............................................... my address ..........................................................*/
.myLastAddressItem {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 4px #0000004f;
    margin: 10px 0;
    border-radius: 5px;
}

    .myLastAddressItem .province, .myLastAddressItem .city, .myLastAddressItem .address, .myLastAddressItem .postalCode {
        display: inline-block;
    }

    .myLastAddressItem .province, .myLastAddressItem .city, .myLastAddressItem .postalCode {
        width: 10%;
    }

    .myLastAddressItem .address {
        width: 30%;
    }

    .myLastAddressItem .button {
        text-align: left;
        padding: 20px;
    }

/*.................................Login to account.....................................................................................................................................................................................*/
.Form {
    /*background-color: #ffffff;*/
    margin-inline: auto;
    width: 25%;
    border-radius: 10px;
    padding: 15px;
    margin-block: 20px;
}

    .Form #mobile, .Form #password, .Form .field input {
        width: 24vw;
        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 .link {
        float: left;
    }

        .Form .link a {
            text-decoration: none;
            color: #b91c82;
        }

    .Form .button {
        padding-block: 20px;
    }

        .Form .button input {
            width: 25vw;
            line-height: 1.5;
            padding: 6px;
            background-color: #c59b6c;
            border: none;
            border-radius: 5px;
            color: #ffffff;
            font-size: 16px;
            cursor: pointer;
        }

    .Form .registerLink {
        text-align: center;
    }

        .Form .registerLink a {
            text-decoration: none;
            color: #8c8c8c;
        }

/*.................................... Cart ..................................................................................................................................................................................*/
.cartRow {
    width: 70%;
    box-shadow: 0 0 15px hsl(0deg 10% 83% / 42%);
    padding: 5px;
    border-radius: 10px;
    text-align: right;
    margin: 10px auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .cartRow .cartRowImage {
        display: inline-block;
        width: 5%;
        margin: 5px 15px;
        vertical-align: middle;
    }

        .cartRow .cartRowImage img {
            width: 100%;
            border-radius: 5px;
        }

    .cartRow .cartRowTitle a {
        color: #000;
    }

.cartRowCountDiv, .cartRowTitle {
    width: 30%;
}

.cartRow .cartRowAmountPlus {
    font-size: 22px;
}

.cartRowAmountMines {
    font-size: 22px;
}

.cartRowAmountPlus, .cartRowAmountMines {
    cursor: pointer;
    background: #c59b6c;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    display: inline-block;
    user-select: none;
    margin: 2px;
}

.cartRow .cartRowAmount {
    margin: 0 15px 0 15px;
    font-family: Shabnam-Bold;
    /*vertical-align: super;*/
}

.cartRowPriceDiv {
    width: 20%;
}

.cartRow .cartRowAmountRemove {
    display: inline-block;
    vertical-align: middle;
    width: 6%;
    text-align: left;
}

    .cartRow .cartRowAmountRemove img {
        vertical-align: middle;
        cursor: pointer;
        width: 33%;
    }

#cart .cartResult {
    font-size: 15px;
    margin: 25px auto;
    width: 55%;
    font-weight: bold;
    padding: 19px;
    display: inline-block;
    text-align: right;
}

#cart .submit {
    display: inline-block;
}

    #cart .submit span {
        padding: 8px 20px;
        border: none;
        background-color: #c59b6c;
        border-radius: 5px;
        margin: 10px 0;
        cursor: pointer;
        color: #fff;
        font-size: 15px;
    }

/*........................................ headerFixed ..............................................................................................................................................................................*/
.headerFixed {
    z-index: 444;
    position: fixed;
    top: 0vw;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center;
    box-shadow: 0px 0px 5px #cdcdcd;
}

    .headerFixed .headerLogoNavFixed {
        width: 7%;
    }

    .headerFixed .headerLogoNavFixed, .headerFixed .headerTitle, .headerFixed .headerTitle .navbarList, .headerFixed .navbarSearch {
        display: inline-block;
        vertical-align: middle;
        border: none;
    }

    .headerFixed .headerLogo {
        display: none;
    }

    .headerFixed .headerTitle .headerRight {
        font-size: 8px;
        width: 20%;
    }

    .headerFixed .navbarList {
        width: 53%;
    }



    /*.headerFixed > a {
                width: 8%;
            }*/

    /*.headerFixed > a img {
            width: 100%;
        }*/

    .headerFixed .headerAction .login {
        border: none;
        border-radius: 0;
        width: 20%;
    }

.headerAction .login .userHeaderFixed {
    display: none;
}


.headerFixed .headerAction .login .userHeaderFixed {
    display: inline-block;
    width: 26px;
    filter: invert(84%) sepia(14%) saturate(7303%) hue-rotate( 228deg) brightness(91%) contrast(95%);
}

.headerFixed .headerAction .login p, .headerFixed .headerAction .login .user {
    display: none;
}

.headerFixed .navbarList a {
    padding: 10px;
}

.headerFixed .navbarSearch {
    width: 10%;
}

.headerFixed .searchInput {
    width: 7vw;
    font-size: 11px;
}

.headerFixed #navbarSearchIcon {
    padding: 0;
    text-align: left;
    display: inline-block;
    width: 3.5vw;
}

    .headerFixed #navbarSearchIcon img {
        width: 16px;
    }


.headerFixed #profile {
    background-color: transparent;
}

    .headerFixed #profile #userfullname {
        display: none;
    }

.headerFixed .headerAction {
    width: 11%;
    text-align: left;
}

    .headerFixed .headerAction .logout {
        width: 15%;
    }
/*........................................ navbar ..............................................................................................................................................................................*/
.navbar {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding-inline: 34px;
    box-shadow: 0 5px 8px #e2e2e2;
    position: relative;
    background-color: #ffffff;
}

.navbarList {
    position: relative;
    display: inline-block;
}

    .navbarList ul {
        overflow: hidden;
        list-style-type: none;
        z-index: 3;
    }

    .navbarList > ul > li {
        float: right;
    }

    .navbarList .productContent {
        cursor: pointer;
    }

    .navbarList a, .navbarContentdown a {
        text-decoration: none;
        color: #000000;
        padding: 16px;
        font-weight: bold;
        font-size: 14px
    }

.aside-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgb(255 255 255 / 0%);
    left: 0;
    top: 0;
    transition: .5s cubic-bezier(.77,0,.175,1);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.aside-trigger {
    opacity: 1;
    visibility: visible;
}


/*.....................................................*/
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;
}

.SubMenu1, .SubMenu2 {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s ease;
    -o-transition: max-height .5s ease;
    transition: max-height .5s ease;
    position: absolute;
    text-align: right;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 0 45px;
    box-shadow: 0 0 10px 0px #efefef;
}

    .SubMenu1 li, .SubMenu2 li {
        margin: 10px 0;
    }

    .SubMenu1 a, .SubMenu2 a {
        display: block;
        padding-block: 17px;
        text-decoration: none;
        color: #000000;
        font-weight: bold;
        border-bottom: 1px solid #dfdfdf;
    }

    .SubMenu1 li:last-child a, .SubMenu2 li:last-child a {
        border-bottom: none;
    }

.SubMenuExpanded {
    max-height: 40em;
}

header .SubMenuExpanded li {
    margin: 10px 0;
}

/*.................................................................*/
.productContent > img {
    transform: rotate(-90deg);
    width: 7px;
    margin-right: -7px;
}


.navbarList li:nth-child(2) {
    padding-left: 9px;
}

.navbarSearch {
    display: inline-block;
    width: 31%;
    text-align: center;
}

.searchInput {
    border: none;
    width: 17vw;
    padding-block: 6px;
    font-size: 1vw;
    border-bottom: 1px solid #000000;
}

#navbarSearchIcon {
    padding: 14px;
    margin-right: -45px;
    position: relative;
    z-index: 2;
}

    #navbarSearchIcon img {
        width: 18px;
        margin-left: 4px;
    }

.navbar .hLogo, .navbar .hName, .navbar .headerAction {
    display: none;
}


/*........................................ main ..............................................................................................................................................................................*/
main {
    text-align: center;
    min-height: 65vh;
    background-color: #fff;
    padding: 50px;
}

/*........................................ skin1 page ..............................................................................................................................................................................*/
.section {
    margin-top: 10px;
}

    /*........................................ starter ..............................................................................................................................................................................*/
    .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: 35px;
        width: 84.5%;
        height: auto;
    }

.starterContent {
    text-align: right;
    width: 21.5%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 10px 45px;
    position: relative;
    z-index: 2;
}

    .starterContent a {
        display: block;
        padding-block: 17px;
        text-decoration: none;
        color: #000000;
        font-weight: bold;
        cursor: pointer;
    }

    .navbarList li a:hover, .starterContent > a:hover {
        color: #c59b6c;
    }

    .starterContent .sectionMenu {
        position: relative;
        cursor: pointer;
    }

    .starterContent a:not(.starterContent a:last-child) {
        border-bottom: 1px solid #dfdfdf;
    }

    .starterContent .sectionMenu .subMenu {
        position: absolute;
        top: 13px;
        right: 109%;
        background: #c69c6e;
        width: 57%;
        border-radius: 10px;
        text-align: center;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .5s;
        z-index: 3;
    }

    .starterContent .sectionMenu .SubMenuExpanded {
        max-height: 200px;
        opacity: 1;
        visibility: visible;
    }

.contentImage {
    width: 15px;
    vertical-align: middle;
    /*filter: opacity(0.5) drop-shadow(0 0 0 #7c7b7b);*/
    padding-left: 6px;
}

.starterContent #contentArrowIcon {
    float: left;
}

/*........................................ Products ..............................................................................................................................................................................*/
.proposal, .bestselling, .latestProducts, .about {
    text-align: center;
    margin: 15px auto;
    margin-bottom: 0;
    position: relative;
}

.productsList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.proposal .title1, .bestselling .title1, .latestProducts .title1 {
    width: 82vw;
    text-align: right;
    position: relative;
    padding-right: 1vw;
}

    .proposal .title1::after, .bestselling .title1::after, .latestProducts .title1::after {
        position: absolute;
        content: "";
        width: 49%;
        height: 3px;
        background: linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 31%, rgba(214,151,0,1) 100%);
        border-radius: 5px;
    }

    .proposal .title1 .underlineTitle::after, .bestselling .title1 .underlineTitle::after, .latestProducts .title1 .underlineTitle::after {
        position: absolute;
        content: "";
        width: 107%;
        bottom: -4%;
        border-bottom: 1px solid #e4e4e4;
    }

.proposal .title1, .bestselling .title1, .latestProducts .title1, .proposal ._btnMore, .bestselling ._btnMore, .latestProducts ._btnMore, .brands ._btnMore {
    display: inline-block;
    vertical-align: middle;
}

.proposal ._btnMore, .bestselling ._btnMore, .latestProducts ._btnMore, .brands ._btnMore, .magazine ._btnMore {
    text-align: left;
}

    .proposal ._btnMore a, .bestselling ._btnMore a, .latestProducts ._btnMore a, .brands ._btnMore a, .magazine ._btnMore a {
        text-decoration: none;
        color: #0b0555;
        font-size: 14px;
        padding-left: 5px;
    }

    .proposal ._btnMore img, .bestselling ._btnMore img, .latestProducts ._btnMore img, .brands ._btnMore img, .magazine ._btnMore img {
        padding-right: 5px;
        filter: invert(52%) sepia(97%) saturate(449%) hue-rotate(5deg) brightness(96%) contrast(101%);
    }

.proposal .mainData, .bestselling .mainData, .latestProducts .mainData {
    position: relative;
    margin: auto;
}

/*.proposal .mainData .col4 {
            padding: 10px;
        }*/

.mainData ._btnArrow {
    width: 25px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    filter: invert(41%) sepia(81%) saturate(26%) hue-rotate(26deg) brightness(93%) contrast(91%);
}

.mainData #_btnArrowRight {
    transform: scaleX(-1) translateY(-50%);
    right: 2%;
}

.mainData #_btnArrowLeft {
    left: 2%;
}

.mainData img:nth-child(2) {
    left: 40px;
}

.bestselling .mainData .col4, .latestProducts .mainData .col4 {
    background-color: #f6f6f6;
}

    .bestselling .mainData .col4 .sort, .latestProducts .mainData .col4 .sort {
        padding-top: 14px;
    }

/*........................................ about ..............................................................................................................................................................................*/
.about {
    text-align: center;
    background: url("images/3xs.png") no-repeat;
    border-radius: 20px;
}

    .about div {
        text-align: justify;
    }

    .about .col1 {
        width: 43%;
        padding: 20px;
    }

        .about .col1 .title1::after {
            width: 91%;
        }

        .about .col1 .title1 .underlineTitle::after {
            width: 115%;
        }

.title1 h2, .title2 h2 {
    font-size: 18px;
    color: #070341;
    font-weight: bold;
}

.about .title1 h2 {
    font-size: 24px;
}

.about .col1 p {
    line-height: 33px;
}

.about .col1 .support {
    text-align: left;
}

.about .support a {
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 7px 5px;
    text-decoration: none;
    color: #000000;
}

.about .col1 .support img {
    vertical-align: middle;
    transform: scaleX(-1);
    width: 15px;
    filter: invert(52%) sepia(97%) saturate(449%) hue-rotate(5deg) brightness(96%) contrast(101%);
}

.about .col1 .support p {
    display: inline;
}

/*........................................ brands ..............................................................................................................................................................................*/
.brands {
    text-align: center;
    margin-block: 10vw;
    position: relative;
}

.BrandItem {
    width: 17%;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 10px;
    vertical-align: top;
    padding: 8px;
    margin: 4px;
}

    .BrandItem .image {
        margin-top: 10px;
    }

        .BrandItem .image img {
            width: 100%;
        }

.title2 h2 {
    display: inline-block;
    position: relative;
    line-height: 0;
}

    .title2 h2::after {
        position: absolute;
        content: "";
        width: 200%;
        height: 3px;
        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%);
        border-radius: 5px;
        right: -53%;
        bottom: -23px
    }

.title2 p {
    color: #7c7b7b;
}

.lastBrands {
    margin: 20px auto;
    display: grid;
    grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
}

/*........................................ brand Item ............................................................................................*/
.brandItem {
    vertical-align: middle;
    padding: 8px;
    /*overflow: hidden;
    animation: move 40s;
    animation-iteration-count: infinite;*/
}

    .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;
    }

/*@keyframes move {
    0% {
        transform: translateX(0%);
    }

    50% {
        transform: translateX(50%);
    }

    100% {
        transform: translateX(-50%);
    }
}*/

.brands ._btnMore, .magazine ._btnMore {
    display: block;
    position: absolute;
    left: 0;
    color: #0b0555;
}

.magazine ._btnMore {
    left: .5vw;
}

/*........................................ brand Detail ............................................................................................*/
.BrandDetail {
    text-align: right;
    padding: 10px 20px;
}

.BrandDetail {
    text-align: right;
    padding: 10px 20px;
}

    .BrandDetail .image {
        width: 25%;
        padding: 7px;
        border-radius: 3px;
        background-color: #fff;
        margin: 14px;
    }

        .BrandDetail .image a img {
            width: 100%;
            border-radius: 3px;
        }

    .BrandDetail .title {
        padding: 10px;
    }

        .BrandDetail .title a {
            text-align: justify;
        }

    .BrandDetail .image {
        display: inline-block;
        padding: 10px;
    }

        .BrandDetail .image img {
            border-radius: 10px;
        }

    .BrandDetail .title {
        display: inline-block;
        vertical-align: top;
    }

    .BrandDetail .description {
        display: inline-block;
        vertical-align: top;
        margin-top: 7vh;
        margin-right: -45px;
        text-align: justify;
        width: 65%;
    }

    .BrandDetail .title a {
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        color: #000000;
        text-align: justify;
    }

.d-none {
    display: none !important;
}

/*........................................ magazine ..............................................................................................................................................................................*/
.magazine {
    text-align: center;
    position: relative;
}

.lastContents {
    margin: 2vh 0 5vh;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}

.contentItem {
    display: inline;
}

.lastContents .item {
    margin: 11px;
    vertical-align: top;
    box-shadow: 0 0 5px #d8d8d8;
    border-radius: 7px;
    background-color: #ffffff;
    position: relative;
}

    .lastContents .item .image {
        float: right;
        margin: 10px;
        height: 160px;
    }

    .lastContents .item a {
        text-decoration: none;
        text-align: left;
        display: block;
        margin: 5px 10px;
    }

    .lastContents .item .image img {
        height: 160px;
        width: 160px;
        border-radius: 7px;
        object-fit: cover;
    }

    .lastContents .item .title {
        padding-top: 2vw;
        font-size: 14px;
        font-weight: bold;
        color: black;
        display: block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        height: 2em;
        line-height: 2em;
        text-align: justify;
        word-spacing: -1px;
        margin: 0 10px;
    }

        .lastContents .item .title a {
        }

    .lastContents .item .abstract {
        margin: 0 0 0 1vw;
        text-align: justify;
        font-size: 13px;
        color: gray;
        display: block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        height: 7em;
        line-height: 2em;
        text-align: justify;
        word-spacing: -1px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

}

.lastContents .item .button {
    text-align: left;
    position: absolute;
    left: 15px;
    bottom: 10px;
    font-size: 13px;
    color: #2d22ce
}

.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: -6px;
    }

.col4, .lastBrands {
    margin: 40px auto;
}

.lastBrands {
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0 0 10px #b5b5b5;
    overflow: hidden;
    /*white-space: nowrap;*/
}

/*.lastBrands:hover .brandItem {
        animation: none;
    }*/

.contentsItems .item {
    padding: 20px;
    margin: 8px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0px #c5bebe;
    width: calc(16.66% - 16px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .contentsItems .item:hover {
        z-index: 1;
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        transition: .5s;
    }

    .contentsItems .item .child {
        text-align: center;
    }

    .contentsItems .item .Image {
    }

    .contentsItems .item img {
        width: 100%;
        height: 9vw;
        object-fit: cover;
        display: block;
    }

    .contentsItems .item .title {
        width: 100%;
        padding: 10px 0;
        text-align: right;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        height: 2em;
        line-height: 2em;
        text-align: justify;
        display: block;
    }

    .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;
}

.more #initialPrice {
    text-decoration: line-through;
}

.more #discountPercent {
    background-color: #c59b6c;
    border-radius: 20px;
    color: #ffffff;
    padding: 1px 9px;
    font-size: 12px;
}

.more #finalPrice {
    font-size: 17.5px;
    margin-top: 0;
}

.bestselling .col4, .latestProducts .col4 {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    margin: 30px auto;
}

.bestselling .item, .latestProducts .item, .proposal .mainData .col4 .contentsItems .item {
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0 0 10px #b5b5b5;
}

.contentsItems .item .more img {
    float: right;
}

/*........................................ Internal pages ......................................................................................................................................................................*/
.ModuleTitle, .main .endTitle, #cOrderDetail .Info, #cOrderDetail .Info::after {
    font-size: 20px;
    font-weight: bold;
    margin: 2vw 0;
    text-align: center;
    position: relative;
}

    .ModuleTitle::after, .main .endTitle::after {
        position: absolute;
        content: "";
        width: 15%;
        height: 3px;
        border-radius: 5px;
        bottom: -10px;
        right: 41.5vw;
        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%);
    }

    .main .endTitle::after {
        right: 21.5vw;
    }
/*........................................ product Item ............................................................................................*/
.ProductItem {
    display: inline-block;
    width: 20%;
    background-color: #ffffff;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
}

    .ProductItem .Image img {
        width: 100%;
        height: 17vw;
        object-fit: cover;
    }

    .ProductItem .title {
        text-decoration: none;
        color: #000000;
        display: block;
        text-align: right;
        overflow: hidden;
        padding: 10px 0;
    }

/*sort*/
.sort {
    width: 100%;
    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 {
        display: inline-block;
        vertical-align: middle;
    }

    .sort .sortItem {
        padding: 0 6px;
        color: #656565;
        font-size: 13px;
        cursor: pointer;
    }

        .sort .sortItem.selected {
            color: #d69700;
        }

    .sort input {
        display: none;
    }

/*........................................ product Detail ............................................................................................*/
.ProductDetail .ProductDetailImage {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.ProductDetail .imageSliders {
    box-shadow: 0px 0px 20px #8c858526;
    margin-bottom: 10px;
}

    .ProductDetail .imageSliders img {
        width: 100%;
        border-radius: 15px;
    }

.ProductDetail .productExtraImages {
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.productExtraImages .extraImage {
    width: 31%;
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}

    .productExtraImages .extraImage img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
        cursor: pointer;
        box-shadow: 0 0 3px #8b8b8b47;
    }

.productExtraImages .extraImageTitle {
    display: none;
}


main .productExtraImages > img {
    position: absolute;
    width: 14px;
    cursor: pointer;
    top: 50%;
    background: #39318594;
    padding: 4px;
    border-radius: 50%;
    border: 2px solid #393185;
    transition: all .5s;
}

    main .productExtraImages > img:hover {
        background: #393185;
    }

main .productExtraImages .prev {
    right: 8px;
    transform: translateY(-50%) rotate(90deg);
}

main .productExtraImages .next {
    transform: translateY(-50%) rotate(-90deg);
    left: 5px;
}

.ProductDetail .ProductDetailBody {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    margin-right: 20px;
}

.productPrice {
    display: flex;
    flex-direction: column-reverse;
}

    .productPrice .originalPrice {
        color: #a1a1a1;
        text-decoration: line-through;
        padding: 3px 0 10px;
    }

    .productPrice .discountedPrice {
        font-size: 20px;
    }

.ProductDetail .title {
    margin: 20px 0;
    font-weight: bold;
    font-size: 20px;
    color: #393185;
}

.models {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

    .models .item {
        margin: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .models .item input {
            transform: scale(1.5);
            accent-color: #b7844b;
        }

        .models .item label {
            display: inline-block;
            margin-right: 3px;
        }

.ProductDetail .addToCartBtn {
    padding: 12px 7px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #c59b6c;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 10px;
}

.ProductDetail .displayNone {
    display: none !important;
}

.ProductDetail .state {
    font-size: 20px;
    color: gray;
    display: block;
}

.ProductDetail #ProductInCartDiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductDetail .mainprice {
    font-size: 20px;
}

.ProductDetail .abstract {
    text-align: right;
    color: #818181;
    border-top: 1px solid #ddd;
}

.ProductDetail .description {
    text-align: justify;
    line-height: 2;
}

/*........................................ Content Detail ............................................................................................*/
.ContentDetail {
    margin: auto;
    /*width: 92%;*/
    text-align: right;
    font-size: 14px;
    line-height: 2;
    min-height: 90vh;
    /*background: #fff;
    box-shadow: 0 0 11px 0px #afafaf;
    padding: 20px;*/
}

    .ContentDetail .image {
        float: left;
        margin: 0 25px;
    }

    .ContentDetail .abstract {
        text-align: justify;
    }

    .ContentDetail .title {
        text-decoration: none;
        color: #000000;
    }

    .ContentDetail .Date, .ContentDetail .title, .ContentDetail .abstract {
        display: none;
    }

    .ContentDetail .body {
        padding: 20px;
    }

        .ContentDetail .body p img {
            max-width: 100%;
        }

.extraImages {
    clear: both;
    padding: 55px 0;
    column-count: 5;
    column-gap: 5px;
}

    .extraImages .extraImage {
        margin-bottom: 5px;
        position: relative;
    }

        .extraImages .extraImage img {
            width: 100%;
            height: 100%;
            display: block;
            cursor: pointer;
        }

    .extraImages .extraImageTitle {
        color: #fff;
        text-align: center;
        background: #3a3285;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

/*content page - extra image*/
.slideImage {
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    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.show {
    display: block !important;
}

div#_divSlideIcons .prev, div#_divSlideIcons .next {
    cursor: pointer;
    position: fixed;
    top: 50%;
    width: 20px;
    padding: 7px;
    transition: 0.6s ease;
    user-select: none;
    z-index: 3;
}

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: 65px;
    right: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 29px;
    padding: 4px;
    z-index: 4;
    cursor: pointer;
}

div#_divSlideIcons.show, .slideImage.show {
    opacity: 1 !important;
    visibility: visible !important;
}

.ContentDetail .image img {
    max-width: 100%;
}

.OrderHistoryDetail {
    width: 80%;
    box-shadow: 0 0 15px hsl(0deg 10% 83% / 42%);
    padding: 10px;
    border-radius: 10px;
    text-align: right;
    margin: 10px auto;
    background: #fff;
    display: flex;
    align-items: center;
}

.OrderHistory span {
    font-weight: bold;
}

.OrderHistoryDetail .image {
    width: 10%;
}

.OrderHistoryDetail img {
    width: 80px;
    border-radius: 10px;
    height: 80px;
}

.OrderHistoryDetail .title {
    font-weight: bold;
    width: 35%;
}

.OrderHistoryDetail .count {
    font-weight: bold;
    width: 10%;
}

.OrderHistoryDetail .generatePrice {
    font-weight: bold;
    width: 20%;
}

.OrderHistoryDetail .totalPrice {
    font-weight: bold;
    width: 20%;
    text-align: left;
}

.OrderInfoDiv {
    width: 80%;
    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: 50%;
        border-bottom: 1px solid #eee;
        padding: 20px 6px;
        box-sizing: border-box;
    }

    .OrderInfoDiv .orderFInfoTotalCost {
        text-align: left;
        width: 100%;
        color: #c59b6c;
    }

.show .Image div {
    height: 30vh;
    border-radius: 12px;
}

/*........................................ footer ..............................................................................................................................................................................*/
.footer {
    background-color: #ffffff;
    min-height: 200px;
}

#back {
    width: 89%;
    margin: auto;
    padding: 60px 0 4px;
    display: flex;
    justify-content: space-between;
}

.footer .col1, .footer .col2 {
    display: inline-block;
    margin: 10px 0;
    vertical-align: top;
}

.footer .col1 {
    width: 30%;
}

    .footer .col1 a {
        color: #000000;
    }

    .footer .col1 > a img {
        margin-block: -15px;
        padding-bottom: 50px;
        width: 53%;
    }

    .footer .col1 .title {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 22px;
        position: relative;
    }

        .footer .col1 .title::after {
            position: absolute;
            content: "";
            width: 22%;
            height: 2px;
            background-color: #d69700;
            box-shadow: 0 1px 3px #d69700;
            border-radius: 5px;
            right: 3px;
            bottom: 12px;
        }

    .footer .col1 .item {
        color: #7c7b7b;
        text-align: justify;
        display: block;
    }

.footer .social {
    margin-block: 40px;
    font-size: 20px;
}

    .footer .social a:hover {
        filter: invert(1);
    }

.social a {
    text-decoration: none;
    color: #000000;
    margin-left: 12px;
    padding: 5px 7px;
    background-color: #eeeeee;
    border-radius: 7px;
}

.social img {
    text-align: center;
    width: 7%;
}

.social a:nth-child(2) {
    padding: 5px 7px 4px;
}

.footer .col2 {
    width: 22%;
    color: #7c7b7b
}

    .footer .col2 .title, .footer .col3 .title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 30px;
        position: relative;
    }

        .footer .col2 .title::after {
            position: absolute;
            content: "";
            width: 24%;
            height: 2px;
            background-color: #d69700;
            box-shadow: 0 1px 3px #d69700;
            border-radius: 5px;
            right: 0;
            bottom: -11px;
        }

    .footer .col2 .item {
        margin-block: 25px;
    }

        .footer .col2 .item img {
            margin-left: 5px;
            width: 8%;
            filter: invert(52%) sepia(97%) saturate(449%) hue-rotate(5deg) brightness(96%) contrast(101%);
        }

        .footer .col2 .item a {
            color: #7c7b7b;
            text-decoration: none;
        }

#telephone {
    transform: scaleX(-1);
}

.footer .col3 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 12px 0;
}

    .footer .col3 .title {
        color: #7c7b7b;
    }

    .footer .col3 .item {
        margin-block: 5px;
    }

        .footer .col3 .item:hover {
            filter: invert(52%) sepia(68%) saturate(704%) hue-rotate(8deg) brightness(100%) contrast(101%);
        }

        .footer .col3 .item a {
            text-decoration: none;
            color: #000000;
        }


    .footer .col3 .title::after {
        position: absolute;
        content: "";
        width: 31%;
        height: 2px;
        background-color: #d69700;
        box-shadow: 0 1px 3px #d69700;
        border-radius: 5px;
        right: 0;
        bottom: -11px;
    }

    .footer .col3 .item img {
        width: 4%;
    }

.footer .back .col4 a img {
    border: 1px solid #a7a7a7;
    padding: 5px;
    border-radius: 5px;
}

/*........................................ knkfooter ..............................................................................................................................................................................*/
.knkfooter {
    padding: 2vw;
    font-size: 13px;
    text-align: center;
}

    .knkfooter #imgLogo {
        width: 30px;
        vertical-align: middle;
    }

/*.......................................... 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: 25px;
    bottom: 30px;
    font-size: 17px;
}

    #cartMsg.show, #_lblMessage.show {
        visibility: visible;
    }

    #_lblMessage.show {
        -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
        animation: fadein 0.5s, fadeout 0.5s 4.5s;
    }

    #cartMsg.show {
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: -30px;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: -30px;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: -30px;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: -30px;
        opacity: 0;
    }
}

/*......................end page..........................................................................................................................*/
.rMain {
    width: 50%;
    display: inline-block;
}

.endTitle {
    margin: 5px 0px;
    font-size: 16px;
}

.endCartRow {
    width: 90%;
    box-shadow: 0 0 15px hsl(0deg 10% 83% / 42%);
    padding: 5px;
    border-radius: 10px;
    text-align: right;
    margin: 10px auto;
    background: #fff;
    display: flex;
    align-items: center;
}

    .endCartRow .endCartRowImage {
        display: inline-block;
        width: 8%;
        margin: 2px 10px;
        vertical-align: middle;
    }

        .endCartRow .endCartRowImage img {
            width: 100%;
            border-radius: 5px;
        }

    .endCartRow .endCartRowTitle {
        width: 45%;
        margin-left: 15px;
        font-size: 14px;
    }

.endCartRowPrice {
    display: inline-block;
    width: 28%;
    text-align: left;
}

.lMain {
    width: 42%;
    display: inline-block;
    vertical-align: top;
}

#_addresses, #_SendWays, #_PayWays, #userDescDiv {
    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;
}

    main .LastAddress p, main .newAddress p {
        font-size: 14px;
        margin: 5px 0;
    }

    main .LastAddress select, ._ddlSendWays {
        width: 100%;
        border: none;
        background-color: #e2e0e2;
        min-height: 45px;
        border-radius: 5px;
        border: 1px solid #ddd;
        display: block;
        margin: 0 auto;
    }

.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.accordionActive:after {
    content: "\2212";
}

.accordionPanel {
    padding: 0 18px;
    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 .field1 input, main .newAddress .field2 input, main .newAddress .field3 input, main .newAddress .field4 input {
        display: inline-block;
        width: 40%;
        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 .moduleTitle {
    font-size: 15px;
    margin: 15px 0;
}

#userDescDiv textarea {
    width: 80%;
    border: none;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.payWays div {
    display: inline-block;
}

#_imgBtnPayAtHome {
    background-color: unset;
    color: #c59b6c;
    border: 1px solid;
}

.payWays input {
    padding: 10px 20px;
    border: none;
    background-color: #c59b6c;
    border-radius: 5px;
    margin: 10px 0;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
}

/*..................................ContentItem..............................................................................................*/
.ContentItem {
    margin: 11px;
    vertical-align: top;
    box-shadow: 0 0 5px #d8d8d8;
    border-radius: 7px;
    background-color: #ffffff;
    position: relative;
    width: 44vw;
    display: inline-block;
}

    .ContentItem .image {
        float: right;
        margin: 10px;
        height: 160px;
    }

        .ContentItem .image img {
            height: 160px;
            width: 160px;
            border-radius: 7px;
            object-fit: cover;
        }

    .ContentItem .title {
        padding-top: 2vw;
        font-size: 14px;
        font-weight: bold;
        color: black;
        display: block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        height: 2em;
        line-height: 2em;
        text-align: justify;
        word-spacing: -1px;
        margin: 0 10px;
        text-decoration: none;
    }

    .ContentItem .abstract {
        margin: 0 0 0 1vw;
        text-align: justify;
        font-size: 13px;
        color: gray;
        display: block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        height: 7em;
        line-height: 2em;
        text-align: justify;
        word-spacing: -1px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .ContentItem .button {
        text-decoration: none;
        text-align: left;
        display: block;
        margin: 5px 10px;
    }

/*........................google map - content us.............................................................................................................*/
.map {
    border: 1px solid #c59b6c;
    padding: 12px;
    border-radius: 5px;
}

    .map iframe {
        width: 100%;
        box-shadow: 0 0 8px #363636;
        max-width: 100%;
    }

/*.................هم راستایی...................................................*/
.proposal, .bestselling, .latestProducts, .about, .magazine {
    width: 92vw;
    margin: 10vh auto;
}

.brands {
    width: 90vw;
    margin: 10vh auto;
}


/*messageForm*/
.messageForm {
    text-align: right;
    padding: 10px;
    border: 1px solid #41398a;
    margin: 10px;
    border-radius: 5px;
}

    .messageForm .field {
        padding: 10px;
        box-sizing: border-box;
        display: inline-block;
        width: 20%;
    }

        .messageForm .field input {
            width: 100%;
            background-color: #fff;
            min-height: 35px;
            border: 1px solid #ddd;
            border-radius: 5px;
        }

    .messageForm .textArea {
        width: 100%;
    }

        .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;
        }
