/*
 Theme Name:   Amiy Child
 Theme URI:    https://amiy.wpengine.com/
 Description:  Amiy Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     amiy
 Version:      1.0.0
 Text Domain:  amiy-child
*/

/* Card Products Home */
.card-wheat .product-details {
    background:#dfd9c2 !Important;
}
/* PDP Products Gallery */
.wdt-product-image.swiper-slide {
    display:flex;
    justify-content:center;
}

.wdt-product-image.swiper-slide img{
    width:95%;
}

/* PDP Products Accordion */

.wdt-accordion-toggle-title-holder{
    display:flex !Important;
    margin:10px 0 !important;
}

/* Dots home */
.btn-custom .swiper-scrollbar-drag {
     background:#78726B !Important;
}

.wdt-cus-boxed-type-testimonial .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:hover > i{
    color:white !Important;
}


.wdt-custom-image-with-product .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active
 {
    background:#78726B !important;
}

/* BTN CUSTOM */
/* Line 1 */

.btn-custom a.wdt-button{
    background:#78726B !Important;
    border:1px solid #bcbcbc !Important;
}

.btn-custom a.wdt-button:after{
    background:#BCBCBC !Important;
}

.btn-custom a.wdt-button .wdt-button-text{
    color:#000;
    transition:.4s;
}

.btn-custom a.wdt-button:hover .wdt-button-text{
    color:#fff;
}

.btn-custom a.wdt-button:hover{
    color:#fff !Important;
    border:1px solid #78726B !Important;
}

/* Line 2 */

.btn-custom .entry-button.wdt-core-button a{
    color:#000 !Important;
}

.btn-custom .entry-button.wdt-core-button a:hover{
    color:#fff !Important;
}

/* Line 3 */

.btn-custom .wcct_btn_wrapper.wc_btn_inline,
.btn-custom .product-buttons-wrapper.product-button .wc_inline_buttons a{
    border:none !Important;
}

.btn-custom .product-buttons-wrapper.product-button .wc_inline_buttons a:before{
    background:#bcbcbc !important;
    border:none !Important;
    
}

/* Line 4 */

.wdt-content-button > a{
    border:1px solid #BCBCBC !Important;
}

.btn-custom .wdt-content-item .wdt-content-button > a div span{
    color:#000 !Important;
}

.btn-custom .wdt-content-button > a:hover div span{
    color:#fff !Important;
}

.btn-custom .wdt-content-button > a:hover{
    background:#78726B !important;
    border:1px solid #78726b !important;
}

.wdt-content-button > a:after{
    background:#bcbcbc !Important;
}


/* Line 5 */
.btn-custom .product-labels span,
.btn-custom .product-labels span.onsale{
    background:#bcbcbc !Important;
    color:#000 !important;
}

/* Product Home Grid Carousel */
.grid-product .product-title h5{
    height:57px;
}

.btn-custom h5{
    height:57px !Important;
}

/* Header Wrapper Margin */
div#header-wrapper {
    margin-bottom:0;
}

/* Product tag sidebar pdp */
.custom-product-tag a.tag-cloud-link {
    background:#fbf9eb;
    border:none;
}

.custom-product-tag a.tag-cloud-link:hover{
    color:#000 !important;
    opacity:.8;
}

.custom-product-tag *{
    color:#000 !Important;
}

input.search-field {
    border-color:#000 !Important;
}

/* PDP Products */
.single_add_to_cart_button {
    background:#78726B !Important;
    color:#fff !Important;
}

.single_add_to_cart_button:before{
    background:#bcbcbc !Important;
    color:#fff !Important;
}

.woocommerce div.product .summary .variations_button .single_add_to_cart_button:hover{
    color:#fff !important;
}
/*  */
input.minus {
    background:#bcbcbc !important;
    background-image:unset !Important;
}

input.plus {
    background:#bcbcbc !important;
    background-image:unset !Important;
}

input.minus:hover,
input.plus:hover{
    color:#fff !Important;
}

.woocommerce div.product .summary form.variations_form.cart .variations li.selected{
    background:#bcbcbc;
}
/*  */
.wdt-tabs-container.wdt-layout-horizontal.wdt-template-bordered.wdt-icon-style-block.ui-tabs.ui-corner-all.ui-widget.ui-widget-content {
    background:transparent !important;
}

/*  */
.woocommerce #review_form #respond .form-submit input {
    background:#fbf9eb !important;
    border:none !important;
    color:#000 !Important;
}