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

/* template_id RWDfullscreen01 */
/* 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 RWDbanner001 */
	.RWDbanner001 .slides li{
	width:100%;
        height:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-position: center center;
}

/*END*/
/* load db RWDproduct002 */
.RWDproduct002{position:relative;padding:50px 0px;}
/*subject area*/
.RWDproduct002 .section-subject{text-align:center;margin:0px 0px 50px;}
.RWDproduct002 .main-title{font-size:48px;margin:0px;color:#222;font-weight: 300;}
.RWDproduct002 .sub-title{font-size:22px;;margin:18px 0 0;color:#222;font-weight: 300;}
.RWDproduct002 .section-line {background-color: #222;display: inline-block;height: 1px;width: 100px;margin-top:50px;}
/*subject area end*/
.RWDproduct002 .btn.btn-rj {
    background-color: #1abc9c;
    border-color: #1dd2af;
    color: #fff;
    text-transform: uppercase;
}
.RWDproduct002 .btn.btn-rj:hover, .btn.btn-rj:focus {
    background-color: #17a689;
    color: #fff;
}


            .filter-portfolio ul {
              padding: 0;
              margin: 0;
              margin-bottom: 30px;
              text-align: center;
            }
            .filter-portfolio ul > li {
              display: inline-block;
              margin: 0px 3px 10px 3px;
            }
            .filter-portfolio ul > li.active > a {
              font-weight: 700;
            }
            .popup-portfolio {
              margin: 0 auto;
            }
            .popup-portfolio .portfolio-item {
              padding: 0 7px;
            }
/*
            .popup-portfolio .portfolio-item {
              width: 100%;
              padding: 0 7px;
            }
            @media (min-width: 600px) {
              .popup-portfolio .portfolio-item {
                width: 320px;
              }
            }
            @media (min-width: 992px) {
              .popup-portfolio .portfolio-item {
                width: 273px;
              }
            }
            @media (min-width: 1024px) {
              .popup-portfolio .portfolio-item {
                width: 370px;
              }
            }
*/
            .portfolio-item {
              margin-bottom: 15px;
            }
            .portfolio-item > .inner-content {
              position: relative;
              display: block;
              overflow: hidden;
            }
            .portfolio-item > .inner-content:hover {
              cursor: pointer;
            }
            .portfolio-item > .inner-content:hover > .portfolio-content {
              display: block;
            }
            .portfolio-item > .inner-content > .portfolio-content {
              display: none;
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              z-index: 10;
              background-color: #000;
              opacity: 0.7;
              filter: alpha(opacity=70);
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
              -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
              -webkit-transition-property: transform;
              transition-property: transform;
              -webkit-transform: translateZ(0);
              transform: translateZ(0);
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail {
              width: 100%;
              height: 100%;
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a {
              text-align: center;
              display: table;
              width: 100%;
              height: 100%;
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a > .portfolio-text {
              display: table-cell;
              vertical-align: middle;
              padding: 0 15px;
              color: #fff;
              letter-spacing: 0.2em;
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a > .portfolio-text h4 {
              text-transform: uppercase;
              font-size: 20px;
              font-weight: 300;
              margin-bottom: 10px;
            }
            .portfolio-item > .inner-content > .portfolio-content > .portfolio-detail a > .portfolio-text p {
              text-transform: uppercase;
              font-size: 14px;
              font-weight: 300;
              margin-bottom: 0px;
            }
            .portfolio-item > .inner-content > img {
              -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
              -webkit-transition-property: transform;
              transition-property: transform;
              -webkit-transform: translateZ(0);
              transform: translateZ(0);
            }
            /*---------------------------------------------------------------------*/
            /*  10.1. PORTFOLIO HOVER EFFECT 1 - GROW 
            /*---------------------------------------------------------------------*/
            .portfolio-item.grow > .inner-content:hover > img {
              -webkit-transform: scale(1.2);
              transform: scale(1.2);
            }

/*new style*/
.RWDproduct002 .showbottom a{
  text-align: left; text-decoration: none;color: inherit;
}
.RWDproduct002 .showbottom a:hover{
   text-decoration: none;
}

.RWDproduct002 .showbottom .portfolio-content{
  display:none!important;
}
.RWDproduct002 .showbottom:hover .inner-content > img {
              -webkit-transform: scale(1.2);
              transform: scale(1.2);
}

.RWDproduct002 .showbottom:hover .portfolio-bottom h4{
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
  color:#19509D;
}  
.RWDproduct002 .showbottom .btn_area{text-align:center;}
.RWDproduct002 .showbottom .btn_add2car{
    background-color: transparent;
    color: #333333;
    padding: 5px 40px;
    display: inline-block;
    width: auto;
    border-radius: 5px;
    border:1px solid #BABABA;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
}

.RWDproduct002 .showbottom:hover .portfolio-bottom .btn_add2car{
    background-color: #1D5377;
    color: #FFFFFF;
    border:1px solid #1D5377;
}

/*
@media (min-width: 992px){
    .popup-portfolio .portfolio-item.col-md-4 { width:calc((100% / 3) - 0.1px);}
}
@media (min-width: 768px){
    .popup-portfolio .portfolio-item.col-sm-4 { width:calc((100% / 3) - 0.1px);}
}
*/
/*END*/
/* load file model/lib/RWDproduct002/model.css */
.RWDproduct002 .btn_area{
	display: block;
	text-align: center;
}
.RWDproduct002 a.btn_add2car{
    display: inline-block;
    margin: 10px auto;
    padding: 3px 25px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #525252;
}

.RWDproduct002 a.btn_add2car:hover{
	transition: all 0.5s ease 0s;
	background-color: #525252;
	color:#FFFFFF;
}

.boxstand .heading {margin-bottom: 20px;clear: both;text-align: center;    border-radius: 0 !important;}
.boxstand .heading h2:before {right: 100%;}
.boxstand .heading h2:after {left: 100%;}
.boxstand .heading h2:before, .boxstand .heading h2:after {width: 100%;content: ' ';width: 70%;position: absolute;border-width: 1px;border-color: #bbb;top: 15px;height: 6px;border-top-style: solid;border-bottom-style: solid;}
.boxstand .heading h2 {color: #687074;font-size: 24px;font-weight: normal;padding: 0 12px;position: relative;display: inline-block;line-height: 34px !important;margin-top: 5px;text-shadow: none;}
.boxstand .heading p{color: #888;font-size: 14px;}
.bx-pagerx a {
  width:35px;
  height:35px;
  display:block;
  border:1px solid #dddddd;
 
-moz-background-size:contain;
-webkit-background-size:contain;
-o-background-size:contain;
background-size:contain;
}
.bx-wrapper{margin-bottom:7px;}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border:  0px;
}

.bx-wrapper .bx-prev{margin-left:-55px;}
.bx-wrapper .bx-next{margin-right:-55px;}
.bx-wrapper .bx-viewport{left:0px;}


 .standNavigation {text-align: center; margin-top: -32px}
 .standNavigation a.stand-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;position: absolute;}
 .standNavigation a.stand-btn:hover {color: #555;border-color: #777;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
 .standNavigation a.stand-btn.stand_prev i {margin-left: -2px;}
 .standNavigation a.stand-btn.stand_next i {margin-right: -2px;}

 .standNavigation a.stand-btn.stand_prev {left:0px;}
 .standNavigation a.stand-btn.stand_next {right:0px;}
.nbg{background-color: #c3c3c3;color:#FFFFFF;    border-radius: 0px;}
.nbg option{ background-color: #FFFFFF;color:#666666;margin:3px;border-bottom:1px solid #c3c3c3; }
.title-price{color:#c9253c;font-size:18px;}
.fix-price{color:#687074;font-size:14px;text-decoration: line-through;}
.btn-success{border-radius: 0px;width:100%;background-color: #18ab9b;border:1px solid #18ab9b;}


.boxstand{
    background-color:#ffffff;width:550px;height:420px;padding:30px;
}
.box_photo{width:240px;float:left;position:relative;}
.box_photo li{width:159px;height:218px;}
.box_info{width:200px;float:left;position:relative;margin-left:20px;}
@media (max-width: 600px) {
    .boxstand{width:90%;height:auto;}
    .box_photo{width:100%;float:none;}
    .box_info{width:100%;float:none;margin-left:0px;margin-top:52px;}  
    .bx-pagerx a{width:50px;height:50px;}
}

.bx-wrapper .bx-viewport{
    box-shadow:none!important;
    border:0px!important;
    left:0px!important;
}
.bx-wrapper{margin-bottom:0px!important;}
.standNavigation a{display:block;}
/*END*/
/* load db RWDsocial001 */
.RWDsocial001{
  background: #428bca;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 101;
  overflow: hidden;
  padding: 10px;
}
#social_media_wrapper a {
  text-align: center;
  display: block;
  float: left;
  margin: 0 3px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  width: 30px;
  height: 30px;
  padding: 6px;
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
#social_media_wrapper a i {
  vertical-align: top !important;
}
#social_media_wrapper a i img{width:100%}
#social_media_wrapper a:hover,
#social_media_wrapper a:active {
  text-decoration: none;
  color: #fff;
  background: #428bca;
}
.RWDsocial001 #social_media_wrapper a[title="+line3"]{
    font-size: 14px;
    padding: 0;
}
.RWDsocial001 #social_media_wrapper a .ii-line3{
    line-height: 30px;
}
/*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 web_search */
/**
* 網站搜尋
**/
.web_search {border:1px solid transparent;}
.web_search .searchkey{float:left;position:relative;}
.web_search .searchkey input{border: medium none;line-height:30px;height:30px;padding:0px 5px;width: 149px;margin:0 5px}
.web_search .btn{display: inline-block;padding:0px 10px;line-height: 30px;font-size:13px;float:left;text-align: center;cursor:pointer;}

.web_search {background-color:#1a1a1a;}
.web_search {border-color:#1a1a1a;}
.web_search input{color:#909090;}
.web_search input{background:#1a1a1a;}
.web_search .btn{background:transparent;}
.web_search .btn{color:#7b7b7b;}
.web_search .btn:hover{color:#ffffff;}
/*END*/
/* load db copyright */
.copyright_desc,.copyright_desc a,.copyright_desc a:hover{
	color:#fff;
	line-height: 22px;
}
/*END*/
/* load file model/lib/RWDnews005/css/model.css */
.RWDnews005 header.section-header{margin-bottom:80px}.RWDnews005 .margin-bottom-60{margin-bottom:60px}.RWDnews005 .weight-300{font-weight:300 !important}.RWDnews005 .section-subject{text-align:center;margin-bottom:50px}.RWDnews005 .main-title{margin:0px;color:#414141;font-size:48px;font-weight:300}.RWDnews005 .sub-title{margin:18px 0 0;color:#8ab933;font-size:22px;font-weight:300}.RWDnews005 .section-line{background-color:#222;display:inline-block;height:1px;width:100px;margin-top:50px}.RWDnews005 .size-13{font-size:13px !important;line-height:17px !important}.RWDnews005 .margin-bottom-40{margin-bottom:40px !important}.RWDnews005 .margin-top-80{margin-top:80px !important}.RWDnews005 a{text-decoration:none}.RWDnews005 .owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.RWDnews005 .owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.RWDnews005 .owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px, 0px, 0px)}.RWDnews005 .owl-carousel .owl-wrapper-outer{position:relative;width:100%;z-index:0}.RWDnews005 .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.RWDnews005 .owl-carousel .owl-item{float:left}.RWDnews005 .owl-controls .owl-page,.RWDnews005 .owl-controls .owl-buttons div{cursor:pointer}.RWDnews005 .owl-controls{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.RWDnews005 .owl-carousel.featured .owl-controls .owl-prev{margin-right:3px}.RWDnews005 .owl-carousel .owl-wrapper,.RWDnews005 .owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.RWDnews005 .owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.RWDnews005 .owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.RWDnews005 .owl-fade-in{-webkit-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.RWDnews005 .owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.RWDnews005 .owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.RWDnews005 .owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.RWDnews005 .owl-goDown-in{-webkit-animation:goDown .6s ease both;animation:goDown .6s ease both}.RWDnews005 .owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.RWDnews005 .owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}.RWDnews005 .owl-carousel{overflow:hidden;margin-bottom:20px;position:relative}.RWDnews005 .owl-carousel.owl-padding-10{margin-left:-10px;margin-right:-10px;width:auto}.RWDnews005 .owl-carousel.owl-padding-10 .owl-item{padding:0 10px}.RWDnews005 .owl-carousel img{display:inline-block}.RWDnews005 .owl-carousel.buttons-autohide .owl-buttons{filter:Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s}.RWDnews005 .owl-carousel.buttons-autohide:hover .owl-buttons{filter:Alpha(Opacity=100);opacity:1}.RWDnews005 .owl-theme .owl-controls .owl-buttons div{color:#121212;background:#fff;border:#fff 1px solid;opacity:1;filter:Alpha(Opacity=100);border-radius:3px}.RWDnews005 .controlls-over .owl-controls .owl-prev{position:absolute;top:50%;margin-top:-28px;right:auto;left:-13px;zoom:1;width:36px;height:36px;opacity:0}.RWDnews005 .controlls-over .owl-controls .owl-next{position:absolute;top:50%;margin-top:-28px;left:auto;right:-13px;zoom:1;width:36px;height:36px;opacity:0}.RWDnews005 .controlls-over .owl-pagination{text-align:center;width:60%;margin:auto;bottom:-20px;left:0;right:0;z-index:1}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page{margin-bottom:0px;position:relative;display:inline-block}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page:first-child{-webkit-border-top-left-radius:10px;-webkit-border-bottom-left-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-bottomleft:10px;border-top-left-radius:10px;border-bottom-left-radius:10px}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page:last-child{-webkit-border-top-right-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-topright:10px;-moz-border-radius-bottomright:10px;border-top-right-radius:10px;border-bottom-right-radius:10px}.RWDnews005 .owl-theme.controlls-over .owl-controls .owl-page span{background:gray}.RWDnews005 .bottom-pagination .owl-controls .owl-page{margin-bottom:-40px !important}.RWDnews005 .owl-carousel .owl-item div{position:relative;text-align:center}.RWDnews005 .owl-carousel .owl-caption{padding:10px;position:absolute !important;left:0;top:0;right:0;margin-top:0;max-width:100%;background:rgba(0,0,0,.3);display:block;color:#fff}.RWDnews005 .owl-carousel .owl-caption p{color:#fff;font-size:13px;line-height:20px;padding:0;margin:0}.RWDnews005 .owl-carousel .owl-caption h1,.RWDnews005 .owl-carousel .owl-caption h1 a,.RWDnews005 .owl-carousel .owl-caption h2,.RWDnews005 .owl-carousel .owl-caption h2 a,.RWDnews005 .owl-carousel .owl-caption h3,.RWDnews005 .owl-carousel .owl-caption h3 a{color:#fff;font-size:21px;line-height:21px;font-weight:bold;margin-bottom:10px}.RWDnews005 .owl-carousel .owl-caption a{color:#fff;font-weight:bold}.RWDnews005 .owl-carousel.controls-hover-only .owl-controls{filter:alpha(opacity=0);opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s}.RWDnews005 .slider:hover .owl-carousel.controls-hover-only .owl-controls,.RWDnews005 .owl-carousel.controls-hover-only:hover .owl-controls{filter:alpha(opacity=100);opacity:1}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:10px;height:10px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;border-radius:99em;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#fff;padding:2px 10px;font-size:12px;border-radius:30px}@media only screen and (max-width: 600px){.owl-pagination{display:none}}.RWDnews005 .owl-prev,.RWDnews005 .owl-next{background-image:none !important;border:0;color:#ccc;font-size:34px;line-height:55px;height:auto !important;width:56px !important;text-align:center;background-color:rgba(0,0,0,.2);border-radius:3px;-webkit-transition:all .4s;transition:all .4s}.RWDnews005 h4,.news005_h4{font-size:18px;letter-spacing:normal;margin:0 0 14px 0}.RWDnews005 h4 a,.news005_h4 a{color:#121212}.RWDnews005 h4:hover,.news005_h4:hover{color:#888}.RWDnews005 .margin-top-20{margin-top:20px !important}.RWDnews005 ul>li>i{margin-right:10px}@media only screen and (max-width: 600px){.RWDnews005 .owl-theme .owl-controls .owl-buttons div{background:rgba(0,0,0,0);border:#fff 0px solid}.RWDnews005 .owl-prev,.RWDnews005 .owl-next{background-color:rgba(0,0,0,0)}}
/*END*/
/* load file model/lib/RWDleft_cont002/css/model.css */
.RWDleft_cont002{position:relative}.RWDleft_cont002 .item-second{position:relative;background-color:#b0b9bb}.RWDleft_cont002 .item-second:hover .pic:before{visibility:visible;opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.RWDleft_cont002 .item-second:hover .pic:after{visibility:visible;opacity:1}.RWDleft_cont002 .item-second:hover .pic img{-webkit-transform:scale(1.3);transform:scale(1.3)}.RWDleft_cont002 .item-second .pic{width:50%;float:right;transition:all .8s;-o-transition:all .8s;-webkit-transition:all .8s;position:relative;overflow:hidden}.RWDleft_cont002 .item-second .pic img{-webkit-transform:scale(1);transform:scale(1);transition:all .8s;-o-transition:all .8s;-webkit-transition:all .8s}.RWDleft_cont002 .item-second .pic:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:url(../../model/sample/baseimg/RWDleft_cont002/arrow-left.webp);background-repeat:no-repeat;background-position:center center;z-index:1;visibility:hidden;opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px);transition:all .8s;-o-transition:all .8s;-webkit-transition:all .8s}.RWDleft_cont002 .item-second .pic:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(84,84,84,.83);visibility:hidden;opacity:0;transition:all .8s;-o-transition:all .8s;-webkit-transition:all .8s}@media(max-width: 900px){.RWDleft_cont002 .item-second .pic{float:none;width:100%}}.RWDleft_cont002 .item-second .text-box{width:50%;height:100%;left:0;background:#b0b9bb;color:#fff;padding:40px 50px;transition:all .8s;-o-transition:all .8s;-webkit-transition:all .8s}@media(max-width: 900px){.RWDleft_cont002 .item-second .text-box{width:100%;float:none;padding:30px}}.RWDleft_cont002 .item-second .text-box .title{font-size:32px;font-weight:bold;letter-spacing:2px}@media(max-width: 700px){.RWDright_cont002 .item-second .text-box .title{font-size:32px}}.RWDleft_cont002 .item-second .text-box .subtitle{font-size:16px;letter-spacing:7px;margin-top:15px;font-weight:bold}@media(max-width: 700px){.RWDright_cont002 .item-second .text-box .subtitle{font-size:22px}}.RWDleft_cont002 .item-second .text-box .underline{width:60px;height:1px;background-color:#fff;margin:25px 0}.RWDleft_cont002 .item-second .text-box .text{line-height:32px;font-size:14px;letter-spacing:2px;margin-top:35px;width:78%;height:auto;transition:all .8s;-o-transition:all .8s;-webkit-transition:all .8s}@media(max-width: 1100px){.RWDleft_cont002 .item-second .text-box .text{width:92%}}@media(max-width: 990px){.RWDleft_cont002 .item-second .text-box .text{width:100%;height:auto;overflow:auto}}@media(max-width: 700px){.RWDleft_cont002 .item-second .text-box .text{width:100%;font-size:14px}}.RWDleft_cont002 .item-second .text-box button:hover a{color:#fff}@media(max-width: 900px){.RWDleft_cont002 .item-second .text-box button a{font-size:12px}}.RWDleft_cont002 .item-second .text-box button a:hover,.RWDleft_cont002 .item-second .text-box button a:focus{text-decoration:none}@media(max-width: 990px){.RWDleft_cont002 .item-second .text-box button{margin-top:3em}}@media only screen and (max-width: 799px){.main .RWDleft_cont002 .container{padding-left:0px;padding-right:0px}}.clearfix{clear:both}.RWDleft_cont002 .item-second .text-box a{border:none;background-image:none;width:120px;border-radius:99em;letter-spacing:2px;background:#fff;color:var(--wt-BtnEmptyColor, #798386);font-weight:bold;font-size:15px;transition:all .5s;-o-transition:all .5s;-webkit-transition:all .5s;margin:0 auto;display:block;text-align:center;padding:12px 10px;margin-top:30px;border:1px solid var(--wt-BtnEmptyColor, #ccc)}.RWDleft_cont002 .item-second .text-box a:hover{color:#fff;background-color:var(--wt-HoverColor, #333);border-color:var(--wt-HoverColor, #ccc)}.RWDleft_cont002 .item-second:hover .pic:after,.RWDleft_cont002 .item-second:hover .pic:before{opacity:0}
/*END*/