/* Remove Firefox's dotted outline on BUTTONS as well as links */
a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
}
a:focus, a:hover {
    text-decoration: none;
}

body {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    overflow: hidden;
}

.rsrc-top-menu {
    background-color: #dd7487;
    color: #fff;
    line-height: normal;
}

.rsrc-top-menu .navbar-right>div {
    float: left;
}

.navbar-inverse {
    background-color: #dd7487;
}

#home-product {
    background: #ef5f9a url(../images/product-bg.jpg) repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-origin: padding-box;
    padding-bottom: 50px;
    padding-top: 50px;
}

#blog_section .section {
    background-color: #f6f6f6;
}

.home-header {
    background-color: #fff;
}

.home-header h2 a {
    font-weight: 300;
}

.home-header .page-header a {
    font-weight: lighter;
    font-size: 16px;
    text-transform: none;
}

#blog_section .blog-home h3 {
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 50px;
}

.promotions .caption {
    padding: 15px;
}

.promotions .btn-default {
    border: 1px solid #000;
}

#testimonial_section h4 {
    font-size: 24px;
    font-weight: 200;
}

/*header*/
.header-section {
    background-color: #fff;
    position: relative;
    z-index: 5;
}

.rsrc-header {
    margin-top: 12px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
.header-section {
    background-color: rgba(255,255,255,0.5);
}

.navbar-header {
    line-height: 35px;
}

}

@media (min-width: 992px) {
    .header .navbar-nav > li > a {
        line-height: 70px;
    }
}

.navbar-toggle {
    border-color: transparent;
}

.navbar-toggle:hover {
    border-color: transparent;
}

.navbar-toggle .icon-bar {
    background-color: #dd7487;
    height: 3px;
    width: 25px;
}

.dropdown-menu > li > a {
    color: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .dropdown-menu {
        background-color: #ef5e9a;
        border-color: transparent;
        box-shadow: none;
    }

    .dropdown-menu a {
        color: #fff;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #ce4d83;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }    

    .navbar-right .dropdown-menu {
        right: auto;
    }
}

.navbar-toggle:hover .icon-bar {
    background-color: #82b440;
}


.header {
    width: 100%;
}

.current-menu-item {
    background-color: transparent;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
#main-navigation .navbar-nav > li > a {
    color: #000;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 16px;
}

.nav > li > a:hover, 
.nav > li > a:focus {
    background: transparent;
    color: #dd7487;
}

a {
    color: #000;
}

a:hover {
    color: #dd7487;
}

#main-navigation .navbar-nav > li > a:hover {color: #dd7487;}

#quote-carousel .carousel-indicators .active {
    border-color: #dd7487;
}

#home-video img {
    width: 60%;
    float: right;
}
/*
#home-video {
    background: #ef5f9a url("../images/padasopus_10.png") repeat 50%;
    padding-top: 30px;
}
*/
#home-video {
    background: url(../images/padasopus_10.png) no-repeat 50%;
    padding-top: 30px;
    background-size: cover;
}
#home-promotion {
    padding-bottom: 50px;
    padding-top: 50px;
}

.picture-face {
    font-size: 18px;
    position: absolute;
    top: 85px;
    float: right;
    text-align: right;
    padding-left: 125px;
}

.picture-face span {
    font-size: 37px;
}

/*preview*/
.preview-panel {
    padding: 20px;
    color: #fff;
}

.preview-panel-content {
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.5);
}

.preview-panel-content h3 {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 20px;
}

.preview-panel-content p {
    font-size: 16px;
    margin-bottom: 30px;
}

.preview-panel-content .read-more {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.preview-panel.active {
    background-color: #ef5f9a;
}

.preview-panel:hover {
    background-color: #ef5f9a;
    transition: all 0.5s linear;
    
}

.products .item {
    padding-left: 0;
    padding-right: 0;
}
.preview-panel-content .read-more {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.preview-panel-content:hover .read-more {
    font-weight: 700;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.preview-panel-content img {
    margin-left: auto;
    margin-right: auto;
}

/*promtion*/
.product-box h3 {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 5px;
}

.product-box .items {
    background-color: #fff;
    padding: 0 20px;
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.5);
    font-size: 26px;
    float: left;
}

.product-box .items span {
    font-size: 42px;
    color: #ef5f9a;
}

span.free {
    margin-left: 15px;
    color: #c30f00;
    margin-top: 40px;
    float: left;
}

.product-box {
    position: relative;
}

/*Footer*/
footer {
    color: #FFF;
}

footer a {
    color: #FFF;
}

footer a:hover {
    color: #FFF;
    text-decoration: underline;
}

footer .widget {
    border: none;
}

footer .widget h3 {
    color: #FFF;
    border-bottom: none;
    font-weight: 300;
}

.footer-information {
    background-color: #ef5e9a;
}

.footer-credit {
    background-color: #ce4d83;
}

.brand-footer img {
    margin-bottom: 15px;
}

.ourcontact-footer span {
    padding-left: 15px;
}

footer .widget h3 {
    margin-bottom: 32px;
    font-size: 20px;
}

.footer-information {
    padding-top: 30px;
}

footer label {
    text-indent: -999999px;
    line-height: 2px;
}

footer input[type="text"], footer input[type="email"] {
    background-color: transparent;
    border: 1px solid #f7b3cf;
}

footer input[type="submit"]:hover {
    color: #fff;
    border-color: #fff;
    opacity: 0.85;
}

footer input[type="submit"] {
    border: 1px solid #fff;
    color: #fff;
}

footer .nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

#footer-navigation {
    min-height: 0;
}

.footer-credit .navbar {
    min-height: inherit!important;
}

.navbar-brand {
    height: auto;
}

.footer-credit p {
    margin-bottom: 0;
}

footer .navbar-inverse {
    background-color: #ce4d83;
}

.rsrc-author-credits {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .navbar-inverse .navbar-nav > .active > a {
    background-color: transparent;
}

.rsrc-author-credits {
    border-top: transparent;
    padding: 0;
    padding-top: 20px;
}

#back-top span {
    background-color: #63d00a;
}

.footer-information ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.footer-information ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.footer-information :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.footer-information :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.socail-footer {
    font-size: 20px;
    margin-top: 50px;
    font-weight: lighter;
}

.socail-footer i {
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #ef5e9a;
    line-height: 30px;
    text-align: center;
    margin-left: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.socail-footer i:hover {
    opacity: 0.85;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
    position: absolute;
    top: -30px;
    right: 0;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.informations i {
    font-size: 35px;
    display: inline-block;
    float: left;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 50%;
    line-height: 55px;
    color: #FFF;
}

.informations .items:nth-child(1) i {
    background-color: #ffb118;
}

.informations .items:nth-child(2) i {
    background-color: #5a83c2;
}

.informations .items:nth-child(3) i {
    background-color: #ffb118;
}

.informations .content {
    padding-left: 70px;
}

.informations p {
    font-size: 19px;
    margin-top: 0;
}

.informations h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.informations-item {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

section.informations {
    margin-bottom: 80px;
    margin-top: 80px;
	padding-top: 50px;
}

/* Ao */
#breadcrumbs {
    padding: 50px 14% 20px;
    text-transform: uppercase;
    font-weight: 400;
    background-image: url(https://www.padasopus.com/wp-content/uploads/2016/10/wsi-imageoptim-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.home #breadcrumbs {
	display: none;
}

mark, .mark {
    padding: .2em;
    background-color: transparent;
}
.widget {
    margin-bottom: 15px;
    border: 0;
}
/*
.header-cart .count {
    position: absolute;
    font-size: 12px;
    right: -5px;
    border-radius: 50%;
    padding: 2px 6px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    top: 2px;
    line-height: 16px;
    z-index: 20;
}
.top-cart {
	float: right
}
.header-cart {
    position: relative;
    margin-top: 1px;
    text-transform: uppercase;
    color: #000;
}
.header-cart-block {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 1px;
}
.header-cart-inner {
    display: inline-block;
    position: relative;
    min-width: 120px;
}
.header-cart i.fa-shopping-cart {
    position: relative;
    font-size: 20px;
    padding: 10px 5px;
    height: 20px;
    line-height: 25px;
    color: #ffffff;
}
*/

#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 180px;
    height: 180px;
    border-radius: 90px;
    border-color: #ef5e9a;
    opacity: 1;
    overflow: hidden;
}
#quote-carousel .carousel-indicators li {
    width: 90px;
    height: 90px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}

section#products {
	padding-bottom: 0;
}
.home .rsrc-main .rsrc-post-content {
	padding-top: 0;
	padding-bottom: 0;
}
section#home-video {
	margin-top: 0;
}

.woocommerce ul.products li.product .button {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #ef5e9a !important;
}
.woocommerce-message {
    border-top-color: #69c68a;
}
.woocommerce-message:before {
    content: "\e015";
    color: #69c68a;
}


.flexslider-container, .homepage-slider .slides, .homepage-slider .flex-viewport {
height: auto !important;
}

ol.carousel-indicators li img.img-responsive,.thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

/* Facebook Login */
.inner-wrap {
	border-bottom: 1px solid #d2d2d2;
    padding: 30px;	
}
.inner-wrap-2 {
    padding: 30px;	
}
.facebook-button {
    background-color: #3a589d !important;
	opacity: 1.0;
	padding: 15px 40px !important;
    color: #fff !important;
    font-size: 20px !important;	
}
.facebook-button:hover, .facebook-button:focus {
    opacity: 0.9;
}
@media (max-width: 552px) {
	.facebook-button {
    background-color: #3a589d !important;
    opacity: 1.0;
    padding: 10px !important;
    color: #fff !important;
    font-size: 14px !important;
	font-weight: 400 !important;
	}
}
.social-order {
	display: inline-block;
	width: 100%;
}
/* on sale */
.woocommerce span.onsale {
    top: 0;
    right: 0;
    border-radius: 50%;
    background-color: rgb(246, 18, 113) !important;
}
.woocommerce 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: 95%;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
}

select {
	width: 100% !important;
}

.rsrc-content .wpcf7-form-control {
    margin-bottom: 15px;
}

span.wpcf7-list-item {
    display: block;
}

/* Custom Checkout Page */
.woocommerce #customer_details,
.woocommerce-page #customer_details {
    display: block;
    width: 54%;
    clear: none;
    float: left;
    margin-left: 0;
    margin-right: 6%;
}

.woocommerce #customer_details .col-1,
.woocommerce-page #customer_details .col-1,
.woocommerce #customer_details .col-2,
.woocommerce-page #customer_details .col-2 {
    float: none;
    width: 100%;
}
.woocommerce #customer_details .col-2,
.woocommerce-page #customer_details .col-2 {
    margin: 25px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.woocommerce #order_review_heading,
.woocommerce-page #order_review_heading,
.woocommerce #order_review,
.woocommerce-page #order_review {
	border: 1px solid rgba(0, 0, 0, 0.08);
    background-color: #f5f5fA;
    display: block;
    width: 40%;
    clear: none;
    float: right;
    margin-right: 0;
    margin-left: 4%;
    margin-left: 0;
}
.woocommerce #order_review_heading,
.woocommerce-page #order_review_heading {
    border-bottom: 0;
    padding: 20px 20px 0;
    margin: 20px 0 0;
}
.woocommerce #order_review,
.woocommerce-page #order_review {
    border-top: 0;
    padding: 20px 20px 15px;
}

.woocommerce-checkout #payment {
    background: rgba(0, 0, 0, 0.075);
    border-radius: 0;
}
ul.payment_methods li.payment_method_bacs label,
ul.payment_methods li.payment_method_cod label,
ul.payment_methods li.payment_method_paypal label {
	color: #555;
}
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none;
    display: block;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    /*float: left;*/
    line-height: 52px;
    font-size: .83em;
}

/* -------- WooCommerce Responsive Styling -------- */

@media screen and (max-width: 980px) {
    
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        margin: 0 -1% 30px;
    }
    
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 48%;
        margin: 0 1% 22px;
    }
    
}

@media screen and (max-width: 840px) {
    
    .woocommerce #customer_details,
    .woocommerce-page #customer_details {
        width: 100%;
        margin: 0;
    }
    
    .woocommerce #order_review_heading,
    .woocommerce-page #order_review_heading,
    .woocommerce #order_review,
    .woocommerce-page #order_review {
        width: 100%;    
    }
    
}

@media screen and (max-width: 769px) {
    
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        margin: 0 -1% 30px;
    }
    
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 48%;
        margin: 0 1% 22px;
    }
    
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cross-sells {
        margin: 0 auto;
        width: 80%;
    }
    
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        text-align: center;
        margin: 0 auto;
        width: 80%;
    }
    
    .woocommerce .cart-collaterals .cart_totals table,
    .woocommerce-page .cart-collaterals .cart_totals table {
        max-width: 100%;
    }
    
}

@media screen and (max-width: 640px) {
    
    .woocommerce #container,
    .woocommerce-page #container {
        width: 100%;
        float: none;
    }
    
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        margin: 0 0 10px;
    }
    
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100%;
        margin: 0 0 24px;
    }
    
}

@media screen and (max-width: 560px) {
    
    .woocommerce .woocommerce-result-count,
    .woocommerce-page .woocommerce-result-count {
        width: 100%;
        float: none;
        border-bottom: 0;
        margin: 0;
}
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        width: 100%;
        float: none;
    }
    
}

@media screen and (max-width: 460px) {
    
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        margin: 0 0 10px;
    }
    
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100%;
        margin: 0 0 24px;
    }
    
}
/* end custom checkout page */
/*
.woocommerce-checkout .woocommerce-info {
	text-align: center;
}
@media (min-width: 1200px) {
	.woocommerce-checkout .woocommerce-info {
		text-align: center;
		width: 30%;
		left: 35%;
	}
}
*/

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ce4d83;
    outline: 0;
}

.woocommerce ul.products li.product h3 {
    font-size: 16px;
    font-weight: 400;
    color: inherit;
    min-height: 70px;
}
.woocommerce .product_meta .sku_wrapper, .woocommerce .product_meta .posted_in, .woocommerce .product_meta .tagged_as {
    display: block;
    font-weight: 400;
    padding: 5px 0 2px 0;
    border-bottom: 1px solid #D3D3D3;
}