/*
Theme Name: CAD WP Base Theme
Theme URI: http://github.com/cad-uix/cad-wp-theme.git
Author: Marcel Badua
Author URI: http://marcelbadua.com/
Description: Custom A Design Wordpress Theme Framework utilizes the use of bower and gulp. to be used for bootstrap and it's powerful LESS files
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, LESS, bower, gulp
Text Domain: oracle

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
	font-family: 'Lato', sans-serif;
	max-width: 1920px;
	margin: auto;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}

body::-webkit-scrollbar-thumb {
    background-color: #000000;
    /*   outline: 1px solid slategrey; */
    border-radius: 10px;
}

.back-to-top {
    transform-origin: bottom right;
    transform: scale(0);
}

.back-to-top.show {
    transform: scale(1);
}

#page-wrap {
	overflow: hidden;
}

a {
	transition: all .3s;
}

.btn-custom {
    background-color: #000000;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding: 6px 25px;
    text-transform: uppercase;
}

.btn-custom:hover, .btn-custom:focus {
    background-color: #B28408;
    color: #ffffff;
}

.slick-slide:focus {
    outline: none;
}

#top_header {
    padding: 30px 0;
}

#top_header .flex-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#top_header .site-logo {
    display: table;
    margin: auto;
}

#top_header #searchform {
    border: solid 1px #aaaaaa;
    display: flex;
    max-width: 300px;
    margin-left: auto;
}

#top_header #searchform input {
    flex: 1;
    border: none;
    padding: 10px;
}

#top_header #searchform button {
    background: no-repeat;
    padding: 10px;
    line-height: 1;
    border: none;
    color: #aaaaaa;
    outline: none;
}

#header_menu {
    padding: 10px 0;
    box-shadow: 0 3px 3px #55555580;
    position: relative;
    z-index: 5;
}
/*
body:not(.home) #header_menu {
    margin-bottom: 50px;
}
*/
#header_menu .container {
    display: flex;
}

#header_menu .header_nav {
    flex: 1;
    padding: 0;
    margin: 0;
    list-style: none;
}

#header_menu .header_nav > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 58px;
}

#header_menu .header_nav > li > a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
}

#header_menu .header_nav > li > a:hover, #header_menu .header_nav > li > a:focus, #header_menu .header_nav > li.active > a {
	color: #B28408;
}

#header_menu .header_nav > li .fas {
    font-size: 14px;
}

#header_menu .cart {
    font-size: 18px;
    color: #000000;
}

#header_menu .cart:hover, #header_menu .cart:focus {
	color: #B28408;
}


#banner_section .banner_container {
    height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

#banner_section .banner_container .banner_content {
    width: 100%;
}

#banner_section .banner_container .banner_content h4 {
    font-size: 40px;
    margin: 0;
    line-height: 1;
}

#banner_section .banner_container .banner_content h3 {
    font-size: 65px;
    margin: 0;
    line-height: 1;
    color: #B28408;
}

#banner_section .banner_container .banner_content h2 {
    font-size: 110px;
    margin: 0;
    line-height: 1;
    margin-bottom: 25px;
}

#banner_section .banner_container .banner_content p {
    font-size: 18px;
    line-height: 2;
    color: #676767;
    margin-bottom: 25px;
    text-shadow: 1px 1px #ffffff;
}

#banner_section .bannerSlider .slick-dots {
    bottom: 0;
}

.banner-header-1{
    color: #000000; 
    font-size: 40px;
}
.banner-header-2{
    color: #b28408; 
    font-size: 65px;
}
.banner-header-3{
    color: #000000; 
    font-size: 110px;
}




#p_cat_top .cat_container, #p_cat_bottom .cat_container {
    padding: 0 30px;
}

#p_cat_top .cat_container .fake_image, #p_cat_bottom .cat_container .fake_image {
    padding-top: 125%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

#p_cat_top .cat_container .fake_image:before, #p_cat_bottom .cat_container .fake_image:before {
    content: '';
    position: absolute;
    top: -15%;
    right: 0;
    bottom: 50%;
    left: 0;
    background-color: #000000;
    opacity: .25;
    transition: all .3s;
    transform: skewY(-20deg);
}

#p_cat_top .cat_container .fake_image:hover:before, #p_cat_bottom .cat_container .fake_image:hover:before {
    bottom: 100%;
    opacity: .75;
}

#p_cat_top .cat_container .fake_image:after, #p_cat_bottom .cat_container .fake_image:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: -15%;
    left: 0;
    background-color: #000000;
    opacity: .25;
    transition: all .3s;
    transform: skewY(-20deg);
}

#p_cat_top .cat_container .fake_image:hover:after, #p_cat_bottom .cat_container .fake_image:hover:after {
    top: 100%;
    opacity: .75;
}

#p_cat_top .cat_container h3, #p_cat_bottom .cat_container h3 {
    margin: 10px 0 0px;
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
}

#p_cat_top .cat_container p, #p_cat_bottom .cat_container p {
    font-size: 20px;
    font-weight: bold;
    color: #676767;
    margin-bottom: 25px;
}

#p_cat_top .cat_container .btn-custom, #p_cat_bottom .cat_container .btn-custom {
    margin-bottom: 50px;
}

#mid_section {
    background-color: #f0ccd0;
    height: 800px;
    background-size: cover;
    background-position: top center;
    display: flex;
    align-items: flex-end;
    padding: 50px 0;
    margin-bottom: 50px;
}

#mid_section .mid_content {
    text-align: center;
}

#mid_section .mid_content h3 {
    font-size: 60px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}

#mid_section .mid_content h2 {
    font-size: 145px;
    font-weight: 900;
    color: #ffffff;
    /*-webkit-text-stroke: 1px #D7A51C;*/
    margin: 0;
    line-height: 1;
    /*background: #ab7a00;*/
    /*background: -moz-linear-gradient(-45deg, #ab7a00 0%, #d8a61d 50%, #ab7a00 100%);*/
    /*background: -webkit-linear-gradient(-45deg, #ab7a00 0%,#d8a61d 50%,#ab7a00 100%);*/
    /*background: linear-gradient(135deg, #ab7a00 0%,#d8a61d 50%,#ab7a00 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab7a00', endColorstr='#ab7a00',GradientType=1 );*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

#trending_section, #latest_section {
    margin-bottom: 25px;
}

#trending_section .slide_title, #latest_section .slide_title {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 50px;
}

#trending_section .prod_container, #latest_section .prod_container {
    padding: 10px;
    width: 212px
}

#trending_section .prod_container.item-product-wrap:focus, #latest_section .prod_container.item-product-wrap:focus {
    outline: none;
}

#trending_section .prod_container .prod_image, #latest_section .prod_container .prod_image {
    border: solid 2px #333333;
    padding: 8px;
    overflow: hidden;
}

#trending_section .prod_container .prod_image .fake_image, #latest_section .prod_container .prod_image .fake_image {
    padding-top: 102.6%;
    background-size: cover;
    background-position: center;
    transition: all .3s;
}

#trending_section .prod_container a:hover .prod_image .fake_image, #latest_section .prod_container a:hover .prod_image .fake_image {
    transform: scale(1.1);
}

#trending_section .prod_container .prod_name, #latest_section .prod_container .prod_name {
    text-align: center;
}

#trending_section .prod_container .prod_price, #latest_section .prod_container .prod_price {
    text-align: center;
    font-size: 18px;
}

#trending_section .prod_container .colors, #latest_section .prod_container .colors {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

#trending_section .prod_container .colors li, #latest_section .prod_container .colors li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

#trending_section .prod_container .colors li .color_ball, #latest_section .prod_container .colors li .color_ball {
    width: 25px;
    height: 25px;
    border: solid 1px #aaaaaa;
    border-radius: 100%;
    cursor: pointer;
}

#instagram_section {
    background-color: #dedede;
    padding: 25px 0 100px;
    position: relative;
}

#instagram_section .s_title span {
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-weight: bold;
}

#instagram_section .s_title {
    text-align: center;
    margin-bottom: 25px;
}

#instagram_section .s_title span i {
    font-size: 40px;
}

#instagram_section .placeholderSlider .but-prev {
    position: absolute;
    top: 50%;
    right: 100%;
    background: no-repeat;
    border: none;
    font-size: 35px;
    transform: translateY(-50%);
}

#instagram_section .placeholderSlider .but-next {
    position: absolute;
    top: 50%;
    left: 100%;
    background: no-repeat;
    border: none;
    font-size: 35px;
    transform: translateY(-50%);
}

#instagram_section .placeholderSlider .item {
    padding: 5px;
}

#instagram_section .floter {
    position: absolute;
    right: 0;
    bottom: 200px;
    background-color: #000000;
    color: #ffffff;
    padding: 5px 10px;
    transform-origin: bottom right;
    transform: rotate(-90deg);
}

#instagram_section .floter a {
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    margin-left: 5px;
    text-decoration: none;
}

#commitment_section {
    padding: 20px 0;
}

#commitment_section h3 {
    font-size: 35px;
    text-align: center;
    font-weight: 900;
    margin: 0;
}

#commitment_section h4 {
    text-align: center;
    color: #b28408;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}

#commitment_section p {
    text-align: center;
    line-height: 2;
    margin-bottom: 20px;
    font-size: 17px;
    color: #444;
}

#footer #social_strip {
    /*background-color: #ab7a00;*/
    background-color: #000000;
}

#footer #social_strip .social-link {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    /*background: #ab7a00;*/
    /*background: -moz-linear-gradient(-45deg, #ab7a00 0%, #d8a61d 50%, #ab7a00 100%);*/
    /*background: -webkit-linear-gradient(-45deg, #ab7a00 0%,#d8a61d 50%,#ab7a00 100%);*/
    /*background: linear-gradient(135deg, #ab7a00 0%,#d8a61d 50%,#ab7a00 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab7a00', endColorstr='#ab7a00',GradientType=1 );*/
}

#footer #social_strip .social-link li {
    vertical-align: middle;
}

#footer #social_strip .social-link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 5px rgba(255, 255, 255, 0.5);
    height: 40px;
    width: 40px;
    font-size: 20px;
    border-radius: 100%;
    color: #ffffff;
    text-decoration: none;
}

#footer #social_strip .social-link li a:hover, #footer #social_strip .social-link li a:focus {
    border-color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

#footer #main_footer .footer-menu {
    padding: 20px 0;
    margin-bottom: 20px;
}

#footer #main_footer .footer-menu .footer_nav {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#footer #main_footer .footer-menu .footer_nav > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 58px;
}

#footer #main_footer .footer-menu .footer_nav > li > a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
}

#footer #main_footer .footer-menu .footer_nav > li > a:hover, #footer #main_footer .footer-menu .footer_nav > li > a:focus, #footer #main_footer .footer-menu .footer_nav > li.active > a {
    color: #B28408;
}

#footer #main_footer .newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

#footer #main_footer .newsletter p {
    margin: 0;
    margin-right: 5px;
    font-weight: 900;
}

#footer #main_footer .newsletter form .news-email {
    width: 300px;
    padding: 2px 5px;
    margin-right: 10px;
}

#footer #main_footer .newsletter form .news-submit {
    padding: 4px 15px;
    background-color: #000000;
    border: none;
    color: #ffffff;
    transition: all .3s;
}

#footer #main_footer .newsletter form .news-submit:hover, #footer #main_footer .newsletter form .news-submit:focus {
    background-color: #B28408;
}

#footer #main_footer .sub_text p {
    text-align: center;
    margin-bottom: 25px;
}

#footer #colophon .copyright {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d6a41c;
    margin: 0;
}

#footer #colophon .coloph_menu {
    text-align: center;
    padding: 0;
    margin: 15px 0;
    list-style: none;
}

#footer #colophon .coloph_menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}
.customadesign a,
#footer #colophon .coloph_menu li a {
    color: #111111;
    text-decoration: none;
}
.customadesign a:hover,
#footer #colophon .coloph_menu li a:hover{
	color: #B28408;
	text-decoration: none;
}

#footer #colophon .coloph_menu li a:hover, #footer #colophon .coloph_menu li a:focus {
    opacity: 1;
}

/* REVISIONS===========================================
** 4/16/18
*/
.xoo-wsc-bki {
    color: #B28408;
}    
.xoo-wsc-items-count {
    background-color:  #B28408;
}    
#footer #social_strip .social-link li a{
	color: pink;
}
ul.dropdown-menu{
	background: linear-gradient(to bottom, rgba(132, 105, 9, 0.81), rgba(247, 182, 4, 0.75), rgba(132, 105, 9, 0.81));
	padding: 5px;
}
.dropdown-menu>li{
	
}
.dropdown-menu>li>a{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.dropdown-menu>li>a:hover{
	color: #B28408;
}
/* BANNER CSS - SLICK-SLIDER========================== */
/* SLICK SLIDER */
.slick-banner-inner .item {
    height: 600px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.slick-banner-inner .item.right{
	background-position: left !important;
}
.slick-banner-inner .item.left{
	background-position: right !important;
}
.slick-banner-inner .item .banner-caption{
    width: 45%;
    font-size: 17px;
    color: #fff;
    padding: 50px 0;
}
.slick-banner-inner .item .banner-caption.right {
    float: right;
    margin-right: 30px;
}
.slick-banner-inner .item .banner-caption.left {
    float: left;
    margin-left: 30px;
}
.slick-banner-inner .item  .banner-caption p {
    margin: 30px 0;
    line-height: 30px;
}
.slick-banner-inner .item  .banner-caption .page-link{
	color: #FFD24D;
}
.slick-banner-inner .item  .banner-caption .page-link:hover{
	color: #fff;
}	
.slick-banner-inner .item  .banner-caption .page-link img{
	display: inline-block;
}
.slick-banner-inner .item  .banner-caption .page-link p{
	display: inline-block;
	font-size: 45px;
}
.slick-next {
    right: 5px !important;
    z-index: 5;
}
.slick-prev{
	left: 5px !important;
	z-index: 5;
}
.slick-dots {
    bottom: 10px !important;
}
.slick-dots li button:before{
	color: #fff !important;
	font-size: 15px !important;
}
.slick-prev:hover:before, .slick-next:hover:before,
.slick-dots li.slick-active button:before{
	color:  #B28408 !important;
}
.slick-dotted.slick-slider{
	margin-bottom:  0 !important;
}
@media (max-width: 992px){
	.slick-banner-inner .item .banner-caption{
    	width: 100%;
    	padding: 50px;
	}
}
/* end of slick */
.slick-banner-inner .item .banner-caption .page-link {
    background-color: #333;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}
.slick-banner-inner .item .banner-caption .page-link:hover{
	background-color: #B28408;
	transition: ease .3s;
	text-decoration: none;
}
#banner_section {
    margin-bottom: 50px;
}
.prod_container{
    position: relative;
}
.prod_image{
    position: relative;
    top: 0;
}
.carousel-inner .slick-prev, 
.carousel-inner .slick-next{
    display: none !important;
}
#instagram_section .s_title a {
    color: #333;
}
#instagram_section .s_title a:hover{
    color: #b28408;
    transition: ease .3s;
}
#instagram_section .s_title i {
    font-size: 35px;
    vertical-align: middle;
}


/*  INNERPAGE CONTENT ========================
*   4/18/18
*/
section.inner-header.innerpage{
    height: 400px; /* change the height */
    display: block;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: -20px;
}
section.inner-header.innerpage:before,
section.inner-header.innerpage:after {
    display: block;
    content: '';
    position: absolute;
    left: -200px;
    top: 0;
    background-color: #D6D6D6;
    opacity: 0.5;
    width: 38%;
    height: inherit;
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(40deg);
    -ms-transform: skew(-40deg);
    z-index: 2;
}
section.inner-header.innerpage:before {
    right: -200px;
    left: initial;
}
section.inner-header.innerpage .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #211f1f;
    opacity: 0.5;
}
section.inner-header.innerpage h1 {
    text-align: center;
    color: #fff;
    font-size: 100px;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.featured-image.no{
    display: none;
}
.iframe-map{
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.iframe-map:after{
    content: '';
    position: absolute;
    border-radius: 100%;
    width: 43%;
    height: 75%;
    box-shadow: 0px 0px 0px 2000px #585858c4;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.iframe-map iframe{
    width: 100%;
    height: 600px;
}
@media (min-width: 992px){
    form#gform_1 {
        width: 75%;
        margin: 0 auto;
    }
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
    border-radius: 0;
}
.gform_wrapper label.gfield_label {
    font-weight: normal;
    color: gray;
}
.gform_wrapper .gform_footer{
    position: relative;
}
input#gform_submit_button_1 {
    position: absolute;
    right: 0;
    top: -100px;
    margin: 0;
    width: 300px;
    height: 79px;
    background-color: black;
    text-transform: uppercase;
    border-color: black;
}
input#gform_submit_button_1:hover,
button.single_add_to_cart_button.button.alt:hover,
.shop-categories a.button.product_type_variable.add_to_cart_button:hover,
.shop-categories a.button.product_type_variable.add_to_cart_button:focus,
.xoo-wsc-footer-b a.btn:hover,
.xoo-wsc-footer-b a.btn:focus,
.woocommerce-page div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:focus,
.woocommerce ul.products li.product a.button.product_type_variable.add_to_cart_button:hover, 
.woocommerce-page ul.products li.product a.button.product_type_variable.add_to_cart_button:hover,
.woocommerce ul.products li.product a.button.product_type_variable.add_to_cart_button:focus, 
.woocommerce-page ul.products li.product a.button.product_type_variable.add_to_cart_button:focus,
.woocommerce-page table.cart td.actions .coupon .button:hover,
.woocommerce-page table.cart td.actions .coupon .button:focus,
.woocommerce .cart-collaterals .cart_totals a.button.alt:hover, 
.woocommerce-page .cart-collaterals .cart_totals a.button.alt:focus,
.woocommerce-page table.cart td.actions .button:hover,
.woocommerce-page table.cart td.actions .button:focus,
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:focus,
.related.products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.related.products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:focus,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:focus,
.main-btn:hover,
.main-btn:focus{
    background-color: #B28408;
    transition: ease .3s;
    text-decoration: none;
    color: #fff;
}
h2.inner-title {
    font-size: 45px;
    text-align: center;
    font-weight: 700;
}
.hentry {
    padding: 50px 0;
}
.main-btn,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce .cart-collaterals .cart_totals a.button.alt, 
.woocommerce-page .cart-collaterals .cart_totals a.button.alt,
.shop-categories a.button.product_type_variable.add_to_cart_button,
button.single_add_to_cart_button.button.alt,
.woocommerce-page div.product form.cart .button,
.xoo-wsc-footer-b a.btn,
.woocommerce-page table.cart td.actions .button,
.woocommerce div.product form.cart .button.disabled,
.woocommerce table.cart td.actions .button[disabled],
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order,
.related.products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce ul.products li.product a.button.product_type_variable.add_to_cart_button, .woocommerce-page ul.products li.product a.button.product_type_variable.add_to_cart_button{
    background-color: black;
    padding: 10px 15px;
    color: #fff;
    border: 1px solid black;
    border-radius: 5px;
}
.woocommerce table.cart td.actions .button[disabled],
.woocommerce div.product form.cart .button.disabled{
    opacity: 0.8;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
	width: 100%;
}
.shop-nav{
    display: block;
}
.shop-nav li{
    position: relative;
    display: block;
    float: none;
}
.shop-nav>li.active a,
.shop-nav>li.active a:focus,
.shop-nav>li a:hover{
    background-color: transparent;
    color: #B28408;
    padding-left: 25px;
    transition: ease .5s;
    width: 100%;
    color: #B28408;
}

.category-page.container .nav-pills>li.active>a:hover,
.category-page.container .nav-pills>li.active>a {
    background: transparent;
    color: #B28408;
}

.shop-nav li a.show{
    opacity: 1;
}
.shop-nav li a{
    font-size: 20px;
    color: #97544C;
    text-transform: capitalize;
    font-weight: 700;
    padding: 15px 0 25px;
    width: 100%;
}
.shop-nav li a:after{
    content: '';
    position: absolute;
    background: url(./assets/images/line-chalk-accordion.png);
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
}
.shop-categories.wc-home {
    margin-bottom: 50px;
}
.shop-categories h2.inner-title{
    font-size: 20px;
    text-align: left;
}
.shop-categories ul.products.columns-4 {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.shop-categories ul.products.columns-4 li.product {
    width: 30%;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 35px;
}
.shop-categories ul.products.columns-4 li.product{
    color: black;
    overflow: hidden;
}
.shop-categories ul.products.columns-4 li.product a,
.shop-categories ul.products.columns-4 li.product:hover,
.shop-categories ul.products.columns-4 li.product h2:hover{
    text-decoration: none;
}
.shop-categories ul.products.columns-4 li.product .image-wrap,
.related.products .image-wrap,
.category-page .image-wrap { /* make sure to edit the content-product template and add .image-wrap to the image */
    overflow: hidden;
    height: 200px;
    width: 100%;
}
.shop-categories ul.products.columns-4 li.product:hover img,
.category-page .image-wrap:hover img,
.related.products .image-wrap:hover img{
    transform: scale(1.2);
    transition: ease .3s;
}
.shop-categories ul.products.columns-4 li.product img,
.category-page .image-wrap img,
.related.products .image-wrap img{
    width: 100%;
    object-position: top;
    object-fit: cover;
    height: 100% !important;
}
.shop-categories ul.products.columns-4 li.product h2{
    font-size: 20px;
    text-align: center;
    height: 30px;
    color: black;
}
.shop-categories .link-wrapper.category-link {
    display: block;
    margin: 0 auto;
    text-align: center;
    clear: both;
    padding-top: 50px;
}
.shop-categories ul.products.columns-4 li.product span.price {
    display: block;
    text-align: center;
    color: black;
}
.shop-categories a.button.product_type_variable.add_to_cart_button{
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}
@media (max-width: 992px){
    .shop-categories ul.products.columns-4 {
        text-align: center;
    }
    .shop-categories ul.products.columns-4 li.product {
        width: 40%;
        margin: 15px;
    }
}
@media (max-width: 767px) {
    #top_header {
        text-align: center;
    }

    #top_header #searchform {
        margin-right: auto;
    }

    #p_cat_top .cat_container, #p_cat_bottom .cat_container {
        max-width: 300px;
        margin: auto;
        padding: 0;
    }

    .prod_container {
        max-width: 300px;
        margin: auto;
    }

    #footer #colophon .coloph_menu li {
        padding: 0 5px;
    }
}

@media (max-width: 600px){
    .shop-categories ul.products.columns-4 li.product {
        width: 50%;
        margin: 15px 0;
    }
}
@media (max-width: 480px){
    .shop-categories ul.products.columns-4 li.product {
        width: 100%;
    }
}
/* end of shop categories page =========================== */
.single-product-content{
    margin: 50px auto;
}
.category-none{
    display: none;
}
.single-product-content .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images{
    width: 350px;
    height: 450px;
    display: inline-block;
    border: 1px solid black;
    padding: 10px 15px;
}
.single-product-content figure.woocommerce-product-gallery__wrapper,
.single-product-content .woocommerce-product-gallery__image{
    width: 100%;
    height: 100%;
}
.single-product-content figure.woocommerce-product-gallery__wrapper img,
.single-product-content .woocommerce-page div.product div.images img,
.single-product-content .woocommerce div.product div.images img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.woocommerce-page div.product div.summary {
    display: inline-block;
    float: none;
    width: 50%;
    margin: 0 15px;
    position: relative;
}
.product_meta {
    display: none;
}
h1.product_title.entry-title {
    display: none;
}
h1.product-title{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}
button.single_add_to_cart_button.button.alt {
    position: absolute;
    right: 0;
    top: 0;
}
span.woocommerce-Price-amount.amount {
    color: black;
    font-weight: 700;
}
span.woocommerce-Price-amount.amount:before {
    content: 'PRICE: ';
}
.woocommerce-product-details__short-description{
    margin-top: 30px;
}
.woocommerce-product-details__short-description p,
.woocommerce-page div.product .woocommerce-tabs .panel p {
    color: #6C6C6C;
    font-size: 16px;
    line-height: 30px;
}

.woocommerce-product-details__short-description:before {
    content: 'PRODUCT DESCRIPTION';
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 70%;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}
.woocommerce #content div.product form.cart table>tbody>tr>td, .woocommerce #content div.product form.cart table>tbody>tr>th, .woocommerce #content div.product form.cart table>tfoot>tr>td, .woocommerce #content div.product form.cart table>tfoot>tr>th, .woocommerce #content div.product form.cart table>thead>tr>td, .woocommerce #content div.product form.cart table>thead>tr>th, .woocommerce div.product form.cart table>tbody>tr>td, .woocommerce div.product form.cart table>tbody>tr>th, .woocommerce div.product form.cart table>tfoot>tr>td, .woocommerce div.product form.cart table>tfoot>tr>th, .woocommerce div.product form.cart table>thead>tr>td, .woocommerce div.product form.cart table>thead>tr>th, .woocommerce-page #content div.product form.cart table>tbody>tr>td, .woocommerce-page #content div.product form.cart table>tbody>tr>th, .woocommerce-page #content div.product form.cart table>tfoot>tr>td, .woocommerce-page #content div.product form.cart table>tfoot>tr>th, .woocommerce-page #content div.product form.cart table>thead>tr>td, .woocommerce-page #content div.product form.cart table>thead>tr>th, .woocommerce-page div.product form.cart table>tbody>tr>td, .woocommerce-page div.product form.cart table>tbody>tr>th, .woocommerce-page div.product form.cart table>tfoot>tr>td, .woocommerce-page div.product form.cart table>tfoot>tr>th, .woocommerce-page div.product form.cart table>thead>tr>td, .woocommerce-page div.product form.cart table>thead>tr>th{
    border: none;
}
.variations td.label {
    display: none;
}
select#size {
    width: 40%;
}
/*
.woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
    float: right;
    margin: 0 4px 0 0;
    margin-top: -85px;
}
*/
.woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
    margin: 0;
    margin-top: 30px;
}
.woocommerce #content div.product form.cart, .woocommerce div.product form.cart, .woocommerce-page #content div.product form.cart, .woocommerce-page div.product form.cart{
    margin: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs{
    border-color: transparent;
    border-bottom: 1px solid black;
    padding: 0 25px;
}
.woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel {
    margin: 0;
    border-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs>li.active>a,
.woocommerce div.product .woocommerce-tabs ul.tabs>li.active>a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs>li>a:hover {
    border-color: transparent;
    background-color: black;
    color: #fff;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs>li>a{
    color: #6C6C6C;
    text-transform: uppercase;
}    
.woocommerce div.product .woocommerce-tabs ul.tabs>li.active>a:hover{
    background-color: #B28408;
    color: #fff;
    transition: ease .3s;
}
section.related.products h2,
.woocommerce-page div.product .woocommerce-tabs .panel h2 {
    display: none;
}
h2.woocommerce-loop-product__title,
.woocommerce-page .woocommerce-tabs .panel section.related.products h2.woocommerce-loop-product__title {
    display: block;
    color: black;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    height: 50px;
    overflow: hidden;
}
section.related.products ul.products li.product a, section.related.products ul.products li.product a{
    width: 100%;
}
section.related-products .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    text-align: center;
    font-size: 16px;
}
.woocommerce-page table.cart td.actions .coupon .button {
    padding: 0 15px;
}
.category-page{
	padding: 50px 0;
}
.category-page .term-description {
    border: 1px solid black;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 15px;
}
.category-page .term-description p {
    font-size: 25px;
}
.category-page h2.section-title {
    margin: 0;
}
.category-page ul.products.columns-4 {
    padding: 30px 0;
}
.category-page a.button.product_type_variable.add_to_cart_button {
    width: 100%;
}
.category-page .image-wrap,
.related.products .image-wrap{
	padding: 10px;
	border: 1px solid black;
}
a.added_to_cart.wc-forward {
    display: none;
}
.category-page .hidden{
	visibility: hidden;
	height: 0;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 50px;
}

a.button.add_to_cart_button {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}

.woocommerce .single-product-content div.product form.cart .button {
    opacity: 0.8;
    z-index: 99999;
    position: relative;
    top: -130px;
    float: right;
}

button.single_add_to_cart_button {
    text-transform: uppercase;
}

.variations tr:nth-child(2) label,
.variations tr:nth-child(2) td.label {
    display: none;
    color: #000;

}

.single_variation_wrap .quantity label {
    position: absolute;
    top: 8px;
    margin-left: 10px;
}


.variations tr:nth-child(1) {
    width: 50%;
    display: block;
}

.variations tr:nth-child(1) select#size {
    width: 100%;
}

.woocommerce-page div.product form.cart div.quantity {
    margin: 0;
    margin-top: 0;
    position: absolute;
    top: 99px;
    float: right;
    right: 0;
}

.fbx-caption-title{
    display: none;
}