/*
Theme Name: Shopnhatchaly Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/*
*  -------------------      Prduct page     --------------------
*/
body .sku_wrapper {
    display: none !important;
}

.tax-product_cat main#content {
    display: flex;
    flex-direction: column;
}

.tax-product_cat main#content .term-description {
    order: 100;
}
span.config-skins, span.cconfig-th-product {
    color: #21293c;
    margin-bottom: 0.2em;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.2px;
}
.config-js-product {
    display: flex;
    width: 100%;
}
.config-js-product .title {
    width: 76px;
    height: auto;
    line-height: 24px;
}
.config-js-product p {
    margin: 0;
}
.js-description-config .js-mup-description{
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
}
blockquote {
    padding: 10px 15px 10px;
    background: #fcf8e3;
    border: 1px dashed #f05260;
    margin-bottom: 15px;
}
.page-top .yoast-breadcrumbs a, .page-top .breadcrumbs-wrap a, .page-top .product-nav .product-link {
    color: #000;
}
.page-top .yoast-breadcrumbs a:hover, .page-top .breadcrumbs-wrap a:hover, .page-top .product-nav .product-link:hover,
body.woocommerce-page.archive .sidebar-content .widget .widget-title{
    color: #f05260;
}
aside#pwb_list_widget_skin-2 ul li a {
    color: #000;
}
aside#pwb_list_widget_skin-2 ul li a:hover {
    text-decoration: underline;
}
#header .header-contact {
    border-right-color: #000 !important;
}
aside#pwb_list_widget-2 .pwb-row li a{
    color: #000;
}
aside#pwb_list_widget-2 .pwb-row li a:hover{
    text-decoration: underline;
}
.woocommerce-pagination a:hover, .woocommerce-pagination a:focus, .woocommerce-pagination span.current {
    border-color: #f05260 !important;
    background-color: #f05260 !important;
    color: #fff !important;
}
#pwb_list_widget_skin-3 ul li a{
    color: #000;
}
#pwb_list_widget_skin-3 ul li a:hover{
    text-decoration: underline;
}
#pwb_list_widget-3 ul li a{
    color: #000;
}
#pwb_list_widget-3 ul li a:hover{
    text-decoration: underline;
}
.contact-footer h3.title:before {
    content: "\f3c5";
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    padding-right: 10px;
    color: #f05260;
}
.contact-footer h3.title{
    font-size: 16px;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
    margin-bottom: 0;
}
.contact-footer ul li {
    position: relative;
    padding-left: 35px !important;
}
.contact-footer ul li:before {
    content: "";
    background: #f05260;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 9px;
    top: 11px;
    border-radius: 50%;
}
h4.title-footer-config {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
    margin-bottom: 0;
}
.sidebar-content h3.widget-title {
    color: #f05260;
}
.fix_tel .tel{
    background-color: transparent;
    border: 0;
}
.fix_tel .tel p {
    display: none;
}

/* add "," to list of brand in product page */
.pwb-single-product-brands a:last-child:after {
    display: none;
}
.pwb-single-product-brands a:after {
    content: ",";
}
.pwb-single-product-brands a {
    position: relative;
    padding-right: 5px;
}

/* Search result page */
.search-results main#content {
    display: flex;
    flex-direction: column;
}

.search-results .term-description {
    order: 100;
}

/* Button */

a.medium.square.otw-button {
    background: linear-gradient(40deg,#722c90 5%,#c90f8c 74.35%,#d50b8b 97%,#dd088b 100%);
    border: 0;
    box-shadow: 0px 2px 5px #722c90, 2px 4px 9px #722c90;
    font-weight: 900;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 30px;
    margin: 10px 0 20px;
    font-size: 16px;
}


a.medium.square.otw-button:hover,
a.medium.square.otw-button:focus {
    background: #722c90;
}

/* Disable selection, properties correspond to these supported browsers
* iOS Safari
* Chrome/Safari/Opera
* Konqueror
* Firefox
* Internet Explorer/Edge
* Non-prefixed version, currently not supported by any browser
*/
.entry-content,
.woocommerce-tabs .tab-content,
.tax-product_cat .term-description{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
