@charset "utf-8";
.clear{clear:both;}
input,textarea{outline:none}

/* template_id RWDfullscreen02 */
/* load db RWDPreloader002 */
.RWDPreloader002 {
              position: fixed;
              left: 0px;
              top: 0px;
              width: 100%;
              height: 100%;
              z-index: 9999;
              background-color: #fff;
            }
            .RWDPreloader002 .preload {
              width: 128px;
              height: 128px;
              position: absolute;
              top: 50%;
              left: 50%;
              margin-top: -64px;
              margin-left: -64px;
            }
/*END*/
/* load db RWDfullScreenEditor */
.RWDfullScreenEditor {
position: relative;
              display: table;
  width:100%;
        height:100%;
 background-repeat: no-repeat;
 background-attachment:scroll;
 background-size: cover;
 background-position: top center;
}
@media(min-width:1200px){
  .RWDfullScreenEditor {
    background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
 }
}


            .RWDfullScreenEditor:before {
              position: absolute;
              content: " ";
              width: 100%;
              height: 100%;
              background: rgba(0, 0, 0, 0.8);
            }
            .RWDfullScreenEditor .intro-body {
              position: relative;
              display: table-cell;
              vertical-align: middle;
              padding-top: 70px;
              padding-bottom: 70px;
            }
            @media (min-width: 1280px) {
              .RWDfullScreenEditor .intro-body {
                padding-top: 0px;
                padding-bottom: 20px;
              }
            }
            .RWDfullScreenEditor .intro-body .intro-text {
              margin-top: 40px;
            }
            .RWDfullScreenEditor .intro-body .intro-text h2 {
              color: #fff;
              font-size: 50px;
              font-weight: 700;
            }
            @media (min-width: 768px) {
              .RWDfullScreenEditor .intro-body .intro-text h2 {
                font-size: 55px;
              }
            }
            .RWDfullScreenEditor .intro-body .intro-text  {
              color: #fff;
              font-size: 22px;
              font-weight: 400;
            }
            @media (min-width: 768px) {
              .RWDfullScreenEditor .intro-body .intro-text  {
                font-size: 26px;
              }
            }
            .RWDfullScreenEditor .intro-body .page-scroll {
              margin-top: 30px;
            }
            @media (min-width: 768px) {
              .RWDfullScreenEditor .intro-body .page-scroll {
                margin-top: 50px;
              }
            }
            @media (min-width: 768px) {
              .RWDfullScreenEditor .intro-body .page-scroll a.btn {
                padding: 20px 25px;
                font-size: 22px;
              }
            }

.RWDfullScreenEditor .logo img {
    margin: auto;
    position: relative;
    width: 300px;
}


.RWDfullScreenEditor .btn.btn-rj {
    background-color: #1abc9c;
    border-color: #1dd2af;
    color: #fff;
    text-transform: uppercase;
}
.RWDfullScreenEditor .btn.btn-rj:hover, .btn.btn-rj:focus {
    background-color: #17a689;
    color: #fff;
}

.RWDfullScreenEditor .bgbanner{width:100%;height:100%;position: absolute;z-index:-1;top: 0;}
.RWDfullScreenEditor .bx-viewport,.RWDfullScreenEditor .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.RWDfullScreenEditor .bxslider,.RWDfullScreenEditor .bxslider li{
    height: 100% !important;
   list-style: none;
  margin:0px;padding:0px;
}
.RWDfullScreenEditor .bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.RWDfullScreenEditor .bx-wrapper .bx-viewport{
    border: none !important;
}
/*END*/
/* load db RWDMenuShop001 */
.RWDMenuShop001 .navbar-default {
    border: none;
    background: none;
}
.RWDMenuShop001 .navbar {
    margin: 0;
}
.mega-menu .collapse {
    position: static;
}

/*Shop Badge
------------------------------------*/
/*Badge Lists*/
.RWDMenuShop001 .shop-badge {
  position: relative;
  margin-left: 20px;
  padding: 28px 15px 25px 5px;
}
.RWDMenuShop001.header-fixed-shrink .shop-badge {
	padding-top: 30px;
}

.RWDMenuShop001 .shop-badge span.badge {
    top: 20px;
    right: 3px;
    position: absolute;
}
.RWDMenuShop001.header-fixed-shrink .shop-badge span.badge {
	top: 22px;
}

/*Badge Icons*/
.RWDMenuShop001 .shop-badge.badge-icons span.badge {
    min-width: 12px;
    padding: 3px 6px;
}

.RWDMenuShop001 .shop-badge.badge-icons i {
    color: #687074 !important;
    font-size: 24px;
    min-width: 25px;
}

/*Badge*/
.RWDMenuShop001 .shop-badge span.badge {
    font-weight: 400;
    padding: 4px 7px;
}

.RWDMenuShop001 .shop-badge span.badge-sea {
    background: #18ba9b;
}

/*Scrollbar*/
.RWDMenuShop001 .mCustomScrollbar {
    height: 300px;
}

/*Badge Open*/
 
.RWDMenuShop001 .shop-badge:hover .badge-open ,.RWDMenuShop001 .shop-badge .badge-open.quickview {
  visibility: visible;
  opacity: 1;
}

.RWDMenuShop001 .badge-open {
    top: 78px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    list-style: none;
    min-width: 300px;
    background: #fff;
    position: absolute;
    border-top: 2px solid #18ba9b;
    box-shadow: 0 5px 5px 0px rgba(90,90,90,0.075);
    z-index:999;
}

.RWDMenuShop001 .badge-open li {
    margin-top: 15px;
    padding: 15px 20px 0;
    border-top: 1px solid #dedede;
}

.RWDMenuShop001 .badge-open li:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 20px;
}

.RWDMenuShop001 .badge-open li:after,
.RWDMenuShop001 .badge-open li:before {
    content: " ";
    display: table;
}

.RWDMenuShop001 .badge-open li:after {
    clear: both;
}

.RWDMenuShop001 .badge-open img {
    float: left;
    width: 100px;
    height: auto;
    margin-right: 15px;
}

.RWDMenuShop001 .badge-open .close {
    line-height: 1.9;
}

.RWDMenuShop001 .badge-open span {
    margin: 7px 0;
    color: #687074;
    display: block;
    font-size: 14px;
}

.RWDMenuShop001 .badge-open small {
    color: #999;
    font-size: 14px;
}

/*Subtotal*/
.RWDMenuShop001 .subtotal {
    padding: 3px 15px 20px;
    background: #fff;
}

.RWDMenuShop001 .subtotal span {
    color: #555;
    font-size: 18px;
    font-weight: 200;
    display: inline-block;
    text-transform: uppercase;
}

.RWDMenuShop001 .subtotal .subtotal-cost {
    color: #18ba9b;
}

.RWDMenuShop001 .subtotal .btn-u {
    font-size: 12px;
}

.RWDMenuShop001 .subtotal .col-xs-6:first-child {
    padding-right: 8px;
}

.RWDMenuShop001 .subtotal .col-xs-6:last-child {
    padding-left: 8px;
}

/*Header v5
------------------------------------*/
.RWDMenuShop001 {
    z-index: 99;
    position: relative;
}

.RWDMenuShop001 .navbar {
    margin: 0;
}

@media (max-width: 991px) {
    .RWDMenuShop001 .navbar {
        margin-top: 10px;
    }
}

.RWDMenuShop001 .navbar-default {
    border: none;
    background: none;
}

/*Navbar Header*/
@media (max-width: 991px) {
    .RWDMenuShop001 .navbar-header {
      margin-bottom: 7px;
      margin-right: 50px;
    }
    .RWDMenuShop001 .shop-badge {
    	position: absolute;
    	top: 0;
    	right: 20px;
    	padding: 14px 10px 18px 0;
    }
    .RWDMenuShop001 .shop-badge span.badge {
    	top: 5px;
    	right: 0;
    }
    .RWDMenuShop001 .badge-open {
    	top: 57px;
    }
 
}

@media (min-width: 993px) and (max-width: 999px) {
    .RWDMenuShop001 .navbar-header {
        margin-top: 15px;
    }
}

.RWDMenuShop001 .navbar-brand {
    z-index: 1;
    padding: 20px 10px 10px 15px;
}

@media (max-width: 998px) {
    .RWDMenuShop001 .navbar-brand {
        margin-top: -15px;
    }
}

.RWDMenuShop001 .navbar-default .navbar-toggle {
    color: #333;
    border: none;
    font-size: 19px;
    margin-top: 10px;
}

.RWDMenuShop001 .navbar-default .navbar-toggle .icon-bar {
    background: #222;
}

.RWDMenuShop001 .navbar-default .navbar-toggle:hover,
.RWDMenuShop001 .navbar-default .navbar-toggle:focus {
    background: inherit;
}

/*Navbar Collapse*/
.RWDMenuShop001 .navbar-collapse {
    position: relative;
}

/*Navbar Nav set to centre*/
@media (min-width: 992px) {
    .RWDMenuShop001 .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

/*Navbar Menu*/
.RWDMenuShop001 .navbar-default .navbar-nav > li > a {
    color: #687074;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.RWDMenuShop001 .navbar-default .navbar-nav > .active > a {
    color: #18ba9b;
}

/*Responsive Navbar*/
@media (max-width: 991px) {
    /*Responsive code for max-width: 991px*/
    .RWDMenuShop001 .navbar-header {
        float: none;
    }

    .RWDMenuShop001 .navbar-toggle {
        display: block;
    }

    .RWDMenuShop001 .navbar-collapse.collapse {
        display: none !important;
    }

    .RWDMenuShop001 .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }

    .RWDMenuShop001 .navbar-nav {
        margin: 0;
        float: none !important;
    }

    .RWDMenuShop001 .navbar-nav > li {
        float: none;
    }

    .RWDMenuShop001 .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
    }
 

    /*Dropdown Menu Slide Down Effect*/
    .RWDMenuShop001 .navbar-nav .open .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        margin-top: 0;
        position: static;
        box-shadow: none;
        background-color: transparent;
    }

    .RWDMenuShop001 .navbar-nav .open .dropdown-menu > li > a,
    .RWDMenuShop001 .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .RWDMenuShop001 .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .RWDMenuShop001 .navbar-nav .open .dropdown-menu > li > a:hover,
    .RWDMenuShop001 .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }

    .RWDMenuShop001 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .RWDMenuShop001 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .RWDMenuShop001 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .RWDMenuShop001 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .RWDMenuShop001 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .RWDMenuShop001 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .RWDMenuShop001 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .RWDMenuShop001 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .RWDMenuShop001 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .RWDMenuShop001 .navbar-default .dropdown-menu.no-bottom-space {
        padding-bottom: 0;
    }

    /*Design for max-width: 991px*/
    .RWDMenuShop001 .navbar-collapse,
    .RWDMenuShop001 .navbar-collapse .container {
        padding-left: 0 !important;
        padding-right: 0 !important;

    }

    .RWDMenuShop001 .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 9px 10px;
    }

    .RWDMenuShop001 .navbar-default .navbar-nav > li a {
        border-bottom: solid 1px #eee;
    }

    .RWDMenuShop001 .navbar-default .navbar-nav > li > a:focus {
        background: none;
    }

    .RWDMenuShop001 .navbar-default .navbar-nav > li > a:hover {
        color: #18ba9b;
    }

    .RWDMenuShop001 .navbar-default .navbar-nav > .active > a,
    .RWDMenuShop001 .navbar-default .navbar-nav > .active > a:hover,
    .RWDMenuShop001 .navbar-default .navbar-nav > .active > a:focus {
        color: #fff !important;
        background: #18ba9b;
    }

    .RWDMenuShop001 .dropdown .dropdown-submenu > a {
        font-size: 13px;
        color: #333 !important;
        text-transform: uppercase;
    }
}

@media (min-width: 992px) {
    /*Navbar Collapse*/
    .RWDMenuShop001 .navbar-collapse {
        padding: 0;
    }

    .RWDMenuShop001 .navbar-default .navbar-nav > li > a {
        line-height: 29px;
        padding: 25px 18px 22px;
    }

    .RWDMenuShop001 .navbar-default .navbar-nav > li > a:last-child {
        padding-right: 15px;
    }

    .RWDMenuShop001 .navbar-default .navbar-nav > li > a,
    .RWDMenuShop001 .navbar-default .navbar-nav > li > a:focus {
        border-top: solid 2px transparent;
    }

    .RWDMenuShop001 .navbar-default .navbar-nav > li > a:hover,
    .RWDMenuShop001 .navbar-default .navbar-nav > .active > a {
        border-top: solid 2px #18ba9b;
    }

    .RWDMenuShop001 .navbar-default .navbar-nav > li > a,
    .RWDMenuShop001 .navbar-default .navbar-nav > li > a:hover,
    .RWDMenuShop001 .navbar-default .navbar-nav > li > a:focus,
    .RWDMenuShop001 .navbar-default .navbar-nav > .active > a,
    .RWDMenuShop001 .navbar-default .navbar-nav > .active > a:hover,
    .RWDMenuShop001 .navbar-default .navbar-nav > .active > a:focus {
        background: none;
    }

    .RWDMenuShop001 .navbar-default .navbar-nav > .open > a,
    .RWDMenuShop001 .navbar-default .navbar-nav > .open > a:hover,
    .RWDMenuShop001 .navbar-default .navbar-nav > .open > a:focus {
        color: #18ba9b;
    }

    .RWDMenuShop001 .navbar-default .navbar-nav > li:hover > a {
        color: #18ba9b;
    }

    /*Dropdown Menu*/
    .RWDMenuShop001 .dropdown-menu {
        padding: 0;
        border: none;
        min-width: 200px;
        border-radius: 0;
        z-index: 9999 !important;
        border-top: solid 2px #18ba9b;
        box-shadow: 0 5px 5px 0px rgba(90,90,90,0.075);
        transition: all 0.3s linear;
        opacity: 0;
        visibility: hidden;
        display:block;
    }

    .RWDMenuShop001 .dropdown-menu li a {
        color: #687074;
        font-size: 14px;
        font-weight: 400;
        padding: 8px 15px;
        border-bottom: solid 1px #dedede;
    }

    .RWDMenuShop001 .dropdown-menu > li > a {
        /*Transition for fixed header*/
        transition: all 0.2s ease;
    }

    .RWDMenuShop001 .dropdown-menu .active > a,
    .RWDMenuShop001 .dropdown-menu li > a:hover {
        color: #fff;
        background: #616161;
        filter: none !important;
    }

    .RWDMenuShop001 .dropdown-menu li > a:focus {
        color: inherit;
        background: none;
        filter: none !important;
    }

    .RWDMenuShop001 .navbar-nav > li.dropdown:hover > .dropdown-menu {         
         visibility: visible;
         opacity: 1;
         display: block;
    }

    .RWDMenuShop001 .open > .dropdown-menu {
        display: none;
    }

    .RWDMenuShop001 .dropdown-menu li.dropdown-submenu:hover > a {
        color: #fff;
        background: #616161;
    }
}

/*Dropdown Submenu for BS3
------------------------------------*/
.RWDMenuShop001 .dropdown-submenu {
   position: relative;
}



@media (max-width: 991px) {
    .RWDMenuShop001 .dropdown-submenu > a:after {
        content: " ";
    }

}

@media (min-width: 992px) {
    .RWDMenuShop001 .dropdown > a:after {
        content: " ";
    }
}

.RWDMenuShop001 .dropdown-submenu > .dropdown-menu {
    top: 3px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px;

}

/*Submenu comes from LEFT side*/
.RWDMenuShop001 .dropdown-submenu > .dropdown-menu.submenu-left {
    left: -100%;
}

.RWDMenuShop001 .dropdown-submenu:hover > .dropdown-menu {
    display: block;
 
  visibility: visible;
  opacity: 1;
}

@media (max-width: 991px) {
    .RWDMenuShop001 .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}

.RWDMenuShop001 .dropdown-submenu.pull-left {
    float: none;
}

.RWDMenuShop001 .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.RWDMenuShop001 .dropdown-menu li [class^="fa-"],
.RWDMenuShop001 .dropdown-menu li [class*=" fa-"] {
    left: -3px;
    width: 1.25em;
    margin-right: 1px;
    position: relative;
    text-align: center;
    display: inline-block;
}
.RWDMenuShop001 .dropdown-menu li [class^="fa-"].fa-lg,
.RWDMenuShop001 .dropdown-menu li [class*=" fa-"].fa-lg {
    /* increased font size for fa-lg */
    width: 1.5625em;
}

/*Header Fixed
------------------------------------*/
/*Header*/
.header-fixed .RWDMenuShop001.header-fixed-shrink {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    position: fixed;
    height: 95px;
    margin-top: -23.5px;
    border-bottom: none;
    box-shadow: 0 0 3px #bbb;
    background: rgba(255,255,255, 0.96);
    transition: background 0.4s;
}

/*Topbar*/
.header-fixed .RWDMenuShop001.header-fixed-shrink .topbar {
    display: none;
}

/*No Topbar*/
.header-fixed .RWDMenuShop001.no-topbar {
    height: 78px;
}

.header-fixed .RWDMenuShop001.no-topbar.header-fixed-shrink {
    height: 95px;
    margin-top: -35px;
}

.header-fixed .RWDMenuShop001.no-topbar.header-fixed-shrink .navbar-brand {
    top: 46px;
}

.header-fixed .RWDMenuShop001.no-topbar.header-fixed-shrink .shop-badge .badge-open {
    top: 69px;
}

.header-fixed .RWDMenuShop001.no-topbar.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
}

/*Brand*/
.header-fixed .RWDMenuShop001.header-fixed-shrink .navbar-brand {
    top: 15px;
    z-index: 1;
    position: relative;
    padding: 4px 10px 10px;
}

.header-fixed .RWDMenuShop001.header-fixed-shrink .navbar-brand img {
    width: 90%;
}

.header-fixed .RWDMenuShop001.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
    margin-top: -8px;
}

/*Badge List*/
.header-fixed .RWDMenuShop001.header-fixed-shrink .shop-badge {
    margin-top: -3px;
}

.header-fixed .RWDMenuShop001.header-fixed-shrink .shop-badge .badge-open {
    top: 77px;
}

@media (max-width: 991px) {
    /*Header*/
    .header-fixed .RWDMenuShop001,
    .header-fixed .RWDMenuShop001.header-fixed-shrink,
    .header-fixed .RWDMenuShop001.no-topbar,
    .header-fixed .RWDMenuShop001.no-topbar.header-fixed-shrink {
        height: inherit;
        position: relative;
    }
}

@media (min-width: 992px) {
    .header-fixed .RWDMenuShop001.header-fixed-shrink .navbar-nav > li > a {
        font-size: 15px;
        margin-top: 2px;
        padding: 19px 18px 26px;
    }

    /*No Topbar*/
    .header-fixed .RWDMenuShop001.no-topbar.header-fixed-shrink .navbar-nav > li > a {
        margin-top: 35px;
        padding: 14px 17px 16px;
    }
}

/*Mega Menu
------------------------------------*/
.RWDMenuShop001 .mega-menu .nav,
.RWDMenuShop001 .mega-menu .dropup,
.RWDMenuShop001 .mega-menu .dropdown,
.RWDMenuShop001 .mega-menu .collapse {
    position: static;
}

.RWDMenuShop001 .mega-menu .navbar-inner,
.RWDMenuShop001 .mega-menu .container {
    position: relative;
}

.RWDMenuShop001 .mega-menu .dropdown-menu {
    left: auto;
}

.RWDMenuShop001 .mega-menu .dropdown-menu > li {
    display: block;
}

.RWDMenuShop001 .mega-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
}

.RWDMenuShop001 .mega-menu .nav.pull-right .dropdown-menu {
    right: 0;
}

.RWDMenuShop001 .mega-menu .mega-menu-content {
    *zoom: 1;
    padding: 20px 10px;
}

.RWDMenuShop001 .mega-menu .mega-menu-content:before,
.RWDMenuShop001 .mega-menu .mega-menu-content:after {
    content: "";
    display: table;
    line-height: 0;
}

.RWDMenuShop001 .mega-menu .mega-menu-content:after {
    clear: both;
}

.RWDMenuShop001 .mega-menu.navbar .nav > li > .dropdown-menu:after,
.RWDMenuShop001 .mega-menu.navbar .nav > li > .dropdown-menu:before {
    display: none;
}

.RWDMenuShop001 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    left: 0;
    right: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    .RWDMenuShop001 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        margin-left: 10px;
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .RWDMenuShop001 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: auto;
    }

    .RWDMenuShop001 .mega-menu .mega-menu-content {
        padding-right: 0;
    }

    .RWDMenuShop001 .mega-menu .mega-menu-content [class^="col-"] {
        padding-right: 25px;
    }

    .RWDMenuShop001 .mega-menu .dropdown-menu > li > ul {
        display: block;
    }
}

/*Bootstrap Container*/
@media (min-width: 768px) {
    .RWDMenuShop001 .mega-menu .mega-menu-content .container {
        width: 708px;
    }
}

@media (min-width: 992px) {
    .RWDMenuShop001 .mega-menu .mega-menu-content .container {
        width: 910px;
    }
}

@media (min-width: 1200px) {
    .RWDMenuShop001 .mega-menu .mega-menu-content .container {
        width: 1110px;
    }
}

/*Dropdown Menu*/
.RWDMenuShop001 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu li {
    padding-bottom: 5px;
}

.RWDMenuShop001 .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu li a {
    padding: 0;
    border-bottom: none;
}

/*Product Offers*/
.RWDMenuShop001 img.product-offers:hover {
  opacity: 0.9;
}

/*Style List*/
.RWDMenuShop001 h3.mega-menu-heading {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #dedede;
}

.RWDMenuShop001 h3.mega-menu-heading.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.RWDMenuShop001 .style-list {
    margin-bottom: 20px;
}

.RWDMenuShop001 .style-list li a {
    color: #888;
    font-size: 14px;
    margin-right: 5px;
}

.RWDMenuShop001 .style-list li a:hover {
    color: #18ba9b;
    background: none;
    text-decoration: none;
}

.RWDMenuShop001 .style-list li .label {
    top: -2px;
    position: relative;
}
.btn-u {
   border: 0;
   color: #fff;
   font-size: 14px;
   cursor: pointer;
   font-weight: 400;
   padding: 6px 13px;
   position: relative;
   background: #72c02c;
   white-space: nowrap;
   display: inline-block;
   text-decoration: none;
}

.btn-u:hover ,.btn-u:hover a{
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-u.btn-block {
  text-align: center;
}


.btn-u.btn-u-dark {
   background: #555;
}
.btn-u.btn-u-dark:hover, 
.btn-u.btn-u-dark:focus, 
.btn-u.btn-u-dark:active, 
.btn-u.btn-u-dark.active, 
.open .dropdown-toggle.btn-u.btn-u-dark {
   background: #333;
}
.btn-u.btn-u-split-dark.dropdown-toggle {
   border-left: solid 1px #333;
}


@media (max-width: 992px) {
  .md-margin-bottom-30 {
    margin-bottom: 30px;
  }	
}

.RWDMenuShop001 .dropdown-menu li a.btn_a { text-decoration: none;color: #fff;font-size: 14px;font-weight: 400;}

ul.nav li{text-align:left!important;}


@media (max-width: 991px) {
  .mega-menu-fullwidth.open .mega-menu-content .container{
    height:120px;
    overflow-y:auto;
  }
}
/*END*/
/* load db RWDedictor001 */
/*subject area*/
.RWDedictor001 .section-subject{text-align:center;margin-bottom:50px;}
.RWDedictor001 h1.main-title{font-size:48px;margin:0px;color:#777;font-weight: 300;}
.RWDedictor001 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#888;font-weight: 300;}
.RWDedictor001 .section-line {background-color: #43B6B1;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/

.RWDedictor001 h3 {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
    color: #222;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
    font-weight: 600;
    letter-spacing: -0.06em;    
}

.RWDedictor001 .mt30 {
    margin-top: 3em;
}

/*END*/
/* load db RWDedictor003 */
.RWDedictor003 .section-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.RWDedictor003{color:#b7ada4;}
/*subject area*/
.RWDedictor003 .section-subject{text-align:center;margin-bottom:50px;}
.RWDedictor003 h1.main-title{font-size:48px;margin:0px;color:#b7ada4;font-weight: 300;}
.RWDedictor003 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#b7ada4;font-weight: 300;}
.RWDedictor003 .section-line {background-color: #b7ada4;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/

.RWDedictor003 .section-content{padding-top:70px;padding-bottom:80px;}

.RWDedictor003 {
overflow-x:hidden;
	width:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: top center;
background-size: cover;
position:relative;
}
@media(min-width:1200px){
	.RWDedictor003 {
		background-attachment: fixed;
		background-position: 50% 0;		
	}
}
/*END*/
/* load db RWDedictor004 */
.RWDedictor004{position:relative;}
.RWDedictor004 .section-content{padding-top:70px;padding-bottom:80px;}
/*subject area*/
.RWDedictor004 .section-subject{text-align:center;margin-bottom:50px;}
.RWDedictor004 h1.main-title{font-size:48px;margin:0px;color:#222;font-weight: 300;}
.RWDedictor004 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#222;font-weight: 300;}
.RWDedictor004 .section-line {background-color: #222;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/
/*END*/
/* load db RWDedictor003 */
.RWDedictor003 .section-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.RWDedictor003{color:#b7ada4;}
/*subject area*/
.RWDedictor003 .section-subject{text-align:center;margin-bottom:50px;}
.RWDedictor003 h1.main-title{font-size:48px;margin:0px;color:#b7ada4;font-weight: 300;}
.RWDedictor003 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#b7ada4;font-weight: 300;}
.RWDedictor003 .section-line {background-color: #b7ada4;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/

.RWDedictor003 .section-content{padding-top:70px;padding-bottom:80px;}

.RWDedictor003 {
overflow-x:hidden;
	width:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: top center;
background-size: cover;
position:relative;
}
@media(min-width:1200px){
	.RWDedictor003 {
		background-attachment: fixed;
		background-position: 50% 0;		
	}
}
/*END*/
/* load file model/lib/RWDProduct006/model.css */
.RWDProduct006{padding-top:80px;padding-bottom:80px}.RWDProduct006 ul.list-inline,.RWDProduct006 .list-inline{margin-left: 0;}.RWDProduct006 li:first-child,.RWDProduct006 .item:first-child {padding-left: 0;}.RWDProduct006 a:hover{color:#18ba9b;text-decoration:underline}.RWDProduct006 .heading{margin-bottom:20px;clear:both;text-align:center;border-radius:0!important}.RWDProduct006 .heading h2:before{right:100%}.RWDProduct006 .heading h2:after{left:100%}.RWDProduct006 .heading h2:after,.RWDProduct006 .heading h2:before{content:' ';width:70%;position:absolute;border-width:1px;border-color:#bbb;top:15px;height:6px;border-top-style:solid;border-bottom-style:solid}.RWDProduct006 .heading h2{color:#687074;font-size:24px;font-weight:400;padding:0 12px;position:relative;display:inline-block;line-height:34px!important;margin-top:5px;text-shadow:none}.RWDProduct006 .heading p{color:#888;font-size:14px}@media (max-width:991px){.RWDProduct006 .heading h2:after,.RWDProduct006 .heading h2:before{width:65%}}@media (max-width:768px){.RWDProduct006 .heading h2:after,.RWDProduct006 .heading h2:before{width:35%}}@media (max-width:600px){.RWDProduct006 .heading h2{font-size:19px}.RWDProduct006 .heading h2:after,.RWDProduct006 .heading h2:before{width:15%}}.RWDProduct006 .illustration-v2{margin-bottom:60px}.RWDProduct006 .illustration-v2 .customNavigation{text-align:center;margin-bottom:25px}.RWDProduct006 .illustration-v2 .customNavigation a.owl-btn{color:#ccc;width:30px;height:30px;font-size:17px;cursor:pointer;line-height:26px;text-align:center;display:inline-block;border:2px solid #ddd;border-radius:50%!important;text-decoration:none}.RWDProduct006 .illustration-v2 .customNavigation a.owl-btn:hover{color:#555;border-color:#777;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.RWDProduct006 .illustration-v2 .customNavigation a.owl-btn.prev i{margin-left:-2px}.RWDProduct006 .illustration-v2 .customNavigation a.owl-btn.next i{margin-right:-2px}.RWDProduct006 .illustration-v2 .item{margin:0 10px;padding-bottom:5px}.RWDProduct006 .illustration-v2 .product-img{position:relative}.RWDProduct006 .illustration-v2 .product-img-brd{box-shadow:0 0 3px #ccc}.RWDProduct006 .illustration-v2 a.product-review{left:0;bottom:0;color:#fff;width:100%;padding:5px 0;font-size:12px;text-align:center;position:absolute;text-transform:uppercase;background:rgba(0,0,0,.5)}.RWDProduct006 .illustration-v2 .add-to-cart{left:0;right:0;top:50%;z-index:1;width:100%;color:#555;border:none;padding:10px 0;font-size:20px;margin-top:-20px;text-align:center;position:absolute;visibility:hidden;text-transform:uppercase;background:rgba(255,255,255,.8)}.RWDProduct006 .illustration-v2 .add-to-cart i{line-height:15px;margin-right:12px;padding-right:12px;border-right:1px solid #555}.RWDProduct006 .illustration-v2 .add-to-cart:hover{color:#fff;text-decoration:none;background:rgba(24,171,155,.5);-webkit-transition:background-color .2s ease-in-out;-moz-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.RWDProduct006 .illustration-v2 .add-to-cart:hover i{color:#fff;border-color:#fff}.RWDProduct006 .illustration-v2 .product-img:hover .add-to-cart{visibility:visible}.RWDProduct006 .rgba-banner{top:20px;right:-5px;color:#fff;font-size:14px;padding:3px 8px;font-weight:600;position:absolute;text-transform:uppercase}.RWDProduct006 .shop-rgba-red{background:rgba(201,37,60,.5)}.RWDProduct006 .shop-rgba-dark-green{background:rgba(24,171,155,.5)}.RWDProduct006 .product-description{padding:10px;overflow:hidden}.RWDProduct006 .product-description-brd{box-shadow:0 0 2px #ccc}.RWDProduct006 .product-description .title-price{color:#c9253c;font-size:18px;font-weight:500}.RWDProduct006 .product-description .title-price.fix-price{color:#687074;font-size:14px}.RWDProduct006 .product-description .title-price,.RWDProduct006 .product-description h4.title-price{margin:2px 0 0}.RWDProduct006 .product-description .title-price a,.RWDProduct006 .product-description h4.title-price a{color:#687074}.RWDProduct006 .product-description .title-price a:hover,.RWDProduct006 .product-description h4.title-price a:hover{color:#18ba9b}.RWDProduct006 .product-description .product-price{text-align:right;padding-left:10px}.RWDProduct006 .product-description .line-through{color:#c9253c;text-decoration:line-through}.RWDProduct006 .product-description .gender{color:#999;display:block;font-size:14px}.RWDProduct006 .product-description .product-ratings{overflow:hidden;margin-left:0;padding-left:0}.RWDProduct006 .product-ratings li{padding:0}.RWDProduct006 .product-ratings li .rating{color:#8bdccd;font-size:14px}.RWDProduct006 .product-ratings li .rating-selected{color:#18ba9b;font-size:14px}.RWDProduct006 .product-ratings li.like-icon{float:right}.RWDProduct006 .product-ratings li.like-icon a{color:#8bdccd}.RWDProduct006 .product-ratings li.like-icon .tooltip{font-size:12px;font-weight:400;text-transform:uppercase}.RWDProduct006 .product-ratings li.like-icon a:hover{color:#18ba9b;text-decoration:none}.RWDProduct006 .overflow-h{overflow:hidden}.RWDProduct006 .margin-bottom-5{margin-bottom:5px;clear:both}.RWDProduct006 .full-width{width:100%}a.add-cart-new{display:block;padding:10px 0;background-color:#333;text-align:center;margin-top:10px;transition:.3s;-o-transition:.3s;-webkit-transition:.3s}a.add-cart-new:hover{text-decoration:none;background:#545454}a.add-cart-new div{color:#fff}
/*END*/
/* load db RWDedictor003 */
.RWDedictor003 .section-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.RWDedictor003{color:#b7ada4;}
/*subject area*/
.RWDedictor003 .section-subject{text-align:center;margin-bottom:50px;}
.RWDedictor003 h1.main-title{font-size:48px;margin:0px;color:#b7ada4;font-weight: 300;}
.RWDedictor003 h2.sub-title{font-size:22px;;margin:18px 0 0;color:#b7ada4;font-weight: 300;}
.RWDedictor003 .section-line {background-color: #b7ada4;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/

.RWDedictor003 .section-content{padding-top:70px;padding-bottom:80px;}

.RWDedictor003 {
overflow-x:hidden;
	width:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: top center;
background-size: cover;
position:relative;
}
@media(min-width:1200px){
	.RWDedictor003 {
		background-attachment: fixed;
		background-position: 50% 0;		
	}
}
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load db RWDedictor */
.RWDedictor h3 {
    border-bottom: 0 solid #ccc;
    color: #ccc;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}
/*END*/
/* load db copyright */
.copyright_desc,.copyright_desc a,.copyright_desc a:hover{
	color:#fff;
	line-height: 22px;
}
/*END*/
/* load db web_language006 */
.web_language006{
	float: left;
	margin-left: 15px;
}

.web_language006 .language, .web_language006 .language a{
	float: left;
	color: #594b3a;
	font-size: 13px;
	transition: all 0.2s ease 0s;
}
.web_language006 .language, .web_language006 .language a:hover{color: #eb5d00;}
.web_language006 .language_line{
	float: left;
	margin: 0 5px;
	color: #594b3a;
	font-size: 13px;
}
.web_language006 .language.choiced, .web_language006 .language.choiced a{
	color: #eb5d00;
}
/*END*/
/* load db web_footer */
.web_footer a{text-decoration: none;}
.footer_desc{color:#6F6F6F}
.footer_desc a{color:#6F6F6F}
.footer_desc a:hover{color:#6F6F6F}
/*END*/
/* load db scrollTop001 */
.scrollTop001{
	transition: bottom 0.5s ease 0s;
	width: 83px;
	height: 123px;
	position: fixed;
	bottom: 10%;
	right: 25px;
	opacity: 0;
	text-align: center;	
	cursor:pointer;
	z-index: 75;
}
.scrollTop001 .icon{width:100%;height:100%;background: transparent url(../../model/sample/baseimg/scrollTop001/scrolltop.png) center center no-repeat;}
.scrollTop001:hover .icon{
  opacity:0.5;-moz-opacity:0.5;-khtml-opacity: 0.5; filter:alpha(opacity=50);
}
/*END*/