/*
Theme Name: Linkage Theme
Author: J.V.A
Description: 「」
Version: 1.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.
*/
:root {
  --custom_orange: #ec971f;
  --custom_blue: #9ce3e4;
  --custom_brown: #f6dec8;
}

@media (min-width: 1200px){
    .container {
        max-width: 1345px;
    }
}

/*Header*/

header#header_main {
    padding: 5px 0 10px 0;
}

a.site_logo {
    transition: .3s;
}

img.header-img-responsive {
    transition: .3s;
}

img.header-img-responsive:hover {
    transform: scale(0.9);
}

.header_nav {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 83px;
    text-align: center;
}

.header_nav > li {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 20px;
}

.header_nav > li >a {
    font-family: Arial;
    font-size: 18px;
    color: #000000;
    transition: .3s;
    text-decoration: none;
}

.header_nav > li >a:hover, .header_nav > li >a:focus {
    color: var(--custom_orange);
}

.header_icons {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -62px;
    text-align: right;
}

.header_icons > li {
    display: inline-block;
    margin: 24px 10px;
}

.header_icons > li >a {
    color: #000000;
    transition: .3s;
    text-decoration: none;
    width: 120%;
}

.header_icons > li >a:hover, li >a:focus {
    color: var(--custom_orange);
}

#searchform {
    display: flex;
}

#searchform .search {
    border: 0;
    background-color: #fff;
    transition: .3s;
}

#searchform .search:hover {
    color: var(--custom_orange);
}

/*Body*/

@font-face {
    font-family: Cooper;
    src: url(fonts/cooper-std-black.ttf);
}

@font-face {
    font-family: Arial;
    src: url(fonts/arial.ttf);
}

@font-face {
    font-family: Franklin;
    src: url(fonts/franklin.ttf);
}

.franklin-font{
    font-family: Franklin;
}

.cooper-font{
    font-family: Cooper;
}

h6 {
    font-size: 45px;
    font-family: Cooper;
    margin: 40px 0 75px 0;
    text-transform: uppercase;
}

#button {
    position: absolute;
    top: 110%;
    left: 9%;
    transform: translate(-50%,-50%);
    padding: 20px 43px;
    text-decoration: none;
    color: #fff;
    font-family: 'Arial';
    border: 2px solid var(--custom_orange);
    outline: 1px solid rgb(255 134 0 / 70%);
    font-size: 20px;
    transition: all .5s;
    text-transform: uppercase;
    background-color: var(--custom_orange);
    border-radius: 5px;
    text-shadow: 2px 2px 2px #000000;
}

#button:hover {
  text-shadow: 0 0 10px rgba(255,255,255,0.7);
  box-shadow: inset 0 0 20px rgba(255,255,255,0.2),
  0 0 20px rgba(255,255,255,0.3);
  outline-offset:20px;
  outline-color:rgba(255,255,255,0);
  background: linear-gradient(to top, #EC971F, #ff9924);
}

.btn {
    text-shadow: 2px 2px 3px black;
    vertical-align: middle;
    padding: 20px 43px;
    font-size: 18px;
    font-family: Arial;
    transition: .3s;
}

#page-wrap {
    overflow: hidden;
}

/*Banner Section*/

.banner {
    font-family: Cooper;
}

.banner_images .img_container > .fake_image {
    padding-top: 53.81%;
    background-size: cover;
    background-position: center;
}

#banner_section {
    position: relative;
}

#banner_section .slick-slider {
    margin: 0;
}

#banner_section .container {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
}

#banner_section p {
    font-size: 75px;
    font-family: Cooper;
    color: #fff;
    margin: 0 0 50px 0;
    text-shadow: 3px 4px 7px black;
}

#banner_section .banner_excerpt >span {
    font-size: 100px;
}

#banner_section:after {
    content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("images/banner.png");
    height: 232px;
    position: absolute;
}

#banner_section .slick-dots {
    position: absolute;
    display: flex;
    width: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    top: 715px;
    left: 318px;
    bottom: unset;
}

#banner_section .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 14px;
    height: 14px;
    padding: 5px;
    cursor: pointer;
    color: #0fb33200;
    border: 2px solid var(--custom_blue);
    background: #e1111100;
    border-radius: 25px;
}

#banner_section .slick-dots li button:hover, #banner_section .slick-dots li button:focus, #banner_section .slick-dots li.slick-active button {
    background-color: var(--custom_orange);

}

/*Welcome Section*/

#welcome_section{
    position: relative;
}

#welcome_section .paw_left, #welcome_section .paw_right {
    width: 200px;
    position: absolute;
}

#welcome_section .paw_left{
    top: 50px;
    left: 0;
}

#welcome_section .paw_right{
    top: 50px;
    right: 0;
}

#welcome_section .left_paw{
    margin-bottom: 80px;
    margin-left: 10px;
    margin-right: 10px;
}

#welcome_section .right_paw{
    margin-bottom: 80px;
    margin-left: 10px;
    margin-right: 10px;
}

#welcome_section .fake_image{
    padding-top: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#welcome_section .left_paw .fake_image{
    background-image: url(images/right_paw.png);
}

#welcome_section .right_paw .fake_image{
    background-image: url(images/left_paw.png);
}

#welcome_section .paw_left .left_paw {
    left: 90px;
    position: relative;
}

#welcome_section .paw_right .right_paw {
    position: relative;
    right: 90px;
}

#welcome_section .welcome {
    list-style: none;
    padding: 0;
    margin: 0 0 60px 0;
    text-align: left;
}

.welcome > li:nth-child(odd) {
    height: 300px;
}

.welcome > li:nth-child(even) {
    padding: 0 0 0 138px;
    margin: 0 0 0 50px;
}

#welcome_section .img-responsive {
    border-radius: 60px 60px 60px 60px;
    box-shadow: 3px 3px 2px 0px rgb(0 0 0 / 50%);
}

#welcome_section .item.item_1 {
    display: -webkit-inline-box;
}

#welcome_section .item.item_2 {
    display: -webkit-inline-box;
}

#welcome_section .item.item_1 .col-md-6 p {
    font-size: 23px;
    font-family: 'Arial';
    padding: 34px 217px 0 0;
    margin: 0 0 0 -70px;
}

#welcome_section .item.item_2 .col-md-6 p {
    font-size: 23px;
    font-family: 'Arial';
    margin: 51px 0 0 13px;
}

/*Best Sellers Section*/

#bestsellers_section {
    background-color: var(--custom_blue);
    padding: 25px 0 25px 0;
    border-radius: 0px 150px 150px / 0px 150px 150px;
}

#bestsellers_section .box {
    margin: 0 0 20px 0;
}

#bestsellers_section .box  .img_container {
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
}

#bestsellers_section .box .img_container .image:hover .fake-image {
    transform: scale(1.3);
}

#bestsellers_section .box .img_container .image .fake-image {
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 90%;
    transition: all 0.4s ease;
}

#bestsellers_section .box .content {
    font-family: Arial;
}

#bestsellers_section .box .save > p{
    position: absolute;
    top: 64px;
    left: 45px;
    right: 40px;
    color: #fff;
    transform: rotate(347deg);
    text-shadow: 3px 4px 7px black;
    text-align: center;
}

#bestsellers_section .box .save {
    background-image: url(images/paws.png);
    content: '';
    display: block;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    bottom: 452px;
    top: -48px;
    position: absolute;
    height: 123px;
    width: 128px;
    z-index: 1;
}

#bestsellers_section .box .content {
    font-family: Franklin;
    font-weight: bold;
    margin: 40px 0 30px 0;
}

#bestsellers_section .box .content .title-box {
    height: 160px;
}

#bestsellers_section .box .content .title-box .title {
    font-size: 25px;
    text-decoration: none;
    color: #000;
    transition: .3s;
}

#bestsellers_section .box .content .title-box .title:hover {
    color: var(--custom_orange);
}

#bestsellers_section .box .content .price-box {
    line-height: 25px;
    height: 45px;
}

#bestsellers_section .box .content .price-box .price {
    font-size: 30px;
    margin: 30px 0 0 0;
    color: #000;
}

#bestsellers_section .box .content .price-box .slash {
    font-size: 18px;
    text-decoration: line-through;
    color: #444444;
}

/*Category Section*/

#category_section{
    position: relative;
}

#category_section .paw_left, #category_section .paw_right {
    width: 200px;
    position: absolute;
}

#category_section .paw_left{
    top: 15px;
    left: 0;
}

#category_section .paw_right{
    top: 15px;
    right: 0;
}

#category_section .left_paw{
    margin-bottom: 80px;
    margin-left: 10px;
    margin-right: 10px;
}

#category_section .right_paw{
    margin-bottom: 80px;
    margin-left: 10px;
    margin-right: 10px;
}

#category_section .fake_image{
    padding-top: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#category_section .left_paw .fake_image{
    background-image: url(images/right_paw.png);
}

#category_section .right_paw .fake_image{
    background-image: url(images/left_paw.png);
}

#category_section .paw_left .left_paw {
    left: 90px;
    position: relative;
}

#category_section .paw_right .right_paw {
    position: relative;
    right: 90px;
}

#category_section .col-md-6 {   
    text-align: -webkit-center;
}

#category_section .image {
    border-radius: 100px;
    display: block;
    height: auto;
    width: 62%;
}

#category_section .box.box_1 .image {
    background-color: var(--custom_brown);
    border-color: #e5bb95;
    transition: 0.4s ease;
}

#category_section .box.box_1 .image:hover {
    background-color: #efc59f;
    border-color: #e9b382;
}

#category_section .box.box_2 .image {
    background-color: var(--custom_blue);
    border-color: #46b8da;
    transition: 0.4s ease;
}

#category_section .box.box_2 .image:hover {
    background-color: #61c8cb;
    border-color: #269abc;
}

#category_section .image > img {
    border: 0;
    vertical-align: middle;
    position: relative;
    top: 19px;
    transition: 0.4s ease;
}

#category_section .box:hover .image > img {
    transform: scale(.9);
}

#category_section .content {
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 45px;
}

#category_section .name {
    text-decoration: none;
    font-family: 'Cooper';
    font-size: 45px;
    color: #000;
}

#category_section .name:hover {
    color: var(--custom_orange);
}

/*Members Section*/

#members_section {
    background-color: var(--custom_brown);
    padding: 0 0 25px 0;
    border-radius: 0px 150px 150px / 0px 150px 150px;
}

#members_section .col-md-6 {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 533px;
    padding: 20px;
}

#members_section .image1 {
    height: 162px;
    width: 49%;
}

#members_section .aos-init.aos-animate {
    width: 300px;
}

#members_section .aos-init {
    width: 300px;
}

#members_section .image2 {
    padding: 0 0 158px 0;
    position: relative;
    top: -63px;
}

#members_section .description {
    margin: 0 0 60px 0;
    padding: 0 0 0 175px;
}

p.member_description {
    font-family: Franklin;
    font-size: 25px;
    margin: 0 0 25px 0;
}

#members_section .button {
    margin: 40px 0 0 0;
    text-align-last: center;
}

/*Services Section*/

#services_section{
    position: relative;
}

#services_section .paw_left, #services_section .paw_right {
    width: 200px;
    position: absolute;
}

#services_section .paw_left{
    top: 25px;
    left: 0;
}

#services_section .paw_right{
    top: 25px;
    right: 0;
}

#services_section .left_paw{
    margin-bottom: 80px;
    margin-left: 10px;
    margin-right: 10px;
}

#services_section .right_paw{
    margin-bottom: 80px;
    margin-left: 10px;
    margin-right: 10px;
}

#services_section .fake_image{
    padding-top: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#services_section .left_paw .fake_image{
    background-image: url(images/right_paw.png);
}

#services_section .right_paw .fake_image{
    background-image: url(images/left_paw.png);
}

#services_section .paw_left .left_paw {
    left: 90px;
    position: relative;
}

#services_section .paw_right .right_paw {
    position: relative;
    right: 90px;
}

#services_section > h6 {
    font-size: 45px;
    font-family: Cooper;
    margin: 0 0 60px 0;
    text-transform: uppercase;
    background-color: #f47d2f;
    width: 50%;
    height: 50%;
    top: 179%;
    position: absolute;

}

#services_section .img_wrap.img_1 {
    margin: 0 0 0 50px;
}

#services_section .img_wrap.img_2 {
    margin-left: 55.7%;
    margin-top: -140px;
}

#services_section .img_wrap.img_3 {
    margin-left: 10%;
    margin-top: -85px;
}

#services_section .box {
    margin: 10px;
}

#services_section .title {
    position: absolute;
    top: 80%;
    font-size: 40px;
    font-family: Franklin;
    color: #fff;
    text-shadow: 3px 4px 7px black;
    padding: 0 0 0 30px;
}

#services_section img.img-responsive {
    border-radius: 50px 50px 50px 50px;
}

#services_section .img_wrap {
    position: relative;
    width: 596px;
}

#services_section .img_wrap:hover .content {
    visibility: visible;
    opacity: 1;
}

#services_section .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 70%);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s;
    border-radius: 50px 50px 50px 50px;
}

#services_section .caption {
    font-size: 28px;
    font-family: Franklin;
    padding: 30px 0 0 50px;
}

#services_section .title {
    position: absolute;
    top: 80%;
    font-size: 40px;
    font-family: 'Cooper';
    color: #000;
    text-shadow: 3px 4px 7px white;
}

#services_section .button {
    text-align-last: right;
    padding: 0 25px 0 0;
    top: 11%;
    left: 55%;
    width: 100px;
    height: 40px;
    position: absolute;
    z-index: 2;
}


/*Testimonials Section*/

#testimonials_section .box:nth-child(odd) {
    background-color: var(--custom_blue);
    border-radius: 100px;
    margin: 0 0 40px 0;
    position: relative;
    height: 365px;
}

#testimonials_section .box:nth-child(even) {
    background-color: var(--custom_brown);
    border-radius: 100px;
    margin: 0 0 40px 0;
    position: relative;
    height: 365px;
}

#testimonials_section .image {
    margin: 70px 0 0 50px;
}

#testimonials_section .image img {
    border-radius: 50%;
}

#testimonials_section .box::before {
    content: '';
    display: block;
    background-position: left top;
    left: 300px;
    right: 0;
    top: 37px;
    background-image: url(images/quote1.png);
    height: 65px;
    position: absolute;
    background-repeat: no-repeat;
}

#testimonials_section .content {
    font-size: 40px;
    font-family: 'Arial';
    position: absolute;
    top: 65px;
    right: 470px;
    width: 450px;
}

#testimonials_section .item {
    position: absolute;
    top: 200px;
    right: 275px;
}

#testimonials_section .stars {
    color: #FFB621;
    font-size: 30px;
    text-align-last: center;
}

#testimonials_section .author {
    font-size: 25px;
    font-family: 'Arial';
}

#testimonials_section .box::after {
    content: '';
    display: block;
    left: 0;
    right: 80px;
    background-position: right bottom;
    top: 263px;
    background-image: url(images/quote2.png);
    height: 66px;
    position: absolute;
    background-repeat: no-repeat;
}

/*Brands Section*/

#brands_section .slick-slider {
    margin-bottom: 25px;
}

#brands_section .item {
    margin: 0 20px 0 20px;
}

/*Contact Section*/

#contact_section {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(images/contact1.png);
    background-color: #cdf1f1;
    background-position-y: 46px;
    background-repeat: no-repeat;
}

#contact_section .container .row h6 {
    margin: 95px 0 75px 0;
}

#contact_section .contact_image {
    position: absolute;
    left: 0;
    top: 46px;
}

#contact_section:after {
    content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: 586px;
    background-image: url(images/contact.png);
    height: 218px;
    position: absolute;
    background-repeat: no-repeat;
}

#contact_section .form {
    width: 50%;
    max-width: 500px;
    margin: auto;
    padding: 60px 0 46px 0;
    height: 584.7px;
}

input#gform_submit_button_1 {
    background-color: #f0ad4e;
    text-align: center;
    text-shadow: 2px 2px 3px black;
    border: 1px solid #eea236;
    padding: 20px 43px;
    font-size: 18px;
    margin: auto;
    text-transform: uppercase;
    font-family: 'Arial';
    transition: .3s;
}

input#gform_submit_button_1:hover {
    background-color: var(--custom_orange);
    border-color: #d58512;
}

#contact_section .form .gform_confirmation_message {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
}

/*Content Page*/

.woocommerce img, .woocommerce-page img {
    max-width: 110%;
}

.header-shop {
    position: relative;
    margin-bottom: 30px;
}

.header-shop:before {
    content: "";
    background-image: url(images/breadcrumbs.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 150px;
    width: 146%;
    left: -294px;
    z-index: -1;
}

.header-shop h1{
    font-family: 'Cooper';
    font-size: 75px;
    color: #fff;
    text-shadow: 3px 4px 7px black;
    margin-top: 36px;
}

.page-header {
    padding-bottom: 9px;
    margin: 0 0 20px;
    background-image: url(images/breadcrumbs.png);
    border-bottom: 0;
    height: 150px;
}

.page-header h1 {
    font-family: 'Cooper';
    font-size: 75px;
    color: #fff;
    text-shadow: 3px 4px 7px black;
    margin-top: 36px;
}

/*Shop Page*/

/*Content Products*/

.woocommerce .woocommerce-ordering select, 
.woocommerce-page .woocommerce-ordering select {
    float: right;
    width: 55%;
    height: 46px;
    font-size: 20px;
    font-family: Franklin;
    font-weight: 600;
    border: 5px solid #f6f6f6;
}

.content_products {
    display: flex;
    margin-top: 110px;
}

.content_products h2 {
    font-size: 45px;
    font-family: Cooper;
}

.content_products .box {
    margin: 0 0 20px 0;
    height: 730px;
}

.content_products .box .img_container {
    background-color: #fff;
    border: solid var(--custom_blue);
    border-radius: 50px;
    overflow: hidden;
}

.content_products .box .img_container .image:hover .fake-image {
    transform: scale(1.3);
}

.content_products .box .img_container .image .fake-image {
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%;
    transition: all 0.4s ease;
}

.content_products .box .content {
    font-family: Arial;
}

.content_products .box .save > p{
    position: absolute;
    top: 64px;
    left: 45px;
    right: 40px;
    color: #fff;
    transform: rotate(347deg);
    text-shadow: 3px 4px 7px black;
    text-align: center;
    
}

.content_products .box .save {
    background-image: url(images/paws.png);
    content: '';
    display: block;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    bottom: 452px;
    top: -48px;
    position: absolute;
    height: 123px;
    width: 128px;
    z-index: 1;
}

.content_products .box .content {
    font-family: Franklin;
    font-weight: bold;
    margin: 40px 0 30px 0;
}

.content_products .box .content .title-box {
    height: 160px;
}

.content_products .box .content .title-box .title {
    font-size: 25px;
    text-decoration: none;
    color: #000;
}

.content_products .box .content .title-box .title:hover {
    color: var(--custom_orange);
}

.content_products .box .content .price-box {
    line-height: 25px;
    height: 45px;
}

.content_products .box .content .price-box .price {
    font-size: 30px;
    margin: 30px 0 0 0;
    color: #000;
}

.content_products .box .content .price-box .slash {
    font-size: 18px;
    text-decoration: line-through;
    color: #444444;
}

/*Filter Section*/

.wpc-filters-widget-wrapper {
    border: 5px solid #F6F6F6;
}

.widget-title.wpc-filter-title {
    font-size: 20px;
    font-family: Franklin;
    font-weight: 600;
    background-color: var(--custom_brown);
    padding: 10px;
}

label a {
    color: #000;
    font-size: 18px;
    font-family: Franklin;
}

/*Product Page*/

/*Single Product*/
.woocommerce-product-gallery__image {
    background-color: #ffffff;
    border: solid var(--custom_blue);
    border-radius: 50px;
    width: 120%;
    padding: 20px;
}

.images {
    margin-top: 1px;
    margin-left: 5%;
}

.expand-button-hidden {
    display: none;
}

img.attachment-shop_thumbnail.size-shop_thumbnail {
    border: solid var(--custom_blue);
    border-radius: 30px;
    width: 100%;
    padding: 5px;
}

.product {
    margin-top: 20px;
}
.product .col-md-6 {
    float: right;
    margin-right: 5%;
}

.prod-summary {
    padding: 3% 10%;
    background-color: #ffffff;
    border: solid var(--custom_blue);
    border-radius: 50px;
    width: 100%;
    height: 755.64px;
}

.prod-summary .box {
    font-family: Franklin;
    font-weight: bold;
    color: #000;
}

.prod-summary .box .alert {
    display: flex;
    padding: 0;
    justify-content: space-around;
}

.prod-summary .box .alert .item1 {
    padding: 2px;
    background-color: #ffffff;
    border: solid var(--custom_blue);
    border-radius: 10px;
    width: 26%;
}

.prod-summary .box .alert .item2 {
    padding: 2px;
    background-color: #ffffff;
    border: solid var(--custom_orange);
    border-radius: 10px;
    width: 26%;
}

.prod-summary .box .alert .item1 .stock {
    margin-bottom: 0;
    font-size: 20px;
    text-align: center;
    color: #000;
}

.prod-summary .box .alert .item2 .sale {
    margin-bottom: 0;
    font-size: 20px;
    text-align: center;
}

.prod-summary .box .title {
    font-size: 26px;
    height: 115px;
    margin-top: 20px;
}

.woocommerce #content div.product p.price, 
.woocommerce #content div.product span.price, 
.woocommerce div.product p.price, 
.woocommerce div.product span.price, 
.woocommerce-page #content div.product p.price, 
.woocommerce-page #content div.product span.price, 
.woocommerce-page div.product p.price, 
.woocommerce-page div.product span.price {
    color: #000;
    font-size: 30px;
    margin-top: 10px;
}

.prod-summary .box .price {
    font-size: 30px;
    color: #000000;
}

.prod-summary .box .slash {
    text-decoration-line: line-through;
    font-size: 20px;
    color: #444444;
    line-height: 0;
}

.prod-summary .box .percent {
    font-size: 25px;
    margin-top: 20px;
}

.prod-summary .box .description {
    font-size: 20px;
    height: 300px;
    margin-top: 20px;
}

.quantity.wqpmb_quantity {
    width: 100px;
}

.prod-summary .box .cart {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 20px;
}

/*Description*/

.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 {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid var(--custom_blue);
}

li#tab-title-description a {
    border: 2px solid var(--custom_blue);
    border-bottom-color: transparent;
    font-size: 20px;
    font-family: Franklin;
    color: #444444;
}

li#tab-title-additional_information a {
    border: 2px solid var(--custom_blue);
    border-bottom-color: transparent;
    font-size: 20px;
    font-family: Franklin;
    color: #444444;
}

li#tab-title-reviews a {
    border: 2px solid var(--custom_blue);
    border-bottom-color: transparent;
    font-size: 20px;
    font-family: Franklin;
    color: #444444;
}

div#tab-description {
    border: 2px solid var(--custom_blue);
    border-top: 1px solid transparent;
    border-radius: 2px;
    margin: 0;
    padding: 20px;
}

div#tab-additional_information {
    border: 2px solid var(--custom_blue);
    border-top: 1px solid transparent;
    border-radius: 2px;
    margin: 0;
}

div#tab-reviews {
    border: 2px solid var(--custom_blue);
    border-top: 1px solid transparent;
    border-radius: 2px;
    margin: 0;
}

.product h2 {
    display: none;
}

.product #tab-description p {
    font-size: 20px;
    font-family: Franklin;
}

td.woocommerce-product-attributes-item__value {
    border-top: 1px solid var(--custom_blue);
}

table.woocommerce-product-attributes.shop_attributes {
    font-size: 18px;
    font-family: 'Franklin';
}

div#reviews {
    font-size: 20px;
    font-family: 'Franklin';
}

.stars a {
    color: var(--custom_orange);
}

.woocommerce #content input.button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, 
.woocommerce input.button, 
.woocommerce-page #content input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page a.button, 
.woocommerce-page button.button, .woocommerce-page input.button {
    background-color: var(--custom_orange);
    border-color: #d78d24;
    text-shadow: 2px 2px 3px black;
}


/*Related Products*/

h2#related_prod_title {
    display: block;
    font-size: 40px;
    font-family: Cooper;
    margin-bottom: 60px;
}

.related_products {
    display: flex;
    margin-top: 22px;
}

.related_products .related_prod_title {
    font-size: 45px;
    font-family: Cooper;
}

.related_products .box {
    margin: 0 0 20px 0;
}

.related_products .box .img_container {
    background-color: #fff;
    border: solid var(--custom_blue);
    border-radius: 50px;
    overflow: hidden;
}

.related_products .box .image .fake-image {
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80%;
    transition: all 0.4s ease;

}

.related_products .box .image:hover .fake-image {
    transform: scale(1.3);
}

.related_products .box .content {
    font-family: Arial;
}

.related_products .box .save > p{
    position: absolute;
    top: 64px;
    left: 45px;
    right: 40px;
    color: #fff;
    transform: rotate(347deg);
    text-shadow: 3px 4px 7px black;
    text-align: center;
}

.related_products .box .save {
    background-image: url(images/paws.png);
    content: '';
    display: block;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    bottom: 452px;
    top: -48px;
    position: absolute;
    height: 123px;
    width: 128px;
    z-index: 1;
}

.related_products .box .content {
    font-family: Franklin;
    font-weight: bold;
    margin: 40px 0 30px 0;
}

.related_products .box .content .title-box {
    height: 160px;
}

.related_products .box .content .title-box .title {
    font-size: 25px;
    text-decoration: none;
    color: #000;
}

.related_products .box .content .title-box .title:hover {
    color: var(--custom_orange);
}

.related_products .box .content .price-box {
    line-height: 25px;
    height: 45px;
}

.related_products .box .content .price-box .price {
    font-size: 30px;
    margin: 30px 0 0 0;
    color: #000;
}

.related_products .box .content .price-box .slash {
    font-size: 18px;
    text-decoration: line-through;
    color: #444444;
}

/*Services Page*/

/* 13/03/23 */
.blue-bg {
    background-color: var(--custom_blue);
    padding: 100px;
    margin-bottom: 10px;
}

.brown-bg {
    background-color: var(--custom_brown);
    padding: 100px;
    margin-bottom: 10px;
}

/*Footer*/

.site-footer {
    background-color: var(--custom_brown);
    padding: 18px 0 0 0;
    font-family: 'Arial';
    font-size: 18px;
}

img.img-responsive.center-block:hover {
    transform: scale(0.9);
}

img.img-responsive.center-block {
    transition: .3s;
}

#footer h4 {
    margin: 20px;
    display: inline-block;
}

#footer .contacts {
    list-style: none;
    text-align: initial;
}

#footer .contacts a {
    color: #333333;
    transition: .3s;
    text-decoration: none;
}

#footer .contacts a:hover, .contacts a:focus {
    color: #2a6496;
}

.footer_nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_nav > li >a {
    color: #000000;
    transition: .3s;
    text-decoration: none;
}

.footer_nav > li >a:hover, li >a:focus {
    color: #2a6496;
}

.footer_nav2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_nav2 > li >a {
    color: #000000;
    transition: .3s;
    text-decoration: none;
}

.footer_nav2 > li >a:hover, li >a:focus {
    color: #2a6496;
}

#footer .col-sm-4 a {
    font-family: Arial;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}

.socials {
    list-style: none;
    padding: 0;
    margin: 0 0 -7px 0;
    text-align: center;
}

.socials li {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 7px;
}

.socials li a {
    display: flex;
    justify-content: center;
    font-size: 16px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-decoration: none;
    flex-direction: column;
    transition: all .4s ease-in-out;
}

.socials li:hover a {
    transform: scale(1.5);
}

#colophon {
    background-color: var(--custom_brown);
    padding: 20px 0 20px 0;
    font-family: 'Arial';
    font-size: 12px;
}

a.footer {
    color: #000000;
    transition: .3s;
    text-decoration: none;
}

a.footer:hover, a.footer:focus {
    color: #2a6496;
}

#colophon .col-sm-4 {
    font-size: 15px;
}

#colophon .col-sm-4 a {
    color: #333333;
    transition: .3s;
    text-decoration: none;
}

#colophon .col-sm-4 a:hover {
    color: #2a6496;
}