
@font-face {
font-family:'Pyidaungsu';
src:local('Pyidaungsu'), url('https://portalvhdslvb28rs1c3tmc.blob.core.windows.net/yammo/resource/Pyidaungsu-2.1_Regular.woff') format('woff');
}


@font-face {
font-family:'Zawgyi-One';
src:local('Pyidaungsu'), url('https://portalvhdslvb28rs1c3tmc.blob.core.windows.net/yammo/resource/zawgyi.woff') format('woff');
}



/*@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800');*/

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
/*@import url('https://mmwebfonts.comquas.com/fonts/?font=pyidaungsu');*/

/*.zawgyione{
    font-family:Zawgyi-One;

}*/

/*.zawgyione{
    font-family:Pyidaungsu !important;
}*/

.zawgyi{
    font-family:'Zawgyi-One'!important;
}

.myanmar3{
    font-family:Myanmar3,Yunghkio!important;

}

.mmfont{
    font-family:Pyidaungsu !important;
}


body {


    font-family: 'Quicksand', sans-serif;
    -webkit-user-drag: auto!important;
 
}


  .title-row
    {
        margin-bottom:10px;
    }

    .title-row h4 {
        display:inline-block;
        font-weight:bold;
        font-size:24px;
        margin:0
    }

    .title-action {
        display:inline-block;
        float:right;
        margin-top:5px;
    }


   
.tags {
  display: inline-block;
  margin: 5px;
  padding: 2px;
  background: #84b6eb;
  color: #f4f4f4;
  border-radius: 5px;
}




a {
  text-decoration: none;
}

.social-share-btns-container {
  /*overflow: hidden;
  position: absolute;*/
  left: 0;
  font-size: 0;
  top: 50%;
  /*margin: -30px 0;*/
  text-align: center;
  width: 100%;
  z-index: 111;
}

.social-share-btns {
  display: inline-block;
  overflow: hidden;
}
.social-share-btns .share-btn {
  float: left;
  margin: 0 5px;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight:bold;
  vertical-align: middle;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.social-share-btns .share-btn i {
  margin-right: 5px;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}

.share-btn {
  background-color: #95a5a6;
}
.share-btn:hover {
  background-color: #798d8f;
}

.share-btn-twitter {
  background-color: #00aced;
}
.share-btn-twitter:hover {
  background-color: #0087ba;
}

.share-btn-facebook {
  background-color: #3b5998;
}
.share-btn-facebook:hover {
  background-color: #2d4373;
}

.share-btn-linkedin {
  background-color: #007bb6;
}
.share-btn-linkedin:hover {
  background-color: #005983;
}

.share-btn-reddit {
  background-color: #ED001C;
}
.share-btn-reddit:hover {
  background-color: #ba0016;
}

.share-btn-mail {
  background-color: #f1c40f;
}
.share-btn-mail:hover {
  background-color: #dab10d;
}



/*.banner h5,
.banner h3{
    text-shadow: 2px 2px 6px #fff;
    font-weight: bold;
    text-align: center;
}

.banner h1 {
    margin: 0;
    text-shadow: 2px 2px 6px #000;
    text-align: center;
}

.banner {
    color: white;
    position: relative;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.banner-overlay {
            position: absolute;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            bottom: 0;
            left: 0;
            top:0;
            width: 100%;
            padding: 10px;
}*/



.lh5 {
    line-height: 5px;
}

.lh10 {
    line-height: 10px;
}

.lh15 {
    line-height: 15px;
}

.lh20 {
    line-height: 20px;
}

.lh25 {
    line-height: 25px;
}


.lh30 {
    line-height: 30px;
}

/*Kz Shein*/

.carousel-inner {
    border-radius: 10px;
}

.carousel .item img {
    margin: 0 auto;
    /*height: 120px;*/
}

.carousel-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.carousel-caption {
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
}


figure {
    margin: 0px !important;
}



.buttons {
    position: relative;
    padding-top: 10px;
    margin-right: 35px;
}

.like-btn {
    position: absolute;
    top: -20px;
    background: url('../../Images/twitter-heart.png');
    width: 60px;
    height: 60px;
    background-size: 2900%;
    background-repeat: no-repeat;
}

.is-active {
    animation-name: animate;
    animation-duration: .8s;
    animation-iteration-count: 1;
    animation-timing-function: steps(28);
    animation-fill-mode: forwards;
}


.scrollUp {
    transform: translateY(-200px) !important;
   
  transition-property: width;
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 3s;
}


.formulario label {
    display: inline-block;
    cursor: pointer;
    color: #0074D9;
    position: relative;
    padding: 5px 10px;
    font-size: small;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 5px;
    background: rgba(0, 116, 217, 0.1);
}

    /*.formulario label:hover {
    background: rgba(0, 116, 217, 0.1);
}*/

    .formulario label:before {
        display: none;
    }

.formulario input[type="radio"] {
    display: none;
}

    .formulario input[type="radio"]:checked + label:before {
        display: none;
    }

    .formulario input[type="radio"]:checked + label {
        padding: 5px 15px;
        background: #0074D9;
        border-radius: 2px;
        color: #fff;
    }

.formulario .checkbox label:before {
    border-radius: 3px;
}

.formulario .checkbox input[type="checkbox"] {
    display: none;
}

    .formulario .checkbox input[type="checkbox"]:checked + label:before {
        content: "\f26b";
        display: inline-block;
        width: 17px;
        height: 17px;
        position: absolute;
        left: 10px;
        /*top: 10px;*/
        font-family: 'Material-Design-Iconic-Font';
    }

    .formulario .checkbox input[type="checkbox"]:checked + label {
        background: #46b8da;
        color: #fff;
        padding: 5px 10px 5px 30px;
        margin-right: 5px;
    }

.checked {
    content: "\f26b";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 15px;
    top: 10px;
    font-family: 'Material-Design-Iconic-Font';
    border-radius: 50%;
    background: none;
    border: 3px solid #fff;
    background: #0074D9;
    color: #fff;
    padding: 10px 15px 10px 40px !important;
}

a {
    text-decoration: none !important;
}

    a:focus,
    a:active {
        text-decoration: none !important;
        text-decoration-color: none !important;
    }


hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #dddddd !important;
}

.img-w {
    width: 100%;
    overflow: hidden;
}



.grid {
    width: 100%;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 84px;
}

.grid-item {
    width: 44.3%;
    margin: 5px 10px;
}

@media(max-width:373px) {
    .grid-item {
        width: 43%;
    }
}

/*.wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}*/



.card-item {
    border-radius: 10px;
    background: #ffffff;
    position: relative;
}

.shadow {
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, .1);
}

.dot-menu {
    bottom: 5px;
    right: 10px;
    position: absolute;
}

.dot-menu-text {
    font-size: 14px;
}

.round-corner {
    border-radius: 10px;
    overflow: hidden;
    outline: none !important;
}

.round-corner-small {
    border-radius: 8px;
    padding: 3px 6px;
    font-size: 10px;
    outline: none !important;
}

.round-corner2 {
    border-radius: 8px;
    overflow: hidden;
}

.description {
    font-size: 16px;
}

.glyphicon {
    color: #999999;
}

.dropdown-menu {
    overflow: hidden !important;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* border: .5px solid #ccc;
    border: .5px solid rgba(0, 0, 0, .15); */
    border-radius: 15px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.search-form {
    position: relative;
    height: 40px;
    border-radius: 10px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .search-form.focus {
        -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    }

.search-input {
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 38px;
    font-size: 14px;
    background: none;
    color: #5a6674;
    width: 100%;
    height: 38px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

    .search-input::-webkit-search-cancel-button {
        -webkit-appearance: none;
        appearance: none;
    }

.search-button {
    position: absolute;
    top: 10px;
    left: 15px;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0 auto;
    border: none;
    background: none;
    outline: none !important;
    cursor: pointer;
}

    .search-button svg {
        width: 20px;
        height: 20px;
        fill: #5a6674;
    }

.navbar-default {
    /* background: rgba(241,241,241,1);
    background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 46%, rgba(241,241,241,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(0%, rgba(241,241,241,1)), color-stop(46%, rgba(241,241,241,1)), color-stop(100%, rgba(241,241,241,0)));
    background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 46%, rgba(241,241,241,0) 100%);
    background: -o-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 46%, rgba(241,241,241,0) 100%);
    background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 46%, rgba(241,241,241,0) 100%);
    */
    border: none !important;
    z-index: 999999;
}

.slick {
    outline: none !important;
}

    .slick:focus,
    .slick:active {
        outline: none !important;
    }

.slider {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.gradient {
    /* background: rgba(241,241,241,1);
    background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 46%, rgba(241,241,241,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(0%, rgba(241,241,241,1)), color-stop(46%, rgba(241,241,241,1)), color-stop(100%, rgba(241,241,241,0)));
    background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 46%, rgba(241,241,241,0) 100%);
    background: -o-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 46%, rgba(241,241,241,0) 100%);
    background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 46%, rgba(241,241,241,0) 100%);
    border: none !important; */
    /* z-index: 99999;
    position: fixed;
    padding: 10px ;
    background:#f8f8f8; */
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.suggestion-box {
    text-align: center;
    border-radius: 8px;
    /* height: 40px; */
    background: #ffffff;
    line-height: normal;
    vertical-align: central;
    padding: 3px 6px;
}

.suggestion-text {
    font-size: 12px;
}

.navbar-suggest {
    margin-top: 10px;
    z-index: 9;
    padding-bottom: 10px;
    background: #f8f8f8;
}

@media screen and (max-width: 450px) {
    h3 {
        font-size: 14px;
        line-height: 14px;
    }

    .description {
        font-size: 12px;
    }

    .dot-menu-text {
        font-size: 12px;
    }

    .search-form {
        position: relative;
        top: 50%;
        width: 100%;
    }

    .menu_name {
        font-size: 15px !important;
    }

    .menu_price {
        font-size: 13px !important;
        color: #272727;
    }
}


/** shop detail page ***/
.secondtitle {
    /* color: #444444; */
    font-size: 16px;
}

/* .choices-group {
    display: flex;
    justify-content: space-around;
    background: #EFEFEF;
  } */
.choices-group input[type=checkbox] {
    display: none;
    appearance: none;
}

    .choices-group input[type=checkbox]:checked + label {
        /* border: 2px solid #00bb4b; */
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        background: #FFF;
    }

.choices-group label {
    width: 100%;
    transition: all 0.3s;
    border-radius: 10px;
    cursor: pointer;
    padding: 7px 10px;
    overflow: hidden;
    max-height: 120px;
    margin-bottom: 10px;
}
/* .choices-group label:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: rotate(-2deg) translateY(-10px);
  } */

label {
    font-size: 14px;
    font-weight: normal !important;
}

.menu_name {
    font-size: 18px;
    line-height: 15px;
}

.menu_price {
    font-size: 16px;
    font-weight: bold;
    color: #272727;
    line-height: 20px;
}

.cart-btn {
    padding: 15px 10px;
    text-align: center;
    background: #00bb4b;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    width: 100%;
}

.menu-image {
    margin-left: -4px;
}

.back-btn {
    cursor: pointer;
}

.item-list {
    margin-top: 80px;
}


.form-group {
    width: 120px;
}

.quantity-remove, .quantity-add {
    cursor: pointer;
}

    .quantity-add.glyphicon, .quantity-remove.glyphicon {
        display: block;
        cursor: pointer;
    }

.flat-textbox {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 10px;
    border: none;
    margin-bottom: 12px;
    transition: all 0.1s ease;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    resize: none !important;
}

    .flat-textbox:focus {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        outline: none !important;
        resize: none !important;
    }

::placeholder {
    color: #dddddd !important;
    opacity: 1; /* Firefox */
}

::-webkit-input-placeholder {
    color: #dddddd !important;
}

input[type=radio] {
    display: none !important;
    appearance: none !important;
}

    input[type=radio] + label {
        background: transparent;
        height: 60px;
        width: 60px;
        display: inline-block;
        padding: 0 0 0 0px;
        border-radius: 20%;
        margin-right: 20px;
    }

    input[type=radio]:checked + label {
        background: #ffffff;
        height: 60px;
        width: 60px;
        display: inline-block;
        padding: 0 0 0 0px;
        z-index: 9999999;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

img {
    width: 100%;
    height: 100%;
    /* border-radius:50%; */
}
/* input[type=radio]:checked + label > img{
        opacity:0.5
    } */

.paymentbox {
    margin-left: 25px;
}

.qtybox {
    position: relative;
}

.qtytext {
    position: absolute;
    right: -40px;
    top: 8px;
    z-index: 9999;
}

/***************** Card ************/

.grid2 {
    width: 100%;
    margin-left: 5%;
    ;
    margin-right: 5%;
    margin-top: 75px;
}

.grid-item2 {
    width: 90%;
    margin-bottom: 5%;
}

.btn-custom {
    border-radius: 10px;
    border: 1px solid #dddddd;
    background: transparent;
}


/* Styles for Accordion */
.toggle:last-child {
    border-bottom: 1px solid #dddddd;
}

.toggle .toggle-title {
    position: relative;
    display: block;
    border-top: 1px solid #dddddd;
    margin-bottom: 8px;
}

    .toggle .toggle-title h3 {
        font-size: 14px;
        margin: 0px;
        line-height: 1;
        cursor: pointer;
        font-weight: 500;
    }

.toggle .toggle-inner {
    padding: 7px 25px 10px 25px;
    display: none;
    margin: -7px 0 6px;
}

    .toggle .toggle-inner div {
        max-width: 100%;
    }

    .toggle .toggle-inner p {
        font-weight: 200px !important;
        font-size: 13px !important;
    }

.toggle .toggle-title .title-name {
    display: block;
    padding: 25px 25px 14px;
}

.toggle .toggle-title a i {
    font-size: 22px;
    margin-right: 5px;
}

.toggle .toggle-title i {
    position: absolute;
    background: url("http://arielbeninca.com/Storage/plus_minus.png") 0px -24px no-repeat;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 18px 20px 20px 20px;
    right: 0;
    /* font-size: 22px; */
}

.toggle .toggle-title.active i {
    background: url("http://arielbeninca.com/Storage/plus_minus.png") 0px 0px no-repeat;
}

#timeline .timeline-item:after, #timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}


#timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    #timeline:before {
        content: "";
        width: 3px;
        height: 100%;
        background: #fff;
        left: 50%;
        top: 0;
        position: absolute;
    }

    #timeline:after {
        content: "";
        clear: both;
        display: table;
        width: 100%;
    }

    #timeline .timeline-item {
        margin-bottom: 20px;
        position: relative;
    }

        #timeline .timeline-item .timeline-icon {
            background: #fff;
            width: 50px;
            height: 50px;
            position: absolute;
            top: 0;
            left: 50%;
            overflow: hidden;
            margin-left: -23px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            line-height: 1.7;
            font-size: 30px;
            text-align: center;
        }

            #timeline .timeline-item .timeline-icon svg {
                position: relative;
                top: 14px;
                left: 14px;
            }

        #timeline .timeline-item .timeline-content {
            width: 45%;
            background: #fff;
            padding: 20px;
            -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
            /*-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);*/
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            #timeline .timeline-item .timeline-content h5 {
                padding: 15px;
                background: transparent;
                margin: -20px -20px 0 -20px;
                font-weight: 300;
                -webkit-border-radius: 3px 3px 0 0;
                -moz-border-radius: 3px 3px 0 0;
                -ms-border-radius: 3px 3px 0 0;
                border-radius: 3px 3px 0 0;
                color: #00bb4b;
            }

            #timeline .timeline-item .timeline-content:before {
                content: '';
                position: absolute;
                left: 45%;
                top: 20px;
                width: 0;
                height: 0;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-left: 7px solid #fff;
            }

            #timeline .timeline-item .timeline-content.right {
                float: right;
            }

                #timeline .timeline-item .timeline-content.right:before {
                    content: '';
                    right: 45%;
                    left: inherit;
                    border-left: 0;
                    border-right: 7px solid #fff;
                }

@media screen and (max-width: 768px) {
    #timeline {
        margin: 30px;
        padding: 0px;
        width: 90%;
    }

        #timeline:before {
            left: 0;
        }

        #timeline .timeline-item .timeline-content {
            width: 90%;
            float: right;
        }

            #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
                left: 10%;
                margin-left: -6px;
                border-left: 0;
                border-right: 7px solid #fff;
            }

        #timeline .timeline-item .timeline-icon {
            left: 0;
        }
}


.quantity-circle {
    background: #00bb4b;
    padding: 5px 8px;
    width: 50px;
    height: 50px;
    border-radius: 17px;
    color: #fff;
}

.center-fixed-buttom {
    position: fixed;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 1030;
}

.panel-custom-default {
    background: #fff;
    color: #666;
    border-radius: 10px;
    transition: all 500ms ease-in-out;
}

.panel-custom-grey {
    background: #5a6674;
    color: #fff;
    border-radius: 10px;
    transition: all 500ms ease-in-out;
}

.modal-bottom {
    display: none;
    overflow: hidden;
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    z-index: 1500;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    width: 100%;
}



    .modal-bottom .fade {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.scroll-terms-outer {
    width: 100%;
    left: -5px;
    overflow: hidden;
}

.scroll-terms-inner {
    position: relative;
    padding-right: 1px;
    left: 6px;
    width: 100%;
    height: 160px;
    overflow-y: auto;
}

.rounded-default {
    border-radius: 10px;
    /*background-color:#2196F3;*/
    margin-bottom: 0;
    font-weight: normal;
    /*color: #333;*/
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    box-sizing: border-box;
    outline: none;
}


/*exchange*/

.onoffswitchexchange {
    position: relative;
     /*width: 95px;*/
     /*width:99px;*/
     width:105px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkboxexchange {
    display: none;
}
.onoffswitch-labelexchange {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 20px;
}


.onoffswitch-innerexchange {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-innerexchange:before, .onoffswitch-innerexchange:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-innerexchange:before {
    content: attr(data-before);
    padding-left: 7px;
    background-color: #D81517; color: #FFFFFF;
}
.onoffswitch-innerexchange:after {
    content: attr(data-after);
    padding-right: 7px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}


.onoffswitch-switchexchange {
    display: block; width: 18px; height:18px;
     /*margin: 8px;*/
      /*margin: 6px;*/

    /*margin:6px 1px 1px 0px;*/
    margin:8px 6px 9px 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    /*right: 60px;*/
    right: 75px;
    border: 2px solid #FFFFFF; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 

    
}
.onoffswitch-checkboxexchange:checked + .onoffswitch-labelexchange .onoffswitch-innerexchange {
    margin-left: 0;
}
.onoffswitch-checkboxexchange:checked + .onoffswitch-labelexchange .onoffswitch-switchexchange {
    right: 0px; 
}

 /*owl caurosel*/
.owl-btn-center-lr .owl-nav .owl-prev,
.owl-btn-center-lr .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -17px 0;
}

.owl-btn-center-lr .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.owl-carousel .owl-item img {
    transform-style: inherit;
}

.owl-theme .owl-nav {
    margin-top: 20px;
    text-align: center;
}

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }
/* owl dots button */

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #d6d6d6;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791
    }
/*owl button top to center  */

.owl-btn-top-c .owl-nav {
    text-align: center;
}
/*owl button top to left  */

.owl-btn-top-l .owl-nav {
    text-align: left;
}

    .owl-btn-top-l .owl-nav .owl-prev {
        margin-left: 0;
    }
/*owl button top to right  */

.owl-btn-top-r .owl-nav {
    text-align: right;
}

    .owl-btn-top-r .owl-nav .owl-next {
        margin-right: 0;
    }
/*owl button top to left & right  */

.owl-btn-top-lr .owl-nav {
    text-align: left;
}

    .owl-btn-top-lr .owl-nav .owl-next {
        margin-right: 0;
        float: right;
    }
/*owl button < > CENTER to left & right */

.owl-btn-center-lr .owl-nav {
    margin: 0;
}

    .owl-btn-center-lr .owl-nav .owl-prev,
    .owl-btn-center-lr .owl-nav .owl-next {
        position: absolute;
        left: 0;
        top: 50%;
        margin: -17px 0;
    }

    .owl-btn-center-lr .owl-nav .owl-next {
        left: auto;
        right: 0;
    }

.owl-carousel .owl-item img {
    transform-style: inherit;
}
