/*
Theme Name: Mourong
Theme URI: http://www.mourong.com
Author: Md. Tohedul Islam
Author URI: #
Description: Genie brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mourong
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/



body {
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lobster';
    font-weight: normal;
    line-height: 1.2;
    color: #333333;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
a {
    text-decoration: none !important;
    outline: none;
}

/*--------------------------- 
    common 
---------------------------*/
.container-fluid {
    max-width: 1172px;
    margin: 0 auto;
}
.vc {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*--------------------------- 
    Top Header 
---------------------------*/
.top-container {
    background-color: rgba(99, 111, 225, 0.9);
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    padding: 15px 0;
    overflow: hidden;
}
.topcontent-left {
    float: left;
}
.topcontent-left a {
    color: rgba(255, 255, 255, 0.8);
    margin-left: 10px;
}
.topcontent-right {
    float: right;
}
#top-menu {
    padding: 0;
    margin: 0;
    float: left;
}
#top-menu li {
    float: left;
    list-style: none;
}
#top-menu li:first-child a {
    padding-left: 0;
}
#top-menu li a, 
.topcontent-right a {
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 13px;
    margin-left: 30px;
}
#top-menu li a:hover, 
.topcontent-right a:hover {
    color: #ffa800;
}
.topcontent-right .top-Register {
    padding-right: 0;
}

/*--------------------------- 
    Search 
---------------------------*/
.search-container {
    padding: 7px 0;
    background: #651fff;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000
}
#search-row {
    position: relative;
    /*padding-right: 100px;*/
}
#search-row input[type="text"],
#search-row input[type="submit"] {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    height: 34px;
    border: 1px solid rgba(51, 51, 51, 0.1);
    /*border-radius: 25px;*/
    margin: 0;
    padding: 0 15px;
}
#search-row input[type="text"] {}
#search-row input[type="submit"] {
    right: 0;
    top: 0;
    position: absolute;
    padding: 8px;
    background-color: #ffa800;
    border-width: 0px;
    color: #ffffff;
    display: block;
    width: 80px;
    opacity: 1;
}

/*--------------------------- 
    Header 
---------------------------*/
.header-container {
    background: #fff;
    position: relative;
    z-index: 1000;
}
.logo {
    height: 100px;
    padding: 10px 0;
}
.logo a {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.logo img {
    height: 52px;
    width: auto;
}
.btn-area {
    float: right;
    height: 100px;
    position: relative;
    z-index: 1000000;
}
.btn-area a {
    display: inline-block;
    position: relative;
    z-index: 1000000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
}
.btn-area a:nth-child(2) {
    margin-left: 5px;
}
.btn-area .btn-cart i, 
.btn-area .btn-search i {
    padding: 10px 11px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border: 1px solid rgba(168, 168, 168, 0.5);
    color: rgba(168, 168, 168, 0.5);
}
.btn-area .btn-search:hover i,
.btn-area .btn-search.active i {
    color: #fff;
    background: #FFA800;
    border:1px solid #FFA800;
}
.btn-area .btn-cart i, 
.btn-area .btn-cart:hover i {
    color: #fff;
    background: #FFA800;
    border: #FFA800;
}
.header-hidden {
    transform: translate(0px, -100%);
    transition: transform 0.3s ease 0s;
    position: absolute;
    top: 0;
    margin-top: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.header-fix {
    position: fixed;
    background: #fff;
    top: 0;
    transform: translate(0px, 0px);
    transition: transform 0.3s ease 0s;
    width: 100%;
    /*overflow: hidden;*/
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .03) !important;
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .03) !important;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .03) !important;
}
.header-fix { height: 80px; }
.header-fix .logo { height: 80px; }
.header-fix .main-menu li a { line-height: 80px; }
.header-fix .btn-area { height: 80px; }

/*--------------------------- 
    menu 
---------------------------*/
.main-menu {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 40px;
}
.main-menu li {
    float: left;
    position: relative;
    list-style: none;
}
.main-menu li.current-menu-item > a, .main-menu li:hover > a {
    color: #ffa800;
    text-decoration: none;
}
.main-menu li a {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000;
}
.main-menu li a {
    line-height: 100px;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
}
.main-menu li.current-menu-item > a, .main-menu li:hover > a {
    color: #ffa800;
}
.main-menu li > .sub-menu {
    position: absolute;
    left: 0;
    top: 140%;
    list-style: none;
    padding: 0 0;
    text-align: left;
    margin: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(85, 85, 85, 0.15);
    box-shadow: 0 0 5px 0 rgba(85, 85, 85, 0.15);
    min-width: 220px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    border-top: 1px solid #eee;
}
.main-menu li:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.main-menu li > .sub-menu li {
    float: none;
    position: relative;
    padding: 0px 0px;
    border-top: 1px solid #F5F5F5;
}
.main-menu li > .sub-menu li:first-child {
    border-top: 0;
}
.main-menu li > .sub-menu li a {
    background: none;
    color: #555555;
    text-transform: none;
    font-weight: 400;
    line-height: 25px;
    display: block;
    position: relative;
    padding: 10px 25px;
    text-decoration: none;
    border-left: 3px solid transparent;
    font-size: 16px;
}
.main-menu li.current-menu-item > .sub-menu li > a, .main-menu li > .sub-menu li:hover > a {
    color: #ffa800;
    border-color: #ffa800;
}
.main-menu li > .sub-menu li .sub-menu {
    list-style: none;
    padding: 0px;
    margin: 0;
    position: absolute;
    left: 70%;
    top: -1px;
    z-index: 1;
    min-width: 220px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    background-color: #ffffff;
}
.main-menu li > .sub-menu li:hover > .sub-menu {
    left: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.main-menu li > .sub-menu li > .sub-menu li a {
    background: none;
    color: #555555;
    text-transform: none;
    font-weight: 400;
    line-height: 25px !important;
    display: block;
    position: relative;
    padding: 10px 25px;
    text-decoration: none;
    border-left: 3px solid transparent;
    font-size: 16px;
}
.main-menu li > .sub-menu li > .sub-menu li .sub-menu {
    list-style: none;
    padding: 0px;
    margin: 0;
    position: absolute;
    left: 70%;
    top: 0;
    z-index: 1;
    min-width: 220px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    background-color: #ffffff;
}
.main-menu li > .sub-menu li a:hover, .main-menu li > .sub-menu li li a:hover {
    color: #ffa800;
    border-color: #ffa800;
}
.hamburger {
    display: none;
}
.hamburger.active {
    top: 28px;
}

/*--------------------------- 
    Feature
---------------------------*/
.feature-container {
    background: #fff;
}
.feature-container .col-sm-6:nth-child(1) .feature .icon { border-color:#26c6da !important; }
.feature-container .col-sm-6:nth-child(2) .feature .icon { border-color:#f9a825 !important; }
.feature-container .col-sm-6:nth-child(3) .feature .icon { border-color:#64dd17 !important; }
.feature-container .col-sm-6:nth-child(4) .feature .icon { border-color:#2962ff !important; }

.feature-container .col-sm-6:nth-child(1) .feature .icon .icon-back { background-color:#26c6da!important; }
.feature-container .col-sm-6:nth-child(2) .feature .icon .icon-back { background-color:#f9a825!important; }
.feature-container .col-sm-6:nth-child(3) .feature .icon .icon-back { background-color:#64dd17!important; }
.feature-container .col-sm-6:nth-child(4) .feature .icon .icon-back { background-color:#2962ff!important; }
.feature {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 13px;
    background: url(images/sep-double-gray.png) bottom center no-repeat;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    margin-bottom: 30px;
}
.feature a {
    text-decoration: none;
}
.feature h3 {
    margin-top: 35px;
    padding-bottom: 30px;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-family: 'Lobster', cursive;
    font-weight: 400;
    font-size: 24px;
}
.feature .icon {
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed;
    width: 178px;
    height: 178px;
    position: relative;
    margin: 0 auto;
    padding: 13px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.feature:hover .icon {
    border: none;
}
.feature:hover .icon:before {
    background: #ffffff;
    content: "";
    height: 100px;
    left: -350px;
    opacity: .2;
    position: absolute;
    top: 50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 450px;
    z-index: 1;
}
.feature:hover .icon:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
    border-color: #a8a8a8;
}
.feature .icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border: 1px dashed transparent;
    top: 0;
    left: 0;
}
.feature:hover .icon:before {
    left: 150%;
}
.feature .icon:before {
    background: #ffffff;
    content: "";
    height: 100px;
    left: -350px;
    opacity: .2;
    position: absolute;
    top: 100px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 450px;
    z-index: 1;
}
.feature .icon .icon-back {
    margin: 0 auto;
    position: relative;
    width: 150px;
    height: 150px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.feature .icon .icon-back img {
    margin: 0 auto;
    max-width: 85px;
}
.feature .icon .icon-back img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@-webkit-keyframes spinAround {from {-webkit-transform: rotate(0deg); } to {-webkit-transform: rotate(360deg); } }
@-moz-keyframes spinAround {from {-moz-transform: rotate(0deg); } to {-moz-transform: rotate(360deg); } }
@keyframes spinAround {from {transform: rotate(0deg); } to {transform: rotate(360deg); } }

/*--------------------------- 
    About us 
---------------------------*/
.aboutus-container {
    background: #00b8d4;
    padding: 80px 0;
    overflow: hidden;
}
.aboutus-content { }
.content-title h1 {
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    font-family: 'Lobster', cursive;
    font-weight: 400;
    position: relative;
}
.content-title h1:after {
    content: '';
    background: url(images/wave-white.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    margin: 0 auto;
    width: 108px;
    height: 12px;
    display: block;
}
.custab-btns {
    overflow: hidden;
    text-align: center;
    margin: 66px 0 85px 0;
}
.custab-btns a {
    overflow: hidden;
    height: 66px;
    width: 227px;
    background-color: transparent !important;
    border: 1px dashed #ffffff !important;
    border-radius: 50% !important;
    cursor: pointer;
    display: inline-block;
    margin: 0 20px;
}
.custab-btns > a {
    padding: 14px 20px; 
    box-sizing: border-box;
    border: solid transparent;
    position: relative;
    text-decoration: none;
    color: inherit;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
}
.custab-btns small {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    line-height: 36px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.custab-btns > a.active {
    background-color: #ffffff !important;
}
.custab-btns>a.active small {
    color: #ffa800 !important;
}
.custab-content {
    overflow: hidden;
    height: 230px;
}
.ourfoundation { text-align: center; }
.ourfoundation h2 {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}
.ourfoundation p {
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 24px;
}
.ourfoundation .vc {
    max-width: 600px;
    margin: 0 auto;
}
.ourfoundation .btn-readmore {
    font-weight: bold;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 30px 0px 15px 0px;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ourfoundation .btn-readmore:hover {
    border: 1px solid rgba(255, 255, 255, 1);
    background: #fff;
    color: #ffa800;
}

/*--------------------------- 
    Info 
---------------------------*/
.content { padding: 80px 0; }
.infobox {
    position: relative;
    text-align: center;
    margin: 0 15px;
    border: 1px dashed;
    border-radius: 20px;
    height: auto;
    margin-bottom: 10px;
    background-color: transparent !important;
}
.infobox i {
    color: #000;
    z-index: 0;
    opacity: 0.05;
    margin: auto auto;
    margin-top: 30px;
    font-size: 150px;
    margin-bottom: 30px;
}
.infobox .statistical-text {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 38%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.infobox .statistical-text p {
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 300;
}
.infobox .statistical-text .title {
    margin-top: 0;
    padding: 0;
}

/*--------------------------- 
    News letter
---------------------------*/
.newsletter-container {
    background: #039be5;
    overflow: hidden;
}
.newsletter-content { padding: 28px 0 18px 0; } 
.newsletter { color: #ffffff; }
.title-newsletter h2 {
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 0;
    padding: 10px 0 30px 0;
    background-repeat: no-repeat;
}
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"] {
    border: 1px solid #f9f9f9;
    outline: 0;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.form-newsletter {
    position: relative;
    padding-top: 10px;
}
.form-newsletter form {
    position: relative;
}
.form-newsletter input {
    color: #000;
    position: relative;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    height: 50px;
    margin-bottom: 5px;
    padding: 10px 182px 10px 16px;
}
.form-newsletter input[type="submit"].tnp-submit,
.form-newsletter button {
    opacity: 0.8;
    border: none;
    position: absolute;
    height: 46px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    width: 162px;
    bottom: 2px;
    right: 2px;
    color: #ffffff;
    background-color: #ffa800;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-align: center !important;
    padding: 10px 16px 10px 16px;
}
.form-newsletter p { margin: 0; }
.phone-newsletter {
    padding-left: 35px;
    position: relative;
    font-size: 24px;
    border-left: 2px solid #ffffff;
}
.phone-newsletter h3 {
    position: absolute;
    color: #ffffff;
    top: 10px;
    left: 80px;
    font-size: 24px;
}
.phone-newsletter i {
    padding: 17px 0;
    margin-right: 20px;
}
.phone-newsletter i:before { font-size: 50px; }

/*--------------------------- 
    Top Footer 
---------------------------*/
.topfooter-container {
    position: relative;
    background-color: #636fe1;
    margin: 0;
    padding: 50px 0 60px;
}
.footer-widget { margin-top: 30px; }
.footer-widget-content { overflow: hidden; }
.footer-widget .footer-widget-title {
    color: #ffffff;
    font-family: 'Lobster';
    font-size: 24px;
    font-weight: normal;
    margin-top: 0;
    font-style: italic;
    padding-bottom: 10px;
}
.footer-widget p {
    margin: 0 0 10px;
    color: #fff;
    font-size: 14px;
}
.footer-logo { margin-bottom: 10px; }
.footer-widget-tag { }
.footer-widget-tag a {
    margin: 0 5px 12px 0;
    color: #fff;
    background: transparent;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1;
    padding: 8px 15px;
    display: inline-block;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
}
.footer-widget-tag a:hover {
    border-color: #ffa800;
    background-color: #ffa800;
    color: #ffffff;
}
.footer-widget ul, .footer-widget ol {
    margin: 0;
    padding: 0;
}
.footer-widget ul li, .footer-widget ol li {
    padding: 8px 0;
    margin: 0;
    color: #a8a8a8;
}
.footer-widget ul li, .footer-widget ol li {
    padding: 5px 0;
    line-height: 1.428571429;
    margin-left: 10px;
    padding-left: 0.5357142857142857em;
}
.footer-widget ul li a, .footer-widget ol li a {
    line-height: 17px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ffffff;
    text-decoration: none;
}
.footer-widget .menu li {
    display: block;
    padding: 0px;
    margin: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer-widget .menu li a {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    padding: 15px 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    color: #fff;
}
.footer-widget .menu li a:hover {
    color: #ffa800;
}
.footer-widget .menu li a:after {
    content: "\f105";
    display: block;
    position: absolute;
    color: #ffffff;
    right: 0px;
    bottom: 15px;
    font-family: "fontawesome";
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer-widget .menu li a:hover:after {
    color: #ffa800;
    opacity: 1;
}
.footer-widget-post ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.footer-widget-post ul, .footer-widget-post ol {
    overflow: hidden;
    margin-left: 0;
    padding: 0;
    list-style: square;
    background-color: transparent;
}
.footer-widget-post p:last-child, .footer-widget-post ul:last-child, .footer-widget-post ol:last-child {
    margin-bottom: 0;
    margin-top: 0;
}
.footer-widget-post ul li {
    padding: 8px 0;
    margin: 0;
}
.footer-widget-post ul.footer-posts.thumbnail li {
    list-style: none;
    margin: 0;
}
.footer-widget-post ul.footer-posts.thumbnail > li {
    padding: 0 0 35px 0;
}
.footer-widget-post ul.footer-posts > li {
    padding: 0 0 35px 0;
    margin: 0;
}
.footer-widget-post ul li:first-child, .footer-widget-post ol li:first-child {
    padding-top: 0;
}
.footer-widget-post ul.footer-posts li .posts-thumbnail-image img {
    width: auto;
    height: 100%;
    max-width: none;
}
.footer-widget-post .carousel-inner>.item>a>img, .footer-widget-post .carousel-inner>.item>img, .footer-widget-post .thumbnail a>img, .footer-widget-post .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.footer-widget-post img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
.footer-widget-post ul.footer-posts li:before {
    content: " ";
    display: table;
}
.footer-widget-post ul.footer-posts li .posts-thumbnail-image, .footer-widget-post ul.footer-posts li .posts-thumbnail-image {
    width: 70px;
    float: left;
    height: 70px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.footer-widget-post ul.footer-posts li .posts-thumbnail-image a:after {
    content: "\f064";
    font-family: "fontawesome";
    font-size: 20px;
    position: absolute;
    color: #ffffff;
    filter: alpha(opacity=0);
    top: 40%;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.footer-widget-post ul.footer-posts li .posts-thumbnail-image:hover a:after {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.footer-widget-post ul.footer-posts li .posts-thumbnail-image a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: 1;
    transform: scale(0, 0) rotateZ(0deg);
    -webkit-transform: scale(0, 0) rotateZ(0deg);
    -moz-transform: scale(0, 0) rotateZ(0deg);
    -o-transform: scale(0, 0) rotateZ(0deg);
    background-color: #ffa800;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.footer-widget-post ul.footer-posts li .posts-thumbnail-image:hover a:before {
    transform: scale(1, 1) rotateZ(180deg);
    -webkit-transform: scale(1, 1) rotateZ(180deg);
    -moz-transform: scale(1, 1) rotateZ(180deg);
    -o-transform: scale(1, 1) rotateZ(180deg);
    filter: alpha(opacity=100);
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.footer-widget-post ul.footer-posts li .posts-thumbnail-content {
    width: 72%;
    float: left;
    margin-top: -5px;
    padding-left: 15px;
}
.footer-widget-post ul.footer-posts li .posts-thumbnail-content h4, .footer-widget-post ul.footer-posts li .posts-thumbnail-content h4 {
    margin-bottom: 7px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
}
.footer-widget-post ul.footer-posts li .posts-thumbnail-content h4 a {
    color: #fff
}
.footer-widget-post ul.footer-posts li .posts-thumbnail-content h4 a:hover {
    color: #ffa800;
}
.footer-widget-post ul.footer-posts li .posts-thumbnail-content .posts-thumbnail-meta {
    color: #fff;
    font-size: 12px;
}
.footer-widget-post ul.footer-posts li .posts-thumbnail-content .posts-thumbnail-meta i {
    margin-right: 4px;
    color: #ffa800;
}

/*--------------------------- 
    go-to-top
---------------------------*/
.go-to-top {
    background-color: #ffa800;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: -25px;
    position: absolute;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #fff;
    font-size: 40px;
    height: 60px;
    line-height: 1;
    text-align: center;
    width: 60px;
    z-index: 100;
}
.go-to-top:hover { color: #fff; }
.go-to-top i {
    font-size: 20px;
    color: #fff;
}
.go-to-top:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: -14px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border-top: 1px solid transparent;
    transition: all 0.6s ease-out;
}
.go-to-top:after {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: -9px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border-top: 1px solid transparent;
    transition: all 0.3s ease-out;
}

/*--------------------------- 
    Footer 
---------------------------*/
.footer-container {
    background: url(../images/footer-bg.jpg);
    padding: 35px 0 40px 0;
}
.footer-content {
    text-align: center;
}
.footer-content .footer-social {
    text-align: center;
}
.footer-content .footer-social a {
    padding: 0 10px;
}
.footer-content .footer-social i {
    font-size: 16px;
    padding: 12px;
    color: rgba(168, 168, 168, 0.8);
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.footer-content .footer-social a:hover i {
    color: #ffa800 !important;
}
.footer-copyright {
    color: #000;
}
.footer-copyright a {
    color: #FFA800;
}

/*--------------------------- 
    Shop 
---------------------------*/
.page-heading {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 260px 0px;
}
.page-heading {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 260px 0px;
}
.page-heading .bottom-bar {
    text-align: center;
    background: url(images/jumbotron-bottom-bg.png);
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-left: 1.0714285714285714em;
    padding-right: 1.0714285714285714em;
}
.page-heading .bottom-bar .page-title {
    padding: 30px 0px 50px 0px;
    color: #ffffff;
    text-align: center;
    margin: 0;
}
.page-heading .bottom-bar .page-title i {
    text-align: center;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border: 3px solid #ffa800;
    border-radius: 50%;
    margin-right: 30px;
}
.page-breadcrumb {
    text-align: center;
}
.page-breadcrumb .breadcrumb-wrap {
    width: 400px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: -20px;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.page-breadcrumb .breadcrumb-wrap ul.breadcrumb {
    padding: 0;
    margin: 0;
}
.page-breadcrumb .breadcrumb-wrap ul.breadcrumb > li:first-child {
    font-weight: bold;
}
.page-breadcrumb .breadcrumb-wrap ul.breadcrumb > li {
    list-style: none;
    display: inline-block;
    margin-right: 50px;
    padding: 10px 0;
}
.page-breadcrumb .breadcrumb-wrap ul.breadcrumb > li a {
    color: #000000;
    position: relative;
}
.page-breadcrumb .breadcrumb-wrap ul.breadcrumb > li a:after {
    content: "\f105";
    right: -25px;
    position: absolute;
    top: 0px;
    font-family: "fontawesome";
    color: #636fe1;
}
.page-breadcrumb .breadcrumb-wrap ul.breadcrumb > li.active span {
    color: #ffa800;
}
.page-breadcrumb .breadcrumb-wrap ul.breadcrumb > li span {
    color: #fff;
}
.sidebar {
    overflow: hidden;
}
.sidebar-wrap {
    overflow: hidden;
}
.sidebar .widget {
    margin-top: 30px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}
.sidebar .widget:last-child {
    border-bottom: 0px;
}
.widget .widget-title {
    font-family: 'Lobster';
    font-size: 24px;
    padding-bottom: 30px;
    margin-top: 0;
    font-style: italic;
}

/* widget  search */
.widget-product-search {
    position: relative;
}
.widget-product-search form {
    position: relative;
}
.widget-product-search input[type="search"], .widget-product-search input[type="submit"] {
    padding: 0;
    margin: 0;
}
.widget-product-search input[type="search"] {
    margin: 0px;
    height: 34px;
    padding: 0 86px 0 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.widget-product-search input[type="submit"] {
    right: 0;
    top: 0;
    position: absolute;
    padding: 8px;
    background-color: #ffa800;
    border-width: 0px;
    color: #ffffff;
    display: block;
    width: 70px;
    height: 34px;
    opacity: 0.8;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.widget-product-search input[type="submit"]:hover {
    opacity: 1;
}

/* widget  filter */
.widget-shopping-cart {
}
.widget-shopping-cart ul {
    padding: 0;
    margin: 0;
}
.widget-shopping-cart ul li {
    padding: 10px 0;
    margin: 0;
    color: #333333;
    font-weight: 700;
    list-style: none;
}

/* widget  00 */
.widget_price_filter .price_slider {
    margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.widget_price_filter .price_label {
    padding-top: 8px;
    font-family: 'Playfair Display', serif;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    float: left;
}
.widget_price_filter .submit-filter {
    background-color: #e4e6e6;
    background-image: none;
    font-size: 14px;
    padding: 8px 12px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #333333;
    border: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    float: right;
    margin-top: 8px;
}
.widget_price_filter .submit-filter:hover {
    background: #ffa800;
    color: #ffffff;
}
.widget_price_filter .rangeslider--horizontal {
    height: 10px;
    width: 100%;
}
.widget_price_filter .rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…Igd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.widget_price_filter .rangeslider--horizontal .rangeslider__handle {
    top: -5px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

/* widget  products */
.widget-products { }
.product-list-widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
}
.product-list-widget li {
    padding: 10px 0;
    margin: 0;
    color: #333333;
    font-weight: 700;
    list-style: none;
    overflow: hidden;
}
.product-list-widget li a {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333333;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.product-list-widget li span.amount {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 16px;
    color: #FFA800 !important;
}
.product-list-widget li img {
    float: left;
    margin-right: 15px;
    width: 90px;
    height: auto;
}
.product-list-widget li:before, .product-list-widget li:after {
    content: " ";
    display: table;
}
.product-list-widget li del {
    margin-right: 7px;
    font-family: 'Playfair Display', serif;
}
.product-list-widget li span.amount {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 16px;
    color: #FFA800 !important;
}

/* widget  tag */
.widget-tag { }
.widget-tag a {
    margin: 0 5px 12px 0;
    color: #000;
    background: transparent;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1;
    padding: 8px 15px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
}
.widget-tag a:hover {
    border-color: #ffa800;
    background-color: #ffa800;
    color: #ffffff;
}

/*--------------------------- 
    products 
---------------------------*/
.product-item {
    margin-bottom: 30px;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
}

/*toolbar
----------------------------*/
.list_products_toolbar {
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.list_products_toolbar .products-toolbar {
    float: left;
    padding-top: 10px;
}
.products-toolbar span {
    display: block;
    float: left;
}
.toolbar-box {
    float: left;
    margin-left: 20px;
}
.products-toolbar small {
    color: #333;
    font-size: 16px;
    display: block;
    float: left;
    margin: 0 10px;
    position: relative;
    z-index: 100000;
    cursor: pointer;
}
.products-toolbar small.active {
    color: #ffa800;
}
.ordering {
    float: right;
    position: relative;
    display: block;
}
.ordering-result-count {
    float: right;
    margin-right: 30px;
}
.ordering-result-count {
    margin: 10px 0 0 0;
}
.ordering-result-count {
    margin: 0 0 1em;
}
.ordering-result-count .from-to {
    color: #ffa800;
    font-weight: bold;
}
.woo-meta {
    padding-bottom: 40px;
    position: relative;    /*position: absolute;*/

    /*bottom: 0px;*/
    z-index: 10;
}
.product-item .cs-product-inner .woo-thumbnail {
    position: relative;
}
.product-item .cs-product-inner .woo-thumbnail .cs-product-thumbnail {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8;
}
.product-item .cs-product-inner .woo-thumbnail .cs-product-thumbnail img {
    margin: 0;
    display: block;
    height: auto;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
}




.cs-product-meta .rating {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
}
.woocommerce ul.products li.product .onsale,
.product-item .cs-product-inner .woo-thumbnail span.onsale,
.single-product span.onsale {
    left: auto;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    z-index: 11;
    background: #ffa800;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
.product-item .cs-product-inner  span.onsale{
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #ffa800 !important;
    left: 0;
    top: 0;
}
.single-product span.onsale {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #ffa800 !important;
    left: 0 !important;
    top: 0 !important;
}
.product-item .cs-product-inner span.onsale,
.single-product span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
}
.single-product span.onsale{
    line-height: 50px;
}


.star-rating { float: right; }
.short-description {
    text-align: justify;
    margin-bottom: 40px;
    overflow: hidden;
}

/*--------------------------- 
    Pagination 
---------------------------*/
.woocommerce nav.woocommerce-pagination,
.pagination {
    margin-top: 97px;
    text-align: center;
}
.woocommerce nav.woocommerce-pagination ul,
.pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    border-right: 0;
    margin: 1px;
    border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li,
.pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border: 0;
    margin: 0 5px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination ul li a:focus, 
.pagination ul li a:hover, 
.pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination ul li a.current, 
.pagination ul li span.current, 
.pagination ul li a:hover, 
.pagination ul li span:hover {
    color: #ffffff;
    background: #ffa800;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span,
.pagination ul li a, 
.pagination ul li span {
    background: #eeeeee;
    color: #000;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
}

/*--------------------------- 
    Main 
---------------------------*/
#main {
    padding-top: 50px;
    padding-bottom: 50px;
}
.head-content {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    text-align: center;
}
.head-icon {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}
.head-content h2 {
    font-size: 36px;
    color: #000000;
    text-align: center;
    margin: 0;
}
.head-content p {
    text-align: center;
    font-size: 16px;
    margin: 0 0 10px;
}

/*--------------------------- 
    Contact 
---------------------------*/
.main-contact .head-content {
    margin-bottom: 40px;
    overflow: hidden;
}
.form-row textarea, 
.form-row input {
    border: 1px solid rgba(51, 51, 51, 0.1);
    height: 50px;
    border-radius: 25px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.form-row textarea {
    height: 132px;
    margin-bottom: 15px;
    resize: none;
    overflow: hidden;
}
.form-row input[type="submit"]:active, 
.form-row input[type="submit"]:hover {
    border: 1px solid rgba(51, 51, 51, 0.4);
    color: #000;
    background-color: transparent;
}
.form-row input[type="submit"], 
.form-row form input:focus, 
.form-row form input:hover, 
.form-row form textarea:hover, 
.form-row form textarea:focus, 
.form-row input:active,
.form-row input:hover, 
.form-row textarea:active,
.form-row textarea:hover {
    border-color: #FFA800 !important;
}
.form-row input[type="submit"] {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    height: 50px;
    border-radius: 25px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: #ffa800;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #ffa800;
    font-weight: bold;
    line-height: 50px;
}
.form-row input[type="submit"]:hover {
    border-color: #FFA800 !important;
    color: #fff !important;
    background-color: #FFA800 !important;
    display: block;
}
.row-addressmap {
    padding-top: 7% !important;
    padding-bottom: 7% !important;
    background-image: url(http://demo.yolotheme.com/kidzone/wp-content/uploads/2015/11/map.png?id=503) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.address { text-align: center; }
.address h3 {
    font-size: 24px !important;
    color: #000000;
    text-align: center;
    font-family: 'Lobster';
    font-weight: normal;
    margin: 0;
}
.address .address-icon {
    padding: 65px 0;
    height: 60px;
    position: relative;
    overflow: hidden;
}
.address .address-icon small {
    height: 80px;
    display: block;
    position: relative;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.address .address-icon small i {
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: inherit;
    height: inherit;
    text-align: center;
    text-rendering: optimizelegibility;
    font-family: 'FontAwesome';
    color: #5472D2;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: center;
    line-height: 80px;
}
.address:hover .address-icon small i {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.address .address-icon small i {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.row-addressmap .col-sm-4:nth-child(1) .address .address-icon small i {font-size: 55px; } 
.row-addressmap .col-sm-4:nth-child(2) .address .address-icon small i {font-size: 65px; } 
.row-addressmap .col-sm-4:nth-child(3) .address .address-icon small i {font-size: 40px; }
.address-info { overflow: hidden; }
.address-info p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    margin: 0;
}
.address-info p a { color: #333333; text-decoration: none; }
.address-info p a:hover { color: #ffa800; }

/*--------------------------- 
    Mixitup 
---------------------------*/
.mix, .gap {display: inline-block; vertical-align: top; } 
.mix {position: relative; } 
.mix:before {content: ''; display: inline-block; } 
.mix {visibility: hidden; } 
.mixitup-ready .mix {visibility: visible; }
.mix, .gap {width: calc(100%/2 - (((2 - 1) * 1rem) / 2)); } 
@media screen and (min-width:0px) {.mix, .gap {width: calc(100%/1 - (((1 - 1) * 1rem) / 1)); } } 
@media screen and (min-width:480px) {.mix, .gap {width: calc(100%/2 - (((2 - 1) * 1rem) / 2)); } } 
@media screen and (min-width:960px) {.mix, .gap {width: calc(100%/3 - (((3 - 1) * 1rem) / 3)); } } 
@media screen and (min-width:1281px) {.mix, .gap {width: calc(100%/4 - (((4 - 1) * 1rem) / 4)); } }

/*--------------------------- 
    Gallery 
---------------------------*/
.main-gallery {
    background: #f9f9f9;
    overflow: hidden;
}
.content-title-two h1 { color: #333333; }
.content-title-two h1:after { background: url(images/sep-double-yellow.png) no-repeat 0 0; }
.controls {
    margin: 40px 0px 30px 0px;
    padding: 0px;
}
.controls { text-align: center; }
.controls ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    background: none;
    position: relative;
}
.controls ul li span {
    padding: 5px 10px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: block;
}
.controls ul li span.selected { color: #ffa800; }
.controls ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    display: block;
    background: #ffa800;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -2px;
    z-index: 100;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.controls ul li:first-child:before { display: none; } 
.gallery-content { overflow: hidden; }
.gallery-content:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.gallery-box { padding: 0 10px; }
.gallery-box .portfolio-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.gallery-box .portfolio-image:hover { box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1); }
.gallery-box .portfolio-image img {
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    width: 100%;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0px;
    padding: 0px;
}
.gallery-box .portfolio-image:hover a img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.gallery-box .portfolio-image .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.gallery-box .portfolio-image:hover .overlay { opacity: 1; }
.gallery-box .portfolio-image .overlay:before {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
    position: absolute;
    opacity: 1;
    content: '';
    height: 100%;
    width: 100%;
    background: url(images/portfolio-hover-1.png) center bottom no-repeat;
    background-size: contain;
    border-radius: 20px;
}
.gallery-box .portfolio-image:hover .overlay:before, .gallery-box .portfolio-image:hover .overlay .details {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.gallery-box .overlay .details {
    -webkit-transition: all 0.3s ease 0.4s;
    -o-transition: all 0.3s ease 0.4s;
    transition: all 0.3s ease 0.4s;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0 10px;
}
.gallery-box .details h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.75);
    padding: 0;
    margin: 0 0 -10px 0 !important;
}
.gallery-box .overlay .details h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #333333;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.gallery-box .portfolio-image:hover .overlay i {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.gallery-box .overlay a {
    display: block;
    padding: 15px;
    position: absolute;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    bottom: -100%;
}
.gallery-box:hover .overlay a { bottom: -10%; }
.gallery-box .overlay a i {
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 120px;
    width: 120px;
    background: rgba(255, 168, 0, .75);
    border-radius: 100%;
    z-index: -1;
     text-align: center;
}
.gallery-box .overlay a i:before {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    z-index: 1000;
}
.fa-search-plus:before { content: "\f00e"; }
.center-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.image-box { float: none; margin: 20px auto; }
.image-box img { margin: 0 auto; }




.nw-drop-cart { z-index:9999999 !important; }
.nw-visible-desktop { border: 1px solid #000; display: none; }



.cart_anchor {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: block;
    position: absolute;
    right: 77px;
    top: -20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #fff !important;
    background: #FFA800;
    border: none;
}
.icns-adcartfont { line-height: 15px; }
.icns-adcartfont:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #fff !important;
}
.btn-cart { display: none !important; }
.nw-visible-phone { display: none; }



/*shop page*/
.woocommerce #main .page-title { display: none; }
.post-type-archive-product .woocommerce-breadcrumb { display: none; }
.woocommerce .widget_price_filter .price_slider_amount .button {
    margin-top: 8px;
    float: right;
}
.widget_shopping_cart a.button {
    float: right;
    margin-left: 5px;   
}
.woocommerce a.button,
.woocommerce .widget_price_filter .price_slider_amount .button {
    background-color: #e4e6e6 !important;
    background-image: none;
    font-size: 14px;
    padding: 8px 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #333333 !important;
    border: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;    
}
.woocommerce a.button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background-color: #ffa800 !important;
    color: #fff !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #333;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e6e6e6;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #ffa800;
}
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a {
    font-weight: 700;
    margin-bottom: 10px;
    color: #333333;
}
.woocommerce a.remove {
    color: #ffa800 !important;
}
.woocommerce a.remove:hover {
    background: #ffa800!important;
}


/*product_list_widget*/
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333333;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.woocommerce ul.product_list_widget li a img {
    float: left;
    margin-right: 15px;
    width: 90px;
    height: auto;
}
.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 16px;
    color: #FFA800 !important;
}
.woocommerce ul.product_list_widget li del {
    display: block;
    width: 100%;
    color: #FFA800 !important;
}
.woocommerce ul.product_list_widget li del .woocommerce-Price-amount {
    font-size: 12px;
}
.woocommerce ul.product_list_widget li ins {
    display: block;
    text-decoration: none;
}
.woocommerce ul.product-categories {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.product-categories li.cat-item {
    display: block;
    list-style-type: none;
    padding: 0 0 10px 0;
    margin: 0;
    text-align: -webkit-match-parent;
}
.woocommerce ul.product-categories li.cat-item a {
    color: #333333;
}
.woocommerce ul.product-categories li.cat-item a:hover {
    color: #FFA800;
}
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li {
    padding: 10px 0;
    margin: 0;
    color: #333333;
    font-weight: 700;
    list-style: none;
    overflow: hidden;
}


.woocommerce #main p.woocommerce-result-count{
    float: right;
    margin-top: 10px;   
}
.woocommerce #main .gridlist-toggle {
    float: left;
    display: block;
    clear: none !important; 
    margin: 0 !important;
    padding: 0!important; 
    line-height: inherit !important;
}
.woocommerce #main .woocommerce-ordering {
    margin-top: 10px;
}
.woocommerce #main .gridlist-toggle a,
.woocommerce #main .gridlist-toggle a.active {
    background-color: #fff;
}
.woocommerce #main .dashicons-grid-view:before,
.woocommerce #main .dashicons-exerpt-view:before {
    color: #333;
    font-size: 16px;
    font-family: "fontawesome";
}
.woocommerce #main .dashicons-grid-view:before {
    content: "\f009";
}
.woocommerce #main .dashicons-exerpt-view:before {
    content: "\f03a";
}
.woocommerce #main .gridlist-toggle #list.active .dashicons-exerpt-view:before,
.woocommerce #main .gridlist-toggle #grid.active .dashicons-grid-view:before {
    color: #FFA800;
}


.woocommerce ul.products { margin: 0 -15px; }
.woocommerce ul.products.grid li.product, 
.woocommerce-page ul.products.grid li.product {
    float: left;
    margin: 0;
    padding: 0 ;
    position: relative;
    width: 33.33%;
}
.woocommerce ul.products li.product div, 
.woocommerce-page ul.products li.product div {
    padding: 15px;
}
.cs-product-footer {
    position: relative;
    height: auto;
    width: 100%;
    background-color: #f4f4f4;
    padding: 10px 15px 15px;
}



.woocommerce ul.products li.product-item, 
.woocommerce-page ul.products li.product-item {
    position: relative;
    min-height: 1px;
    padding: 15px!important;
    padding-right: 15px!important;
    padding-bottom: 15px!important;
    width: 33.33%;
    float: left;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
}
.product-item .cs-product-inner {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 !important;
}
.products.grid .product-item:hover .cs-product-inner {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
}


.woocommerce ul.products.grid li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    box-shadow: none;
}




.woocommerce ul.products.grid li.product .cs-product-inner {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
    display: block;
    overflow: hidden;
}
.woocommerce ul.products.grid li.product:hover .cs-product-inner {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
}
.woocommerce ul.products.grid li.product .gridlist-buttonwrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 44px;
}

/*common */
.woocommerce ul.products.grid li.product .cs-product-inner .add_to_cart_button {
    text-transform: uppercase;
    text-align: left;
    width: 44px;
    height: 44px;
    padding: 14px 16px;
    overflow: hidden;
    background: rgba(85, 85, 85, 0.7) !important;
    position: absolute;
    left: 0;
    color: #fff !important;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: bold;
    -webkit-transform: translate(-44px, 0);
    -ms-transform: translate(-44px, 0);
    -o-transform: translate(-44px, 0);
    transform: translate(-44px, 0);
    opacity: .9;
    filter: alpha(opacity=90);
    text-decoration: none;
    margin: 0;
    line-height: 24px;
}
.woocommerce ul.products.grid li.product:hover .cs-product-inner .add_to_cart_button {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgba(255, 168, 0, 1) !important;
}
.woocommerce ul.products.grid li.product .cs-product-inner .add_to_cart_button:before {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    padding: 0;
    margin-right: 25px; 
}
.woocommerce ul.products.grid li.product .cs-product-inner .add_to_cart_button:hover {
    width: 180px;
}

/*add_to_cart_button*/
.woocommerce ul.products.grid li.product .add_to_cart_button {
    top: -44px;
    -webkit-transition: transform 0.35s ease-in 0.35s, opacity 0.2s ease 0.3s, background 0.2s ease 0s, width 0.2s ease 0s;
    -o-transition: transform 0.35s ease-in 0.35s, opacity 0.2s ease 0.3s, background 0.2s ease 0s, width 0.2s ease 0s;
    transition: transform 0.35s ease-in 0.35s, opacity 0.2s ease 0.3s, background 0.2s ease 0s, width 0.2s ease 0s;  
}
.add_to_cart_button:before { content: "\f07a"; }


/*grid*/

.woocommerce ul.products.grid li.product .cs-product-inner {
    min-height: 388px;
    background-color: #f4f4f4;
}
.woocommerce ul.products.grid li.product .cs-product-inner:hover {
    background-color: #fff;
}
.woocommerce ul.products.grid li.product .productinfo-box {
    height: auto;
    width: 100%;
    padding: 10px 15px 15px;
    text-align: center;
    position: relative;
}
.woocommerce ul.products.grid li.product h3 {
    margin: 5px 0;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #333333;
}

/*list*/
.woocommerce ul.products.list li.product .productinfo-box {
    height: auto;
    width: 100%;
    background-color: #f4f4f4;
    padding: 0 15px 0 15px;
    text-align: center; 
    position: relative;
}
.woocommerce ul.products.list li.product .cs-product-inner .woocommerce-LoopProduct-link { display: none; }
.woocommerce ul.products.list li.product a.productimagebox {
    display: block;
    width: 33% !important;
    float: left;
}
.woocommerce ul.products.list li.product .productinfo-box {
    width: 67% !important;
    float: right;
    background: #fff; 
    text-align: left;
    padding: 0 15px;
}
.woocommerce ul.products.list li.product .productinfo-box hr { display: none; }
.woocommerce ul.products.list li.product h3,
.woocommerce ul.products.list li.product .price {
    width: 100% !important;
    padding: 0;
}
.woocommerce ul.products.list li.product div {
    display: block;
    width: 100%!important;
    text-align: left;
    padding: 0 ;
}
.woocommerce ul.products.list li.product h3 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #4c4441;
    margin:0 0 20px 0;
}
.woocommerce ul.products.list li.product img,
.woocommerce ul.products.list li.product a img {
    width: 100% !important;
    height: auto;
    display: block;
    margin: 0;
    box-shadow: none;
    float: left;
}
.woocommerce ul.products.list li.product .add_to_cart_button {
    background: rgba(255, 168, 0, 1) !important;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    color: #fff !important;
    padding: 12px 16px;
    border-radius: 0px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.woocommerce ul.products.list li.product .add_to_cart_button:hover { background: rgba(255, 131, 0, 1) !important; }
.woocommerce ul.products.list li.product .add_to_cart_button:before {
    width: 14px !important;
    height: 14px;
    display: inline-block;
    content: "\f07a";
    padding: 0;
    margin-right: 5px;
    font-family: "fontawesome";
}
.woocommerce ul.products.list li.product .onsale {
    right: inherit;
    left: 0;
}


.woocommerce ul.products li.product .price {
    font-weight: 700;
    font-size: 24px;
    font-style: italic;
    margin-right: 5px;
    color: #ffa800;
    font-family: 'Playfair Display', serif;
    text-decoration: none;
}
.woocommerce ul.products li.product .price del {
    font-size: 18px;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;  
}
.woocommerce p.woocommerce-result-count {
    padding-left: 15px;
}


/*--------------------------- 
    News
---------------------------*/
.main-blog { background: #4caf50; }
.main-blog .content-title-two h1 { color: #fff; font-weight: normal; }
.newsarea {
    overflow: hidden;
    padding-top: 40px;
}
.news-item {
    border: 1px dashed rgba(255, 255, 255, .75);
    padding: 8px;
    margin: 15px 0;
}
.news-item:hover {
    border: 1px dashed rgba(255, 255, 255, 1);
}
.newsitem-box {
    background: #fff;
    overflow: hidden;
    padding: 20px 5px;
}
.news-item,
.newsitem-box,
.newsitem-box img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}
.news-item h1 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding-bottom: 12px;
}
.news-item h1 a { color: #000; }
.news-item h1 a:hover { color: #000; }
.news-item h2 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #a8a8a8;
}
.news-item h2 span {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #a8a8a8;
    margin-left: 15px;
}
.news-item h2 span:first-child {
    margin-left: 0;
}
.news-item .readmore {}
.news-item .readmore a {
    float: right;
    padding-bottom:0;
    display: inline-block;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px; 
} 
.news-item .readmore a {
    color: #ffa800;
}


/* our team */
.ourteam {
    padding-top: 40px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end;  
}
.teambox {
    margin-bottom: 40px;
    padding: 10px;    
}
.teamitem {
    -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     border-radius: 10px;
     padding:20px; 
     border: 1px solid #ebe9eb;
     max-width: 264px;
     margin: 0 auto;
}
.ourteam-pic { 
    overflow: hidden;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
     -ms-border-radius: 100%;
     -o-border-radius: 100%;
     border-radius: 100%;
     padding: 2px;
     margin: 0 auto;
     border: 2px solid #ebe9eb; 
}
.ourteam-pic img {
    margin: 0 auto;
}
.ourteam-info { padding-top: 20px; } 
.ourteam-info h4 {
    font-size: 24px;
    padding: 0 0 10px 0;
    margin: 0;
} 
.ourteam-info small {
    font-size: 14px;
    font-weight: 600;
} 






.woocommerce-product-search .screen-reader-text {
    padding-bottom: 5px;
    display: block;
}
.woocommerce-product-search input[type="submit"] {
    background-color: #e4e6e6 !important;
    background-image: none;
    font-size: 14px;
    padding: 8px 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #333333 !important;
    border: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.woocommerce-product-search input[type="submit"]:hover {
    background-color: #ffa800 !important;
    color: #fff !important;
}



/*woocommerce-checkout*/
.woocommerce-cart .main-gallery,
.woocommerce-checkout .main-gallery {
    background: #fff;
    overflow: hidden;
}
.woocommerce-cart .content-title.content-title-two,
.woocommerce-checkout .content-title.content-title-two {
    margin-bottom: 20px;
}
.woocommerce-cart .center-text,
.woocommerce-checkout .center-text {
    max-width: 100%;
    margin-top: 20px;
}
.woocommerce-checkout textarea, 
.woocommerce-checkout input[type="text"], 
.woocommerce-checkout input[type="password"], 
.woocommerce-checkout input[type="datetime"], 
.woocommerce-checkout input[type="datetime-local"], 
.woocommerce-checkout input[type="date"], 
.woocommerce-checkout input[type="month"], 
.woocommerce-checkout input[type="time"], 
.woocommerce-checkout input[type="week"], 
.woocommerce-checkout input[type="number"], 
.woocommerce-checkout input[type="email"], 
.woocommerce-checkout input[type="url"], 
.woocommerce-checkout input[type="search"], 
.woocommerce-checkout input[type="tel"], 
.woocommerce-checkout input[type="color"],
.woocommerce-cart textarea, 
.woocommerce-cart input[type="text"], 
.woocommerce-cart input[type="password"], 
.woocommerce-cart input[type="datetime"], 
.woocommerce-cart input[type="datetime-local"], 
.woocommerce-cart input[type="date"], 
.woocommerce-cart input[type="month"], 
.woocommerce-cart input[type="time"], 
.woocommerce-cart input[type="week"], 
.woocommerce-cart input[type="number"], 
.woocommerce-cart input[type="email"], 
.woocommerce-cart input[type="url"], 
.woocommerce-cart input[type="search"], 
.woocommerce-cart input[type="tel"], 
.woocommerce-cart input[type="color"] {
    border: 1px solid rgba(51, 51, 51, 0.1);
    outline: 0;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    padding: 5px 16px!important;
    font-size: 14px;
    line-height: 1.5;
    height: 45px!important;
    line-height: 45px!important;
    border-radius: 0;
}
.woocommerce-checkout form .form-row label, 
.woocommerce-cart form .form-row label {
    text-align:left;
}
/*div#s2id_billing_country,*/
.woocommerce form .form-row .select2-container {
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(51, 51, 51, 0.1)!important;
    white-space: nowrap;
    color: #444;
    text-decoration: none;
    border-radius: 3px;
    background-clip: padding-box;
    user-select: none;
    background-color: #fff;
    font-weight: 400;
    padding: 7px 16px !important;
    border-radius: 0 !important;

}
.select2-container .select2-choice {
    border: #fff !important;
    border-radius: 0;
}

.woocommerce-checkout .form-row input[type="submit"] {
    height: 45px;
    line-height: 45px;
    padding: 0;
    /*width: 240px !important;*/
    float: none !important;
    margin: 0 auto !important;
    background: #ffa800;
    clear: both;
    display: block;

}
.woocommerce-checkout .form-row input[type="submit"]:hover {
    display: block;
}
.woocommerce-error,
.woocommerce-info {
    border-top-color: #ffa800;
}
.woocommerce-error:before {
    content: "\e016";
    color: #ffa800;
}
.woocommerce-info:before {
    color: #ffa800;
}

.woocommerce-checkout .woocommerce-info  a {
    color: #ffa800;
    text-decoration: none;
} 
.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 0;
}
.woocommerce table.shop_table {
    border-radius: 0;
}
.woocommerce form .form-row {
    text-align: center;
    
}
.woocommerce form .form-row label.inline {
    display: inline-block;
}
.woocommerce form .form-row .inline input {
    border: none;
    height: 45px;
    border-radius: 25px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid  #ebe9eb;
}
#coupon_code {
    width: 118px;
    height: 40px !important;
}
.woocommerce-cart input[type="submit"] {
    border: 1px solid  #ebe9eb;
    height: 40px !important;
     border-radius: 0;
}
.woocommerce-checkout #coupon_code {
    width: 100%;
    height: 40px !important;
}


/*.cart_anchor  icon*/
.nw-drop-cart .cart_anchor { display: none; }
.btn-area .cart_anchor {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
}
.nw-cart-drop-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px;
    position: relative;
    top: inherit;
    right: inherit;
    z-index: 100;
    overflow: hidden;
    clear: both;
    background: #fff;
    border: 1px solid  #ebe9eb;
}
.nw-drop-cart {
    position: absolute!important;
    left: inherit!important;
    right: 0!important;
    top: 128px!important;
    display: block;
    padding-top: 20px;
}
.nw-drop-cartfix { position: fixed!important; right: 0!important; top: 60px!important; }
.nw-cart-container {
    position: relative;
    right: 0;
    top: 0;
}
.nw-cart-container #respond input#submit,
.nw-cart-container .nw-buttons a.button {
    background-color: #e4e6e6 !important;
    background-image: none;
    font-size: 14px;
    padding: 8px 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #333333 !important;
    border: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.woocommerce .woocommerce-Price-amount {
    color: #ffa800;
}
.nw-cart-container .nw-buttons a.button:hover,
.nw-cart-container #respond input#submit:hover {
    background-color: #ffa800 !important;
    color: #fff !important;
} 
.nw-cart-container #reviews #comments h2 {
    font-weight: 700;
    font-family: "Roboto", sans-serif !important;
    color: #333333;
    font-size: 18px;
}
.nw-cart-container #reviews h3 {
    font-weight: 700;
    font-family: "Roboto", sans-serif !important;
    color: #333333;
    font-size: 14px;
    padding-bottom: 10px;
}
.nw-cart-container #review_form #respond p label {
    padding-bottom: 5px !important;
    display: block;
}
.nw-cart-container #review_form #respond p { margin: 0 0 10px 0 !important; padding: 0 !important; }
.nw-cart-container #review_form #respond p textarea,
.nw-cart-container #review_form #respond p input[type="text"],
.nw-cart-container #review_form #respond p input[type="email"] {
    margin: 0 0 0 0 !important;
}
.nw-cart-container .nw-cart-drop-content .nw-cart-drop-content-in a.remove {
    width: 15px !important;
    height: 15px !important;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -ms-border-radius: 100% !important;
    -o-border-radius: 100% !important;
    border-radius: 100% !important;
    border: none!important;
    text-align: center !important;
    line-height: 15px !important;
    color:#fff!important;
    background: #ffa800!important;
}
.nw-cart-container .icns-adcartfont { text-align: center;
 }
 .nw-drop-cart ul.cart_list li {
    border-bottom: 1px solid #eee !important;
}
#createaccount {
    width: 20px !important;
    padding: 0 10px;   
}
p.form-row.form-row-wide.create-account.woocommerce-validated {
    float: left;
    
}
.select2-container .select2-choice>.select2-chosen {
    text-align: left;
}

/*single page*/
.sidebar-wrap { }
.woocommerce .quantity .qty {
    width: 60px !important;
    padding-right: 0px !important;  
    margin-bottom: 0;
    padding: 8px 16px;                
}

.single-product #main {
     padding-top: 0; 
    padding-bottom: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: #e4e6e6;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 10px 0 0;
    padding: 5px 15px;
    border:none;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ffa800;
    color: #fff;
    z-index: 2;
    border:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after { display: none; }
.single-product .woocommerce-breadcrumb { display: none; }

.single-product  span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, .woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #ffa800;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
}

.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total {
    border-top: 1px double #ebe9eb;
    padding: 4px 0 0;
}

.sidebar-wrap {
    border-right: 1px double #ebe9eb;
}
.woocommerce .sidebar .widget,
.single-product .sidebar-wrap .widget {
    padding-right: 15px;
}



.woocommerce  #main,
.single-product #main {
    padding-top: 0;
}
.woocommerce .content,
.single-product .content {
    padding: 0 15px;
}
.woocommerce .col-main,
.single-product .product_content { padding-top: 60px; }
.woocommerce .sidebar-wrap,
.single-product .sidebar-wrap {
    overflow: hidden;
    padding:0;
    padding-top: 40px;
    border-right: 1px double #ebe9eb;
}


.single-product div.product .product_title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #4c4441;
    margin: 0 0 20px 0;
}
.woocommerce div.product form.cart .button {
    background: rgba(255, 168, 0, 1) !important;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    color: #fff !important;
    padding: 12px 16px;
    border-radius: 0px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.woocommerce ul.products.list li.product .add_to_cart_button:hover {
    background: rgba(255, 131, 0, 1) !important;
}
.woocommerce div.product p.price del, 
.woocommerce div.product p.price ins {
    font-weight: 700;
    font-style: italic;
    margin-right: 5px;
    color: #ffa800;
    font-family: 'Playfair Display', serif;
    display: block;
}
.woocommerce div.product p.price del {
    font-size: 18px;
}
.woocommerce div.product p.price ins {
    font-size: 24px;
    text-decoration: none;
}
.woocommerce div.product form.cart, 
.woocommerce div.product p.cart {
     margin-bottom: 20px; 
}
.woocommerce .sku_wrapper {
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce .tagged_as {
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce .tagged_as a {
    margin: 0 ;
    color: #6b6b6b;
    background: #eeeeee;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1;
    padding: 8px 15px;
    display: inline-block;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
}
select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
}


/*--------------------------- 
    Blog Pagination 
---------------------------*/
.wp-pagenavi {
	padding-top:30px;
    text-align: center;
}
.wp-pagenavi a:focus, 
.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
    background: #ebe9eb;
    color: #8a7e88;
}
.wp-pagenavi a.current, 
.wp-pagenavi span.current, 
.wp-pagenavi a:hover, 
.wp-pagenavi span:hover {
    color: #ffffff;
    background: #ffa800;
}
.wp-pagenavi a, 
.wp-pagenavi span {
    background: #eeeeee;
    color: #000;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
	border:none;
}
.screen-reader-text{ display:none !important;}

.woocommerce-product-search{ position:relative}
.woocommerce-product-search input[type="search"] {
    box-sizing: border-box !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 86px 0 16px !important;
    width: 100%;
}
.woocommerce-product-search input[type="submit"] {
    background-color: #ffa800;
    border-width: 0;
    color: #ffffff;
    display: block;
    height: 34px;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.25s ease-in-out 0s;
    width: 70px;
}

ul.products.grid div[itemprop="description"]{ display: none; }
.woocommerce ul.products li.product .price del{display: block;}
.logged-in .center-text{ text-align: left; }
.page-id-9 .center-text{ text-align: left; }
.lost_password{ text-align: center; }

#rememberme{ position: initial; width: 15px; height:15px; border-radius: 0 !important; }
.select2-container--default .select2-selection--single{ border: none !important; }












/*shop page*/
.page-template-template-shop .container-fluid{ padding: 0; }
.page-template-template-shop .products{ width: 100%; overflow: hidden; padding: 0; }

.page-template-template-shop ul.products li.product-item {
    position: relative;
    min-height: 1px;
    padding: 15px!important;
    padding-right: 15px!important;
    padding-bottom: 15px!important;
    width: 33.33%;
    float: left;
    list-style: none;
}
.page-template-template-shop div.product {
    margin-bottom: 0;
    position: relative;
}



.page-template-template-shop ul.products.grid li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    box-shadow: none;
}




.page-template-template-shop ul.products.grid li.product .cs-product-inner {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
    display: block;
    overflow: hidden;
}
.page-template-template-shop ul.products.grid li.product:hover .cs-product-inner {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
}
.page-template-template-shop ul.products.grid li.product .gridlist-buttonwrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 44px;
}

/*common */
.page-template-template-shop ul.products.grid li.product .cs-product-inner .add_to_cart_button {
    text-transform: uppercase;
    text-align: left;
    width: 44px;
    height: 44px;
    padding: 14px 16px;
    overflow: hidden;
    background: rgba(85, 85, 85, 0.7) !important;
    position: absolute;
    left: 0;
    color: #fff !important;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: bold;
    -webkit-transform: translate(-44px, 0);
    -ms-transform: translate(-44px, 0);
    -o-transform: translate(-44px, 0);
    transform: translate(-44px, 0);
    opacity: .9;
    filter: alpha(opacity=90);
    text-decoration: none;
    margin: 0;
    line-height: 24px;
}
.page-template-template-shop ul.products.grid li.product:hover .cs-product-inner .add_to_cart_button {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgba(255, 168, 0, 1) !important;
}
.page-template-template-shop ul.products.grid li.product .cs-product-inner .add_to_cart_button:before {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    padding: 0;
    margin-right: 25px; 
}
.page-template-template-shop ul.products.grid li.product .cs-product-inner .add_to_cart_button:hover {
    width: 180px;
}

/*add_to_cart_button*/
.page-template-template-shop ul.products.grid li.product .add_to_cart_button {
    top: -44px;
    -webkit-transition: transform 0.35s ease-in 0.35s, opacity 0.2s ease 0.3s, background 0.2s ease 0s, width 0.2s ease 0s;
    -o-transition: transform 0.35s ease-in 0.35s, opacity 0.2s ease 0.3s, background 0.2s ease 0s, width 0.2s ease 0s;
    transition: transform 0.35s ease-in 0.35s, opacity 0.2s ease 0.3s, background 0.2s ease 0s, width 0.2s ease 0s;  
}
.page-template-template-shop .add_to_cart_button:before { content: "\f06e"; }


/*grid*/

.page-template-template-shop ul.products.grid li.product .cs-product-inner {
    background-color: #f4f4f4;
}
.page-template-template-shop ul.products.grid li.product .cs-product-inner:hover {
    background-color: #fff;
}
.page-template-template-shop ul.products.grid li.product .productinfo-box {
    height: auto;
    width: 100%;
    padding: 10px 15px 15px;
    text-align: center;
    position: relative;
}
.page-template-template-shop ul.products.grid li.product h3 {
    margin: 5px 0;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #333333;
}

/*list*/
.page-template-template-shop ul.products.list li.product .productinfo-box {
    height: auto;
    width: 100%;
    background-color: #f4f4f4;
    padding: 0 15px 0 15px;
    text-align: center; 
    position: relative;
}
.page-template-template-shop ul.products.list li.product .cs-product-inner .woocommerce-LoopProduct-link { display: none; }
.page-template-template-shop ul.products.list li.product a.productimagebox {
    display: block;
    width: 33% !important;
    float: left;
}
.page-template-template-shop ul.products.list li.product .productinfo-box {
    width: 67% !important;
    float: right;
    background: #fff; 
    text-align: left;
    padding: 0 15px;
}
.page-template-template-shop ul.products.list li.product .productinfo-box hr { display: none; }
.page-template-template-shop ul.products.list li.product h3,
.page-template-template-shop ul.products.list li.product .price {
    width: 100% !important;
    padding: 0;
}
.page-template-template-shop ul.products.list li.product div {
    display: block;
    width: 100%!important;
    text-align: left;
    padding: 0 ;
}
.page-template-template-shop ul.products.list li.product h3 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #4c4441;
    margin:0 0 20px 0;
}
.page-template-template-shop ul.products.list li.product img,
.page-template-template-shop ul.products.list li.product a img {
    width: 100% !important;
    height: auto;
    display: block;
    margin: 0;
    box-shadow: none;
    float: left;
}
.page-template-template-shop ul.products.list li.product .add_to_cart_button {
    background: rgba(255, 168, 0, 1) !important;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    color: #fff !important;
    padding: 12px 16px;
    border-radius: 0px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.page-template-template-shop ul.products.list li.product .add_to_cart_button:hover { background: rgba(255, 131, 0, 1) !important; }
.page-template-template-shop ul.products.list li.product .add_to_cart_button:before {
    width: 14px !important;
    height: 14px;
    display: inline-block;
    content: "\f07a";
    padding: 0;
    margin-right: 5px;
    font-family: "fontawesome";
}
.page-template-template-shop ul.products.list li.product .onsale {
    right: inherit;
    left: 0;
}


.page-template-template-shop ul.products li.product .price {
    font-weight: 700;
    font-size: 24px;
    font-style: italic;
    margin-right: 5px;
    color: #ffa800;
    font-family: 'Playfair Display', serif;
    text-decoration: none;
}
.page-template-template-shop ul.products li.product .price del {
    font-size: 18px;
}
.page-template-template-shop ul.products li.product .price ins {
    text-decoration: none;  
}
.page-template-template-shop p.woocommerce-result-count {
    padding-left: 15px;
}
.shopbycategory-content{ padding:15px; }
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first{clear:none;}

.center-text{ text-align: left; }