/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/




.btn-content-list, .btn-content-list-close{
display:none;	
}


.vc_row-fluid.top3 {
    text-align: center;
}

.vc_row-fluid.top3 .best-choice-icon {
    text-align: center;
    margin-top: 40px;
}

.vc_row-fluid.top3 > div {
    box-shadow: 0px 5px 10px #ddd;
    padding: 10px;
    border: 2px solid #e4e2e2;
}
.vc_row-fluid.top3 .vc_column-inner {
    border: 0px !important;
}

.star-rating {
    height: 18.44px !important;
}

.back-stars {
    display: flex;
    color: #fff;
    position: relative;
}

.front-stars {
    display: flex;
    color: #ebc30b;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.single .top3 .star-rating, .apr-content .star-rating {
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: center;
    margin: 30px 0px;
    margin-bottom: 30px !important;
    width: 100%;
}
.front-stars .fa, .back-stars .fa {
    border: 2px solid #fff;
}

#content .cat-item-description a{
    position: relative;
    font-weight: 700;
    min-width: 186px;
    display: inline-block;
    text-transform: uppercase;
    font-family: montserrat,sans-serif;
    font-size: 12px;
    color: #fff;
    background: #ff9816;
    transition: .3s ease-in-out;
    cursor: pointer;
    box-shadow: 0 5px 21px 0 rgb(255 152 22 / 45%);
    transform: translateY(0);
    max-width: 90%;
    padding: 12px 22px 12px 5px;
}
#content .cat-item-description a:after {
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 14px;
    color: #fff;
    line-height: 1;
    transition: .3s ease-in-out;
    font-weight: 700;
    content: "\f061";
    font-family: FontAwesome;
}
#content .cat-item-description a:hover {
    box-shadow: none;
    color: #0a0a0a;
    background-color: #0a0a0a;
    border-radius: 30px;
}
#content .cat-item-description a:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    content: '\2794';
    font-size: 30px;
    font-family: Arial;
    color: #ff9816;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}
#content .cat-item-description a:hover:before {
    opacity: 1;
    transition: all .25s ease-in-out .1s;
}
#content .cat-item-description a:hover:after {
    opacity: 0;
}

article.post.type-post .component2-button button.vc_btn3, 
.apr-recommended.animate .cat-item-description a.vc_general.vc_btn3 {
    background: #FE6EB9 !important;
}

#content .bg-item-icon button {
    min-width: 167px;
    height: 44px;
    text-align: center;
    border-radius: 5px;
    text-align: right;
    font-weight: 700;
    font-family: montserrat,sans-serif;
    float: right;
    text-transform: uppercase;
    padding: 0 15px 0 0;
    font-size: 12px;
}
#content .bg-item-icon button:before {
    content: url(/wp-content/themes/generatepress_child/images/logo-before.png);
    position: absolute;
    left: 12px;
    top: 6px;
}

.bg-item-title:before {
    content: "";
    display: block;
    width: 37px;
    height: 37px;
    background: #FE6EB9;
    border-radius: 5px;
    position: absolute;
    transform: rotate(-45deg);
    z-index: -1;
    left: 2px;
}

#content .component2-heading .wpb_wrapper {
    display: flex;
    align-items: center;
}
#container h3, #container .heading-font{
    opacity:1;
}
#content .bg-item-title {
    position: absolute;
    width: 40px;
}

.component2-heading h3.bg-item-title {
    font-size: 20px;
    color: #ffffff;
    line-height: 37px;
    text-align: center;
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    z-index: 0;
    position: relative;
}
.bg-page-item-wrap {
    margin-bottom: 54px;
    padding: 55px 35px 40px;
    box-shadow: 0 5px 21px 0 rgb(0 0 0 / 10%);
}

#content .buy-now-btn a {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    min-width: 320px;
    padding: 16px 10px;
    text-transform: uppercase;
    color: #fff;
    background: #ff9816;
    text-align: center;
    font-family: montserrat,sans-serif;
    font-size: 14px;
    box-shadow: 0 5px 21px 0 rgb(255 152 22 / 45%);
    transform: translateY(0);
    transition: .3s ease-in-out;
    font-weight: 700;
}

.buy-now-btn a:before {
    opacity: 1;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(-50%,-50%);
    content: "\f061";
    font-size: 17px;
    font-family: FontAwesome;
    color: #fff;
    line-height: 1;
    transition: .3s ease-in-out;
    font-family: FontAwesome;
}

#content .buy-now-btn a:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    content: '\2794';
    font-size: 34px;
    font-family: Arial;
    color: #ff9816;
    width: 100%;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    font-family: FontAwesome;
}
#content .buy-now-btn a:hover:after {
    opacity: 1;
}
#content .buy-now-btn a:hover {
    box-shadow: none;
    color: #0a0a0a;
    background-color: #0a0a0a;
    border-radius: 30px;
}
#content .buy-now-btn a:hover:before {
    opacity: 0;
}

/*--stag---*/

.single .toc-widget-2 h3.vc_custom_heading.component2heading {
    display: none;
}

@media (max-width:767px) {
	.site-header .site-logo {
    max-width: 60%;
 }
}







/*---single product slider css-----*/

article.post.type-post .component2-button button.vc_btn3 {
    color: #fff;
}
#content .slider-section {
    position: relative;
    margin-left: -50px;
    margin-right: -50px;
    width: 111.5%;
}
.gallery-wrap {
    position: relative;
    height: auto;
    padding: 0;
    z-index: initial;
}
#content .slider-section .wpb_wrapper {
    position: relative;
}
.single .gallery-wrap.stage {
    opacity: 1;
}
.gallery-wrap {
    z-index: initial;
}
.stage-slider .panel {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.gallery-wrap.stage .panel-inner, 
.gallery-wrap.stage .container, 
.gallery-wrap.stage .gridimg-wrap, 
.gallery-wrap.stage .inner-wrap {
    position: relative;
    height: 100%;
}
.gallery-wrap.stage .gridimg-wrap {
    width: 100%;
}
.stage .gridimg-wrap .img {
    height: 100%;
}
.gridimg-wrap .img {
    position: relative;
    width: 100%;
    vertical-align: top;
}

.image-wrapper, .image-wrapper.cover, 
.gallery-wrap .fit-image-cover .image-wrapper {
    background-size: contain;
}
.image-wrapper, .image-wrapper.cover, 
.gallery-wrap .fit-image-cover .image-wrapper {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
#content .slider-hover a {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%,0%);
    transition: opacity .35s,transform .35s;
    width: 100%;
    height: 100%;
    display: inline-grid;
    align-items: center;
    z-index: 99;
    background: none;
    color: #fff;
}
#content .slider-hover:after {
    content: "";
    background: #00000061;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.slidernav-right a:before {
    content: '\f061';
    font-weight: bold;
    font-size: 24px;
}
.gallery-wrap:hover + .slider-hover {
    opacity: 1;
}
.vc_btn3-container.vc_btn3-center {
    text-align: center;
}
#content .slider-hover:hover a::before, #content .slider-hover a:hover::before, 
.gallery-wrap:hover + .slider-hover a::before {
    opacity: 1;
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}
#content .slider-hover a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 165px;
    height: 165px;
    border: 1px solid #FE6EB9;
    content: '';
    opacity: 0;
    transition: opacity .35s,transform .35s;
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,
-45deg
) scale3d(0,0,1);
    transform-origin: 50%;
}
.gallery-wrap:hover + .slider-hover {
    opacity: 1;
}
.single-post .content-wrap a.vc_general.vc_btn3-color-link_color {
    font-size: 12px;
}

.slider-hover {
    opacity: 0;
}
#content div.slidernav-left, #content div.slidernav-right {
    position: absolute;
}
.slidernav-right .slidernav, div.slidernav-left {
    float: left;
}
.slidernav-left .slidernav, div.slidernav-right {
    float: right;
}
.slidernav-left, div.slidernav-right {
    width: 50%;
    height: 50px;
    z-index: 999;
    text-align: center;
    margin: 1.875rem 0;
    bottom: 0;
    font-family: 'FontAwesome';
}
.slidernav-left {
    left: 0;
}
#content div.slidernav {
    position: absolute;
    float: none;
}
.slidernav-left .slidernav {
    left: 35px;
}
.slidernav {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: block;
    font-size: 2em;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    margin: 0 5px;
}
.slidernav a {
    border: 2px solid;
    border-radius: 50%;
    display: block;
    height: 44px;
    line-height: 38px;
    width: 44px;
}
.single .slidernav-left a:before, .single .slidernav-right a:before {
    left: -5px;
    display: flex;
    justify-content: center;
}
.slidernav-left a:before {
    content: '\f060';
    font-weight: bold;
    font-size: 24px;
}
.slidernav-right .slidernav {
    right: 35px;
}
.slidernav a:hover {
    background-color: #FE6EB9;
    border-color: #FE6EB9;
    color: #fff;
}

.slidernav-right {
    right: 0;
}
#content .slider-hover:hover{opacity:1;} 


@media (max-width: 767px) {
 .single .vc_row-fluid.top3 .vc_align_left.mainimage {
    text-align: center;
 }
 #content .slider-section {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
 }
 #content .slider-section .vc_column-inner {
    margin-bottom: 20px;
  }
  #content .gallery-wrap, #content .vc_images_carousel {
    margin-left: -15px;
    margin-right: -15px;
 }
 #content .buy-now-btn a {
    min-width: 100%;
 }
 #content .bg-item-title_main {
    font-size: 18px!important;
    margin-left: 40px!important;
 }
 #content .bg-item-title {
    width: 27px;
    line-height: 25px!important;
    font-size: 15px!important;
 }
 #content .bg-item-title:before {
    width: 25px;
    height: 25px;
 }
 #content .bg-item-icon button {
    float: none;
    height: 36px;
    padding-top: 0;
    padding-bottom: 0;
}
#content .bg-item-icon button:before {
    top: 2px;
}
#content .bg-item-icon {
    text-align: center;
    width: 100%;
 }
 #content .cat-item-advantages .vc_column-inner {
    margin-right: 0!important;
 }
 .vc_row.wpb_row.vc_row-fluid.top-10-block {
    padding: 20px 15px;
}
#content .buy-now-btn a:before {
    right: 15px;
 }
 #content .leftcolumn .vc_column-inner {
    padding-left: 15px!important;
 }
 #content .slider-hover:after {
    opacity: 0;
 }
}

/*---single product slider css end-----*/

a.action-icons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 101;
    text-align: center;
}
#content a.action-icons {
    z-index: 9;
}
a.action-icons.link-icon {
    right: 0;
}
.vc_row-fluid.top3 i.fal.fa-plus {
    display: none;
}
