html, body{
    direction: rtl;
}

body {
    background-color: #FFFFFF;
    overflow-x: hidden !important;
}

#bodyWrapper{
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#bodyWrapper.fadeIn{
    opacity: 1;
}



/* body.inline {
    background-color: #FFFFFF;
} */

* {
    outline: none;
    outline-color: transparent;
    outline-style: none;
}


/* Fonts =========================================================*/

@font-face {
    font-family: 'Yekan';
    src: url('../fonts/Yekan.eot'), url('../fonts/Yekan.woff') format('woff'), url('../fonts/Yekan.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icons/icomoon.eot?xf5fvh');
    src: url('../fonts/icons/icomoon.eot?xf5fvh#iefix') format('embedded-opentype'), url('../fonts/icons/icomoon.ttf?xf5fvh') format('truetype'), url('../fonts/icons/icomoon.woff?xf5fvh') format('woff'), url('../fonts/icons/icomoon.svg?xf5fvh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: "\f081";
}

.icon-facebook:before {
    content: "\f082";
}

.icon-pinterest:before {
    content: "\f0d3";
}

.icon-google:before {
    content: "\f0d4";
}

.icon-youtube:before {
    content: "\f166";
}

.icon-instagram:before {
    content: "\f16d";
}

*,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Yekan';
}


/* Vertical Align ================================================*/

.ms-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ms-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    z-index: 0;
    position: relative;
}

header .ms-table-cell {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    z-index: 0;
    position: relative;
}

#select .ms-table-cell {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    z-index: 0;
    position: relative;
}


/* Modules ========================================================*/

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    overflow: hidden;
  }
  
  .pace.pace-inactive .pace-progress {
    display: none;
  }
  
  .pace.pace-inactive {
      display: none;
  }
  
  .pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100%;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50% , 0);
    -moz-transform: translate(-50% , 0);
    transform: translate(-50% , 0);
    right: 100%;
    height: 5px;
    width: 100%;
    background: rgba(187, 150, 92, 0.7);
  }
  
  .pace .pace-progress:after {
    display: block;
    position: absolute;
    top: .5em;
    right: .5rem;
    content: attr(data-progress-text);
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 100;
    font-size: 1.5rem;
    line-height: 1;
    text-align: right;
    color: rgba(0, 0, 0, 0.5);
  }

.noMaxWidth {
    max-width: none;
}

.navbar{
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 1em;
}

.navbar.backColor{
    background: #f4f4f4;
}

.navbar .logo {
    max-height: 37px;
}

a.ctaBtn,
input.ctaBtn {
    display: inline-block;
    color: #FFFFFF;
    background: #5f4561;
    padding: .3em 1em;
    border-style: none;
}

a.ctaBtn.shop {
    padding: .3em .3em .3em 1em;
}

a.ctaBtn.shop .iconBtn {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #5f4561;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

a.ctaBtn.shop .iconBtn img {
    vertical-align: top;
}

.sectionHeader {
    display: block;
    width: 100%;
    padding: 1em;
}

.sectionHeader h3,
.sectionHeader p {
    color: #5f4561;
    margin: 0px;
}

.sectionHeader h3 {
    font-size: 2.5rem;
    line-height: 30px;
}

.owl-dots {
    text-align: center;
    padding: 1em;
}

.owl-controls .owl-dot {
    background: #FFFFFF;
    width: 10px;
    height: 10px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin: .25em;
}

.owl-dot.active {
    background: #5f4561 !important;
}

.owl-controls,
.owl-nav,
.testiCarousel {
    position: static;
}

.owl-controls .owl-nav .owl-prev {
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    width: 100px;
    background-size: cover;
    background-position: left center;
    height: 100px;
    float: left;
    color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 15px;
    opacity: 0.3;
}

.owl-controls .owl-nav .owl-next {
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    width: 100px;
    background-size: cover;
    background-position: right center;
    height: 100px;
    float: right;
    color: transparent;
    -webkit-transform: rotate(180deg)translate(0, 50%);
    -moz-transform: rotate(180deg)translate(0, 50%);
    transform: rotate(180deg)translate(0, 50%);
    position: absolute;
    top: 50%;
    right: 15px;
    opacity: 0.3;
}


/* Menu Icon */

ul.menu li {
    display: inline-block;
    font-size: 1.4em;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 0 1.5em;
    overflow: hidden;
}

ul.menu li a {
    color: #5f4561;
}

ul.menu{
    margin: 0;
}

ul.menu li a {
    margin-right: -0.5;
    opacity: 0;
}

.responsiveMenu {
    display: none;
}

.responsiveMenu ul.menu {
    margin: 0;
}

.responsiveMenu ul.menu li {
    width: 100%;
    margin: 1em 0;
    line-height: auto;
    display: block;
    text-align: right;
    padding: 0 1em;
}

.responsiveMenu ul.menu li a {
    margin-right: 0;
    opacity: 1;
}

#menuIcon {
    width: 50px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg)scale(.6);
    -moz-transform: rotate(0deg)scale(.6);
    -o-transform: rotate(0deg)scale(.6);
    transform: rotate(0deg)scale(.6);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 10;
}

#menuIcon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #5f4561;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#menuIcon span.white {
    background: #FFFFFF;
}

#menuIcon span:nth-child(1) {
    top: 0px;
}

#menuIcon span:nth-child(2) {
    top: 18px;
}

#menuIcon span:nth-child(3) {
    top: 36px;
}

#menuIcon.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#menuIcon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#menuIcon.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#fp-nav ul li:last-child, .fp-slidesNav ul li:last-child, #fp-nav ul li:first-child, .fp-slidesNav ul li:first-child {
    display: none;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #FFFFFF;
}

#fp-nav ul, .fp-slidesNav ul {
    padding: 5px 0;
    background: rgba(0,0,0,0.3);
    border-radius: 50px;
}

#fp-nav ul li .fp-tooltip{
    font-family: 'Yekan';
    color: #5f4561;
    margin-right: 10px;
}

input,
textarea {
    width: 100%;
    padding: .5em;
    resize: none;
    border: 1px solid #e2e2e2;
}

form.row .column {
    padding: 0.5em;
}

input[type="submit"] {
    width: auto;
    margin-top: 1em;
    padding: .3em 1em;
    border: 1px solid transparent;
}


/* Header =========================================================*/

#header .fp-tableCell {
    vertical-align: top;
}

#header .wrapper {
    height: 80%;
}

#header .productImg {
    max-height: 490px;
}

#header .introData {
    position: absolute;
    bottom: -100px;
    width: 100%;
    padding-right: 5.5em;
}

#header h1,
#header p {
    color: #FFFFFF;
}

#header h1 {
    font-size: 2.5rem;
}

#header p {
    font-size: 1.5rem;
    opacity: .9;
}

#header p:first-child {
    margin-top: 5em;
    margin-bottom: 0px;
    font-size: 1.2em;
}

#header a {
    float: left;
}


/* AfterBefore ====================================================*/

#afterBefore .thumbs {
    margin: 0 0 1.45em 0;
    cursor: pointer
}

/* .largeSize {
    margin-bottom: 2em;
} */


/* Documents Carousel =============================================*/

#documents .docCarousel .item {
    /*height: 700px;*/
    background: #FFFFFF;
    padding: 4rem;
    position: relative;
}

#documents .docCarousel .item h2 {
    color: #5f4561;
    margin-top: 2rem;
    font-size: 1.2rem;
}

#documents .docCarousel .item a.readmoreBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #aaa9a9;
    color: #FFFFFF;
    font-size: 2.5rem;
    text-align: center;
    line-height: 55px;
    display: inline-block;
}

#documents .fullArticle{
    display: none;
}


/* Features =====================================================*/

#features img.boxProductImg {
    max-height: 450px;
}

#features figure {
    margin: 0px;
    padding: 0px;
}

#features .btn {
    display: block;
    text-align: center;
}

#features ul.productFeatures {
    margin-bottom: 3em;
    margin-top: 1em;
}

#features ul.productFeatures li {
    color: #5f4561;
    font-size: 1.2rem;
    margin-bottom: .5em;
    margin-right: 1em;
    position: relative;
    padding-right: 25px;
    list-style: none;
}

#features ul.productFeatures li:after {
    content: "";
    background: #5f4561;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg)translate(-40%, 0);
    -moz-transform: rotate(45deg)translate(-40%, 0);
    transform: rotate(45deg)translate(-40%, 0);
    position: absolute;
    right: 0px;
    top: 40%;
}

.featureItem {
    color: #363636;
    letter-spacing: -0.5px;
}


/* Testimonial ====================================================*/

#testimonial {
    background: #5f4561;
    padding: 4em;
}

#testimonial .testiCarousel .item h1 {
    color: #FFFFFF;
    text-align: center;
    font-size: 1.7rem;
}

#testimonial .item .userName {
    width: 100%;
    margin-top: 2.5em;
    text-align: left;
}

#testimonial .item .userName img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: left;
    margin: 10px;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

#testimonial .item .userName p {
    margin: 0;
    padding-top: 9px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.2rem;
}

#testimonial .wrapper {
    position: relative;
}


/* FAQ ============================================================*/

#faq .faqWrapper {
    padding: 1em;
}

#faq .faqWrapper .faqItem {
    background: #FFFFFF;
    padding: 2em;
    height: 270px;
    position: relative;
    overflow: hidden;
}

#faq .faqWrapper .faqItem .question {
    color: #858585;
    position: absolute;
    top: 50%;
    width: 80%; 
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    right: 2em;
}

#faq .faqWrapper .faqItem .answer {
    color: #5f4561;
    opacity: 0;
     width: 80%; 
    position: absolute;
    bottom: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    right: 2em;
}

#faq .faqWrapper.active .faqItem .question {
    opacity: 0 !important;
}

#faq .faqWrapper.active .faqItem .answer {
    opacity: 1;
    bottom: 50% !important;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#faq .faqWrapper.now .faqItem .question {
    top: 40%;
    opacity: 0.3;
}

#faq .faqWrapper.now .faqItem .answer {
    opacity: 1;
    bottom: 20px;
}

.askQuestion {
    margin-top: 0.9em;
}


/* MAP ============================================================*/

#shop .sectionHeader{
    margin-top: 37px;
}

#shop .fp-tableCell{
    padding-top: 45px;
}

#shop .backgroundWhite{
    width: 100%;
    background: #FFFFFF;
}

#shop .onlineShop {
    background: #FFFFFF;
    min-height: 100vh;
}

#shop .map {
    min-height: 100vh;
    position: relative;
}

#shop .map #map {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#shop .select2-container--default .select2-selection--single {
    border: 0px solid #aaa;
    border-radius: 0px;
}

#shop .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5f4561;
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5f4561;
    color: white;
}

.select2-dropdown {
    border: 0px solid #aaa;
    border-radius: 0px;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.newsletter {
    background: #f4f4f4;
    padding: 2em;
    min-height: 160px;
}

.newsletter form .column {
    float: right;
}

.newsletter input[type="submit"] {
    margin-top: 0;
    padding: .5em 1em;
}

.newsletter p {
    opacity: .5;
}

.shopLogo img {
    width: 100%;
    max-width: 100px;
}

ul.shopList {
    padding: 2em;
}

ul.shopList li {
    padding: 1em;
    list-style: none;
}

.shopListWrapper {
    overflow: hidden;
}

.shopListTitle {
    margin-bottom: .5em;
    line-height: 13px;
    color: #5f4561;
    font-size: 1.1rem;
}

.shopListDescription {
    font-size: .8rem;
    color: #888888;
}


/* Intro Page =====================================================*/

.video {
    width: 100%;
    height: calc(100vh - 292px);
    background: #000000;
    position: relative;
}

img.playBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video video {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    height: 100%;
}

.video .navbar {
    padding: 1em;
    position: relative;
    z-index: 1;
}

.video .navbar .logo {
    max-height: 37px;
}

.skipIntro {
    height: 170px;
}

.skipIntro p {
    text-align: center;
    width: 40%;
    margin: 10px auto;
    color: #9f9f9f;
}

.skipIntro a.ctaBtn {
    margin-top: 2em;
}

footer {
    background: #959595;
    padding: 2em;
}

footer .row .column {
    float: right;
}

footer .footerLogo img {
    width: 100%;
    max-width: 120px;
    opacity: 0.7;
}

footer p{
    color: #FFFFFF;
    font-size: .9em;
    margin-bottom: 0px;
    margin-top: 10px;
}

footer p a{
    color: #FFFFFF;
    font-size: 1em;
    opacity: 0.7;
    margin-right: 1.3em;
}

footer p a:hover{
    color: #FFFFFF;
    opacity: 1;
}

ul.social li a.instaIcon{
    background: rgba(255,255,255,1);
    color: #959595;
    padding: 1px;
    font-size: 18px;
    width: 22px;
    height: 21px;
    line-height: 21px;
    border-radius: 3px;
    text-align: center;
}

ul.social{
    /* overflow: hidden; */
    height: 25px;
    margin: 0;
}

ul.social li{
    /* float: left; */
    /* vertical-align: middle; */
    list-style: none;
    display: inline-block;
}

ul.social li a{
    color: #FFFFFF;
    opacity: 0.7;
    font-size: 1em;
    display: block;
    /* overflow: hidden; */
    height: 25px;
    margin-top: 13px;
}

ul.social li a:hover{
    opacity: 1;
}


/* Select Page ====================================================*/

#select #productNo1,
#select #productNo2 {
    height: calc(100vh - 112px);
    border: 1px solid #b9b9b9;
    border-top: 0px;
    border-bottom: 0px;
    overflow: hidden;
}

#select #productNo1 {
    border: 0px;
}

#select #productNo2 {
    border-right: 0px;
}

#select .navbar {
    padding: 1em;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#select .navbar .logo {
    max-height: 37px;
}

#select .productInfo {
    position: absolute;
    bottom: 0px;
}

#select .productImage {
    padding: 4em 4em 4em 0em;
}

#select .productImage .selectImage {
    opacity: 0;
    float: right;
    width: 20%;
}

#select .productImage .selectText {
    float: left;
    width: 79%;
    opacity: 0;
    padding-right: 10px;
    padding-top: 4em;
}

#select .productInfo {
    padding-left: 4em;
}

#select .productInfo h3 {
    text-align: right;
    color: #5f4561;
    font-size: 1.7rem;
}

#select .productInfo p {
    color: #363636;
    text-align: right;
}

.backgroundWhite {
    background: #FFFFFF;
    width: 100%;
}


/* Modal Box ======================================================*/

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 10;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0px;
    left: 0px;
}

.close {
    float: left;
    max-width: 25px;
    cursor: pointer;
}

.modal .sectionHeader {
    padding-left: 7px;
    padding-right: 7px;
}

.readmore .modalBox {
    /* position: relative; */
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow-y: auto;
    overflow-x: hidden;
    background: #FFFFFF;
    padding: 2em;
    width: 100%;
    height: 100%;
    min-width: 320px;
    min-height: 300px;
    padding-top: 70px;
}

.readmore h3 {
    color: #2b2512;
    font-size: 1.7rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.readmore h4 {
    font-size: 1.5rem;
    margin-top: 1em;
}

.readmore .imagePost {
     max-height: 600px; 
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 2em;
}

.readmore .imagePost img {
    object-fit: cover;
}

.readmore .contentPost {
    font-size: 1.1em;
    line-height: 35px;
    color: #4e4e4e;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.readmore ul{
    margin-right: 2em;
}

.readmore ul li{
    margin-bottom: 12px;
}

.readmore .close {
    position: absolute;
    left: 30px;
    top: 30px;
}


/* Responsive =====================================================*/

@media screen and (max-width: 1024px) {
    .skipIntro p {
        width: 80%;
    }
    #select .productImage {
        padding: 10em 4em 4em 0em;
    }
    #header p {
        font-size: 1.2rem;
    }
    #header h1 {
        font-size: 2rem;
    }

    #select .productImage .selectText {
        padding-top: 0;
    }

    #select .productImage .selectText h3 {
        text-align: center
    }

    #select .productImage .selectImage {
        float: none;
        width: 100%;
        text-align: center
    }

    #select .productImage .selectImage img {
        max-height: 250px;
    }

    #select .productImage .selectText {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .skipIntro p {
        width: 100%;
        padding: 0.5em;
    }
    #select #productNo1,
    #select #productNo2 {
        height: calc(50vh);
    }
    #header .introData {
        bottom: 50px;
        padding-right: 0;
        text-align: center;
    }
    #header .productImg {
        max-height: 250px;
    }
    #header h1 {
        text-align: center;
    }
    #header a {
        float: none;
    }
    #features figure {
        float: none;
        text-align: center;
    }
    #features img.boxProductImg {
        max-height: 290px;
        margin-top: 35px;
    }
    #features ul.productFeatures li {
        font-size: 0.9rem;
    }
    .owl-controls .owl-nav .owl-prev {
        width: 50px;
        height: 50px;
        left: -60px;
    }
    .owl-controls .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        right: -60px;
    }
    #shop .map {
        min-height: 50vh;
        position: relative;
    }
    #shop .onlineShop {
        min-height: 50vh;
    }

    #shop .sectionHeader{
        margin-top: 34px;
    }

    #testimonial .testiCarousel .item h1 {
        font-size: 1.3rem;
    }
    .copyright p {
        font-size: 0.7rem;
    }

    footer .row .column {
        text-align: center;
    }

    ul.social li {
        float: none; 
        display: inline-block;
    }

    #select .productImage .selectImage {
        float: right;
        width: 20%;
    }

    #select .productImage .selectText {
        float: left;
        width: 79%;
    }
}

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

    #select .productImage .selectText {
        padding-top: 0;
    }

    #select .productImage .selectText h3 {
        text-align: center
    }

    #select .productImage .selectImage {
        float: none;
        width: 100%;
        text-align: center
    }

    #select .productImage .selectImage img {
        max-height: 250px;
    }

    #select .productImage .selectText {
        float: none;
        width: 100%;
    }

    #select .productImage .selectText p {
        display: none;
    }
}

.grayBack{
    background: #e1e1e1;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 380px) {
    .productImg {
        display: none;
    }
    #header h1 {
        font-size: 1.8rem;
    }
    .copyright p {
        font-size: 0.6rem;
    }
    #testimonial .testiCarousel .item h1 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 320px) {
    #shop .map {
        height: calc(100vh);
    }
    #shop .onlineShop {
        height: calc(50vh);
    }
    #testimonial .testiCarousel .item h1 {
        font-size: 0.9rem;
    }
    .copyright p {
        font-size: 0.5rem;
    }
    #testimonial .item .userName p {
        font-size: 0.7rem;
    }
}