/*
Theme Name: kamagra4australia-child
Theme URI: https://leadingedgeinfosolutions.com/
Author: leadingedgeinfosolutions
Author URI: https://leadingedgeinfosolutions.com/
Template:     kamagra4australia
Description: kamagra4australia-child is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: kamagra4australia

This theme, like leadingedgeinfosolutions, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');


body {
    margin: 0;
    overflow-x: hidden;
}


.page-template-Homepagetemplate .content-area {
    float: none;
    width: 100%;
}

.widget {
    border-top: none;
}


body {
    font-family: 'Roboto Slab', serif;
    /*-font-family: 'Lato', sans-serif;
	font-family: 'Poppins', sans-serif; -*/
    font-size: 14px;
    line-height: 26px;
}
p{
    font-size: 14px;    
}

html.js {
    margin-top: 0 !important;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

/*- header css -*/
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
    height: 0px;
}

.cls_higly_row {
	background-size: 50% !important;
	background-position: right !important;
	background-repeat: no-repeat !important;
	margin-top: 9rem;
}
/*
.cls_online_row {
	margin-top: 8rem;
}
*/
.cls_get_row {
	margin-top: 7rem;
	margin-bottom: 7rem;
}

#wprmenu_bar .menu_title a {
    display: inline-block;
    position: relative;
    top: 4px;
    color: #fff;
}

#menu-toggle {
    display: none;
}

#masthead {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
}

#wprmenu_bar .menu_title {
    line-height: 22px;

}

.site-header .custom-html-widget a span {
    font-size: 14px;
    color:
        #0098b0;
    font-weight: 400;
    line-height: 16px;
}
.single-product .variations-table h3.available-title {
	font-weight: bold;
}
.site {
    margin: 0 21px;
}

.site-header-main {
    max-width: 1181px;
    margin: 0px auto 0px;
    display: flex;
    justify-content: space-between;
}

.site-header {
    padding: 0px;
}

.custom-logo-link {
    display: inline-block;
}

.custom-logo {
    max-width: 85% !important;
}

.site-branding {
    margin: 0 !important;
    padding-left: 0 !important;
}

.site-header-menu {
    margin: 0px;
}
.main-navigation .primary-menu > li.lgin a {
	background: #0098b0;
	color: #fff;
	border-radius: 30px;
	transition: all .3s ease-out;
	border: 2px solid #0098b0;
	padding: 8px 16px;
}
.main-navigation .primary-menu > li.lgin a:hover {
	background: transparent;
	color: #0098b0 !important;
}
.main-navigation .primary-menu > li.cart.menu-item:hover {
	background: transparent;
}
.main-navigation .primary-menu > li.cart.menu-item a{
	position: relative;
}
.main-navigation .primary-menu > li.lgin:hover {
	background: transparent;
}
.main-navigation .primary-menu > li {
    padding: 20px 0px;
    transition: all .3s ease;
}
.main-navigation .primary-menu > li:hover {
	background: #f0f7f7;
}

.main-navigation .current-menu-item {
    background: #f0f7f7;
}

.main-navigation .current-menu-item a {
    font-weight: normal;
}

.main-navigation a {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    font-weight: 300 !important;
}

.main-navigation a:hover {
    text-decoration: none;
    color: #254d6d !important;
}

.site-header .textwidget.custom-html-widget {
    float: right;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #099cb3;
}

.site-header .custom-top-widget p {
    position: relative;
}

.site-header i.fa.fa-whatsapp {
    font-size: 40px;
    position: absolute;
    left: -20px;
    color: #49c958 !important;
    top: 50%;
    transform: translate(-55%, -50%);
}

.site-header .custom-html-widget a {
    color: #254d6d;
    font-size: 17px;
    box-shadow: none;
    font-weight: 500;
    line-height: 20px;
}

.head-bar {
	background-color: #0d4665;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	padding: 7px 0px;
}
.head-bar code {
	background: transparent;
	color: #fff;
	font-size: 17px;
	padding: 0;
	position: relative;
}
.head-bar code::after {
	position: absolute;
	content: "";
	background: red;
	height: 3px;
	width: 30px;
	transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
	top: 9px;
	right: -4px;
}
.head-bar strong {
	margin: 0 5px;
	font-size: 17px;
}
.head-bar i {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	font-size: 20px;
	color: #ffd262;
}

.cls_blog_rw {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.head-bar .container {
    max-width: 1181px;
}

.head-bar .row {
    align-items: center;
    display: flex;
}

.head-bar .row .col-md-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
}

.head-bar .row .col-md-12 .cls-custm-wdgt4 a.ow-icon-placement-left.ow-button-hover {
    font-family: 'Lato', sans-serif;
    padding: 14px 35px;
    font-size: 14px;
    color: #552600 !important;
    background: #ffd262;
    border: 2px solid #e4b34f;
    font-weight: 600;
    box-shadow: 0 2px 0 0 #e4b34f;
    border-radius: 5px;
    text-decoration: none;
}

.head-bar .row .col-md-12 .cls-custm-wdgt4 a.ow-icon-placement-left.ow-button-hover:hover {
    text-decoration: none;
    border-color: #ffd262;
    background: #e4b34f;
    box-shadow: 0 2px 0 0 #ffd262;
}

.head-bar .textwidget img {
    padding-right: 5px;
}
.new-top-menu {
	background: #0098b0;
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
}
.new-top-menu ul{
    margin-left: 0; 
}
.new-top-menu ul li {
	display: inline-block;
	padding: 5px 0;
	box-shadow: 0 0 5px #b5b5b5;
	margin: 4px 5px;
    transition: all .3s ease;
}
.new-top-menu ul li:hover {
	background: #f0f7f7;
}
.new-top-menu ul li a {
	color: #fff;
	padding: 5px 15px;
	margin: 0;
	font-size: 15px;
	border-top: 0;
    transition: all .3s ease
}
.new-top-menu ul li:hover a {
	color: #000;
}
#colophon .product_list_widget li .woocommerce-Price-amount.amount {
	color: #ccc !important;
}
/*- banner section -*/
.cls_banner_row {
    padding: 0 !important;
}

.cls_cheap_txt p:first-child {
    font-size: 43.44px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-top: 147px;
    letter-spacing: 3px;
    font-weight: 200;
}

.cls_cheap_txt p:last-child {
    font-size: 57.44px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 3px;
    font-weight: 300;
    line-height: 70px;
}
/*

.cls_buy_btn {
    padding-bottom: 130px;
}
*/
.cls_blog_rw .rt-img-holder img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.cls_banner_row {
	padding-bottom: 130px !important;
}

.cls_buy_btn a.ow-icon-placement-left.ow-button-hover {
    font-family: 'Lato', sans-serif;
    padding: 16px 54px;
    font-size: 20px;
    color: #552600 !important;
    background: #ffd262;
    border: 2px solid #e4b34f;
    font-weight: 600;
    box-shadow: 0 2px 0 0 #e4b34f;
}

.cls_buy_btn a.ow-icon-placement-left.ow-button-hover:hover {
    text-decoration: none;
    border-color: #ffd262;
    box-shadow: 0 2px 0 0 #ffd262;
}

#pg-58-0 {
    margin-bottom: 0px !important;
}

/*- product section -*/
.cls_product_row {
    border-bottom: 2px solid #e7e7e7;
    display: none !important;
}

.cls_product_row .panel-grid-cell {
    width: 25% !important;
}

.cls_product_row .panel-grid-cell:nth-child(odd) {
    background: #f0f0f0;
    border-left: 2px solid #e7e7e7;
    border-right: 2px solid #e7e7e7;
}

.cls_tablet_img {
    text-align: center;
}

.cls_tablet_txt h5 {
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #404044;
    font-weight: 400;
}

.cls_tablet_txt p {
    padding-bottom: 25px;
}

.cls_tablet_txt a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #007dab;
    box-shadow: none;
}

/*- product section new 31/12/2019 -*/
.cls_product_grid {
    border-bottom: 2px solid #e7e7e7;
}

.cls_product_grid .panel-grid-cell .widget {
    padding-top: 0px !important;
}

.cls_product_grid ul.products {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 0px;
}

.cls_product_grid ul.products li.product {
    margin: 0 auto;
    text-align: center;
    width: 25%;
    border-right: 2px solid #e7e7e7;
}

.cls_product_grid ul.products li.product:last-child {
    border-right: none;
}

.cls_product_grid ul.products li.product a img {
	width: inherit !important;
	height: 58% !important;
	margin: 0 auto;
	max-width: 100%;
	padding: 20px;
	object-fit: contain;
} 

.cls_product_grid ul.products li.product h2 {
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 18px !important;
	color: #404044;
	font-weight: 400;
	min-height: 75px;
}
.cls_product_grid ul.products li.product {
	min-height: 430px;
}
 
.cls_product_grid ul.products li.product .price {
    font-size: 16px !important;
    font-family: 'Lato', sans-serif;
    display: none;
}

.cls_product_grid ul.products li.product .add_to_cart_button {
    font-size: 15px;
}

.cls_product_grid ul.products li.product span.onsale {
    font-size: 14px !important;
    top: 4%;
    right: 2%;
}

/*-- choose best -*/
.cls_choose_txt {
    padding-top: 35px;
}

.cls_choose_txt p {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: #404044;
    margin-bottom: 0px;
}

.cls_choose_txt h3 {
    font-size: 36px;
    color: #007dab;
    margin-top: 0px;
    font-weight: 300;
}

.cls_why_text {
    font-family: 'Lato', sans-serif;
    color: #404044;
    font-weight: 200;
}

.cls_why_text h5 {
    font-size: 18px;
    font-weight: 100;
    line-height: 25px;
    padding-top: 10px;
    letter-spacing: 0.2px;
    font-weight: 400;
}

.cls_why_text ul li {
	display: flex;
	padding-left: 30px;
	position: relative;
	font-size: 18px;
	line-height: 1.5;
	padding-top: 10px;
	letter-spacing: 0.2px;
	font-weight: 400;
}

.cls_why_text ul li::before {
	content: "\f046 ";
	position: absolute;
	left: 0;
	top: 20px;
	font-family: FontAwesome;
	color: #0098b0;
	line-height: 0.6;
}

.cls_why_text ul li h5 {
    margin-bottom: 5px;
}

/*- recommend section -*/
.cls_higly_row .panel-grid-cell:first-child {
    padding: 55px 0px;
}

.cls_higly_row .panel-grid-cell:last-child {
    display: none !important;
}

.cls_higly_row .panel-grid-cell .so-panel {
    padding: 0px;
}

.cls_higly_row .cls_recommend_text p:last-child {
    margin-top: 20px !important;
}

.cls_recommend_text h2 strong {
    font-weight: 300;
    font-size: 36px;
}

.cls_recommend_text h2 {
    margin-bottom: 0px;
}

.cls_recommend_text p strong {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.cls_higly_row .cls_buy_btn {
    padding-bottom: 0 !important;
}

.cls_online_txt h2 {
    font-size: 30px;
    color: #007dab;
    font-weight: 300;
}

.cls_online_txt {
    padding: 60px 0px 70px;
}
.cls_custom_price {
    color: #0E4565;
    font-size: 18px;
}
.cls_online_txt p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #404044;
	font-weight: 400;
	text-align: center;
}

div#pg-58-5 {
    margin-bottom: 0px !important;
}

/*- get in touch section -*/
.cls_contact_form h3 {
	font-family: 'Roboto Slab', serif !important;
	font-size: 24px !important;
	color: #404044 !important;
	font-weight: 400;
	margin-bottom: 10px !important;
	position: relative;
}
.cls_contact_form h3::after {
	position: absolute;
	bottom: -2px;
	content: "";
	background: #0d4665;
	width: 180px;
	height: 2px;
	left: 0;
}

.cls_contact_form form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
}

.cls_contact_form form.wpcf7-form p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    width: 100% !important;
}

.cls_contact_form form.wpcf7-form p:nth-child(2) label {
    font-family: 'Poppins', sans-serif !important;
    width: 48% !important;
}

.cls_contact_form form.wpcf7-form p:nth-child(2) label:last-child {
    width: 100% !important;
}

.cls_contact_form input[type="text"],
.cls_contact_form input[type="email"],
.cls_contact_form input[type="tel"],
.cls_contact_form textarea {
    font-family: 'lato', sans-serif !important;
    padding: 11px 10px;
    font-size: 14px;
    font-weight: 500;
    background: none;
}

.cls_contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    color: #404044;
	font-family: 'lato', sans-serif !important;
}

.your-subject input.wpcf7-form-control.wpcf7-text::placeholder {
    color: #404044;
	font-family: 'lato', sans-serif !important;
}

.cls_contact_form textarea.wpcf7-form-control.wpcf7-textarea {
    max-height: 150px;
    max-width: 98.5%;
}

.cls_contact_form textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #404044;
	font-family: 'lato', sans-serif !important;
}

.cls_contact_form input[type="submit"] {
    background: none;
    color: #0098b0;
    border: 2px solid #3da7d4;
    border-radius: 0!important;
    font-size: 18px;
    padding: 15px 50px;
    text-transform: capitalize;
    letter-spacing: 0;
    transition: all .3s ease-out;
    font-family: 'Lato';
}

.cls_contact_form input[type="submit"]:hover {
    background: #0098b0;
    color: #fff;
}

.cls_address p:last-child {
    margin-top: 10px;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
}
/*--blue background section -*/
.cls_blue_section {
    font-family: 'Poppins', sans-serif !important;
    display: flex;
    justify-content: space-between;
}

.cls_blue_section .panel-grid-cell {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 35px 0px 40px;
    border-right: 1px solid #4bb6c7;
}

.cls_blue_section .panel-grid-cell:last-child {
    border-right: none !important;
}

.cls_blue_section .cls-bl-txt p:nth-child(2) {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.cls_blue_section .cls-bl-txt p {
    color: #fff;
    font-size: 16px;
    text-align: left!important;
    font-family: 'Lato';
}

.cls_blue_section .cls-bl-txt p:nth-child(2),
.cls_blue_section .cls-bl-txt p:last-child {
    padding-left: 25px;
}

.cls_blue_section .cls-bl-txt {
    display: flex;
    align-items: center;
    padding: 0px;
}
.cls_blue_section .cls-bl-txt .textwidget {
	position: relative;
}
.cls_blue_section .cls-bl-txt p:first-child {
	position: absolute;
	left: -60px;
	top: 53%;
	transform: translateY(-50%);
}

/*- disclaimer section -*/
.custom-footer-bottom .chw-widget img {
	width: 100px;
}
.cls_disclaimer_row {
	padding: 36px 0px 45px;
	margin:  0 ;
}
.cls_disclaimer_txt h3 {
    font-size: 24px;
    color: #222222;
}

.cls_disclaimer_txt p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #292929;
}

.cls_disclaimer_row a.ow-icon-placement-left.ow-button-hover {
	font-family: 'Poppins', sans-serif;
	background: transparent;
	color: #0098b0 !important;
	border: 2px solid #3da7d4;
	border-radius: 0 !important;
	font-size: 18px;
	font-weight: 500;
	padding: 15px 20px;
	text-transform: capitalize;
	letter-spacing: 0;
	box-shadow: none;
	transition: all .3s ease-out;
}

.cls_disclaimer_row a.ow-icon-placement-left.ow-button-hover:hover {
    background: #0098b0;
    color: #fff !important;
    text-decoration: none;
}

.error404 .search-form {
	width: 100% !important;
}
.error404 .search-form label {
	width: 100%;
}
.error404 .search-form .search-submit {
	height: 46px;
} 
/*- footer -*/
.cls-custom-footer-section {
    background: #0a4361;
    position: relative;
    color: #fff;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-top: 20px;
}

footer#colophon {
    padding-bottom: 20px;
}

.cls-custom-footer-section::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	background-color: #406c84;
	top: 87%;
	transform: translateY(-17%);
	opacity: 0;
	display: none;
}
.custm-fotr4 .custom-html-widget {
	margin-bottom: 15px;
}

.custom-footer h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Roboto Slab';
}

.menu-footer-menu-1-container ul li {
    position: relative;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    display: flex;
    margin-bottom: 4px;
}

.menu-footer-menu-1-container ul li::before {
	content: "-";
	position: absolute;
	top: 0px;
	left: -6%;
	width: 10px;
	height: 100%;
} 

.menu-footer-menu-1-container ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato';
}

.custm-fotr3 {
    padding-right: 30px;
}

.custm-fotr3 img {
    margin-top: 5px;
}

.ciw_contactinformation {
    font-family: 'lato',sans-serif;
    color: #fff;
}
.ciw_contactinformation .ciw_address_content {
    font-family: 'lato',sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.ciw_address i.fa-map-marker:before {
    content: "\f2bb" !important;
}
.ciw_address .fa-address-card:before {
    display: none;
}

.ciw_contact_address {
    margin-left: 0;
    padding-top: 0px;
}

.ciw_address_content {
    margin-left: 0;
    padding-top: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.ciw_contactinformation .fa {
    border: none;
    border-radius: 0;
    color: #fff;
    float: left;
    margin-right: 26px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    width: 0;
    font-size: 18px;
    opacity: 0.9;
}


.ciw_phone {
    margin: 0px 0px 5px 0px;
}

.ciw_phone i {
    font-size: 25px !important;
}

.ciw_email i {
    padding-top: 5px !important;
}

.ciw_contact_phone a, .ciw_contact_email a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato';
}
.ciw_contact_email a:hover,
.ciw_contact_phone a:hover {
    color: #fff;
}

.ciw_email {
    margin: 0px 0px 10px 0px;
    border: 0;
    display: flex;
    width: 100%;
}

.custom-footer .textwidget p {
    font-weight: 300;
}

.custom-footer-bottom {
	padding: 15px 0;
	background: #0a4361;
	border-top: 1px solid #406c84;
}  

.custom-footer-bottom p {
    font-weight: 300;
    font-family: 'Lato', sans-serif !important;
}

.custm-fotr2 ul {
    font-family: 'Lato', sans-serif !important;
    list-style: none;
    margin-left: 0px;
}

.custm-fotr2 li {
	position: relative;
	padding-top: 38px !important;
	/*border-top: 1px dashed;*/
	padding-bottom: 5px;
}  

.custm-fotr2 li:first-child {
	border: 0;
}

.custm-fotr2 li a {
	width: 95%;
	display: flex !important;
	flex-direction: row-reverse;
	justify-content: space-between;
	color: #fff !important;
	position: absolute;
	top: 10px;
	left: 0;
}
.page-id-6 .entry-header {
	display: none;
}
.page-id-25 .cls_refund_rw h3::after {
	width: 130px;
    bottom: -6px;
}
.page-id-7 .entry-header h1.entry-title {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	padding-bottom: 20px;
}  

.custm-fotr2 li .star-rating {
    width: 30%;
    color: #d1d319 !important;
}

/*

*/

.custm-fotr2 li a img {
	max-width: 20% !important;
	height: 50px;
	object-fit: contain;
}

span.woocommerce-Price-amount.amount {
    margin-left: 7px;
    margin-top: -27px;
}

/*-- inner pages starts -*/
#primary {
    width: 100% !important;
}

.woocommerce div.product div.images img {
    width: auto;
    margin: 0 auto;
}

.product .product_title.entry-title {
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #404044;
    font-weight: 400;
}

.price {
    color: #254d6d !important;
}

.available-options-btn .single_add_to_cart_button.button.alt {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #552600 !important;
    background: #ffd262;
    border: 2px solid #e4b34f;
    font-weight: 600;
    box-shadow: 0 2px 0 0 #e4b34f;
}

.available-options-btn .single_add_to_cart_button.button.alt:hover {
    border-color: #ffd262;
    background: #e4b34f;
    box-shadow: 0 2px 0 0#ffd262;
}

.woocommerce-product-details__short-description p,
.product_meta {
    font-family: 'Lato', sans-serif;
    color: #404044;
}

.woocommerce span.onsale {
    background-color: #007dab;
}

.add-to-cart .single_add_to_cart_button {
    font-family: 'Lato', sans-serif;
    color: #552600 !important;
    background: #ffd262 !important;
    border: 2px solid #e4b34f !important;
    box-shadow: 0 2px 0 0 #e4b34f !important;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: 1;
}

#tab-description,
#tab-additional_information,
#reviews {
    border: 1px solid #dadada;
    padding: 25px;
    border-top: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0px;
    margin-bottom: -2px;
}

#variations-table,
.woocommerce-tabs.wc-tabs-wrapper,
.woocommerce-breadcrumb {
    font-family: 'Lato', sans-serif;
}

#variations-table .pro_qty {
    font-size: 16px;
}

.related h2 {
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
}

.related ul.products li.product {
    font-family: 'Lato', sans-serif;
    border: 1px solid #dadada;
    padding: 15px;
    text-align: center;
}

.related ul.products {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.related ul.products li.product h2 {
    color: #404044;
    font-size: 18px !important;
}

.related ul.products {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.related ul.products li.product .price {
	font-size: 16px;
	display: none;
}

/*- contact page -*/
.cls_cnt_form {
    border-right: 1px solid #404044 !important;
}

.cls_cnt_form h3,
.cls_address h3 {
    font-size: 24px !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 500;
    color: #404044;
}

.cls_cnt_form .wpcf7-form p {
    padding-right: 20px
}

.cls_cnt_form .wpcf7-form p label {
    width: 100%;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #254d6d !important
}

.cls_cnt_form .wpcf7-form p label input,
textarea.wpcf7-form-control.wpcf7-textarea {
    /*padding: 10px 5px !important;*/
    font-size: 14px;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
    font-size: 16px;
}

.cls_cnt_form .wpcf7-form p .wpcf7-submit {
    font-family: 'Lato', sans-serif;
    padding: 11px 28px;
    font-size: 14px;
    color: #552600 !important;
    background: #ffd262 !important;
    border: 2px solid #e4b34f !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 0 0 #e4b34f !important;
}

.cls_address p {
	display: flex;
    align-items: flex-start;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px;
	margin-bottom: 10px;
}
.cls_address p  .cls-txt-us {
    display: inline-block;
    padding-left: 20px;
}
.cls_address i {
    font-size: 24px;
}

.cls_address a {
    font-size: 18px;
    color: #181818;
    box-shadow: none !important;
}

/*- about us -*/
.cls_abt_txt p {
    font-size: 18px;
}

/*- blog page -*/
.rt-holder .row .rt-col-sm-6:first-child {
    width: 35% !important;
}

.rt-holder .row .rt-col-sm-6:last-child {
    width: 65% !important;
}

.rt-detail h2.entry-title a {
    font-family: 'Poppins', sans-serif !important;
    color: #404044;
    box-shadow: none;
    font-size: 22px;
}

.rt-detail p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
}

.rt-tpg-container .layout2 .rt-holder .rt-detail .read-more a {
	font-family: 'Lato', sans-serif;
	padding: 5px 25px;
	font-size: 14px;
	color: #552600 !important;
	background: #ffd262;
	border: 2px solid #e4b34f;
	font-weight: 600;
	box-shadow: 0 2px 0 0 #e4b34f;
	border-radius: 5px;
	text-decoration: none;
	margin: 0 5px;
}
/*- blog page css start 10-03-2021 -*/
.blog-post-page .main-blog {
	display: flex;    margin-bottom: 20px;
}
.blog-post-page .main-blog .inner-slide {
	width: 30%;
}
.blog-post-page .main-blog .services-author {
	width: 70%;
	padding-left: 20px;
}
.blog-post-page .main-blog .services-author h2 {
	margin-bottom: 10px;
	font-family: lato,sans-serif;
	font-size: 24px;
	color: #404044;
	font-weight: 400;
}
.blog-post-page .main-blog .services-author .services-cont p {
	font-family: lato,sans-serif;
	font-size: 16px;
	color: #404044;
	font-weight: 400;
}
      




/*- blog page css End 10-03-2021 -*/

/*- single blog with product side bar -*/
.single-post .entry-title {
	text-transform: capitalize;
}
.single-post #primary {
    width: 70% !important;
}
.single-post .site-main > article {
	margin-bottom: 2rem;
}

#nav_menu-3 {
	border: 2px solid #0098b0;
	padding-top: 0px;
	margin-top: 10px;
	box-shadow: 0 0 9px #ccc;
}

#nav_menu-3 h2.widget-title {
    font-size: 24px !important;
    font-weight: 600;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    color: #fff;
    background: #0098b0;
    padding: 10px;
}

#nav_menu-3 #menu-products {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0;
}

#nav_menu-3 #menu-products li {
    padding: 10px;
    border-bottom: 1px solid #0098b0;
}

#nav_menu-3 #menu-products li:hover {
    background: #0098b0;
    border-bottom: 1px solid #e2e2e2;
}

#nav_menu-3 #menu-products li:last-child {
    border-bottom: none;
}

#nav_menu-3 #menu-products li a {
    font-family: 'Lato', sans-serif;
    color: #404044;
    font-size: 16px;
    font-weight: 600;
}

#nav_menu-3 #menu-products li:hover a {
    color: #fff;
}

.single .category-kamagra4australia-store .post-thumbnail img {
    display: block;
    width: 100vw !important;
}

.single .category-kamagra4australia-store .entry-content {
    width: 100% !important;
}

.single .category-kamagra4australia-store .entry-content p {
    font-size: 16px !important;
    color: #404044;
}

.rt-detail a {
    display: none;
}

.rt-detail h2 a {
    display: block;
}

.single-post .post-navigation {
	border-top: 2px dashed #1a1a1a;
	border-bottom: 0;
	margin: 0px;
	margin-bottom: 0;
} 

.single-post .post-navigation .meta-nav {
    color: #404044;
    font-size: 14px;
}

/*- refund policy -*/
.cls_refund_rw h3 strong,
.cls-privacy-rw h3,
.cls_terms_row h3 strong,
.cls_faq_txt h3,
.cls_disclaimer_txt h3 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px !important;
    color: #404044;
    font-weight: 500;
}

.cls_refund_rw p,
.cls-privacy-rw p,
.cls-privacy-rw p strong,
.cls_terms_row p strong,
.cls_terms_row p,
.cls_disclaimer_txt p {
    font-family: 'Lato', sans-serif;
    font-size: 16px !important;
    color: #404044;
}

.cls_terms_row p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.cls-privacy-rw p strong,
.cls_terms_row p strong {
    font-size: 18px !important;

}

.cls_refund_rw a,
.cls-privacy-rw a,
.cls_terms_row a {
    box-shadow: none !important;
}

.cls_terms_row ul {
    list-style: inside;
}

.cls_terms_row ul li {
    font-size: 14.5px !important;
}

/*- consultation inner page -*/
.cls_conslt_frm {
	width: 100%;
	margin: 2rem 0 5rem !important;
	box-shadow: 0 0 10px #ccc;
	padding: 50px;
}

.cls_conslt_frm h3 {
	font-size: 26px !important;
	font-family: 'Lato', sans-serif !important;
	font-weight: 600;
	color: #404044;
	position: relative;
} 
.cls_conslt_frm h3::after {
	position: absolute;
	content: "";
	background: #0d4665;
	bottom: -4px;
	height: 2px;
	width: 150px;
	left: 3px;
}
.cls_conslt_frm .wpcf7-form p {
	margin-bottom: 0;
}

.cls_conslt_frm .wpcf7-form p label {
	width: 100%;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #254d6d !important;
	margin-bottom: 15px;
}
.cls_conslt_frm .wpcf7-form input {
	height: 44px;
}
.cls_conslt_frm .wpcf7-form textarea {
	height: 125px;
} 
.cls_conslt_frm .wpcf7-form p label input {
    padding: 10px;
}

.cls_conslt_frm .wpcf7-form p label input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel::placeholder {
    display: none !important;
}

.cls_conslt_frm .wpcf7-form p .wpcf7-submit {
	font-family: 'Lato', sans-serif;
	padding: 28px 50px;
	font-size: 16px;
	color: #552600 !important;
	background: #ffd262 !important;
	border: 2px solid #e4b34f !important;
	font-weight: 600 !important;
	box-shadow: 0 2px 0 0 #e4b34f !important;
	margin-top: 1rem;
	line-height: 0px;
	transition: all .3s ease-out;
}
.cls_conslt_frm .wpcf7-form p .wpcf7-submit:hover {
	background: transparent !important;
}

/*- faq inner page -*/
.cls_faq_txt .sow-accordion-panel-header {
    background-color: #0098b0 !important;
}

.cls_faq_txt .sow-accordion-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
}

.cls_faq_txt .sow-accordion-panel-content p {
    font-family: 'Lato', sans-serif;
    color: #404044;
    font-size: 15px;
}

/*- pop up cart -*/
.cls_popup-cart {
    width: 100%;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 20px 10px;
    position: fixed;
    left: 50%;
    top: 30%;
    transform: translate(-50%);
    border-radius: 5px;
}

.cls_cart_btn button {
    position: absolute;
    top: 0;
    top: 0;
    right: 0;
    background: #0098b0 !important;
    padding: 0px 10px;
    color: #fff;
}

.cls_popup-cart h2 {
    font-size: 24px;
    margin-top: 10px;
    font-weight: bold;
    color: #1f8899;
}

.cls_popup-cart .cls_cart_btn .cls-chat-btn {
    background-color: #fff !important;
	margin: 5px;
	color: #0098b0;
    border: 2px solid;
}
/*- whatsapp pop up-*/
.cls_popup-content {
    box-shadow: 0 0 16px;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.cls_pop-up_img {
    width: 40%;
}

div#dialog,
#dialogcart {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.65);
    width: 100vw;
    height: 100vh;
    top: 0;
}

div#dialog div#popdiv,
#dialogcart div#popdivcart {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 42%;
    border-radius: 5px;
    overflow: hidden;
}

#dialogcart div#popdivcart {
    width: 50%;
    top: 30%;
    overflow: visible !important;
}

div#dialog button {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: rgb(0, 152, 176);
    font-size: 32px;
    padding: 0px 12px;
}

.cls_pop-up_img img {
    width: 100%;
}

.cls-popup-title {
    padding-left: 40px;
}

.cls-popup-title h4 {
    font-size: 32px;
    font-weight: 600;
    color: #0098b0;
}

.cls-popup-title .cls-chat-btn {
    display: inline-block;
    border: 1px solid #129909;
    padding: 10px 12px 10px;
    border-radius: 8px;
    color: #129909;
    font-size: 18px;
    background: transparent;
}

.cls-popup-title .cls-chat-btn:hover {
    background: transparent;
}

.cls-popup-title p {
    text-transform: capitalize;
    font-size: 22px;
    padding: 5px 0px;
    margin-bottom: 10px;
}

.cls-popup-title p:nth-of-type(2) {
    margin-top: 10px;
    color: #129909;
    font-size: 18px;
    animation: blink 1s linear infinite;
    font-size: 18px;
}

@keyframes blink {
    0% {
        color: #13990A;
    }

    49% {
        color: transparent;
    }

    50% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #000;
    }
}

/*- login/register page -*/
#customer_login h2 {
    font-size: 24px !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 500;
    color: #404044;
}

#customer_login label {
    font-family: 'Lato', sans-serif !important;
}

#customer_login .woocommerce-privacy-policy-text p {
    font-family: 'Lato', sans-serif !important;
}

#customer_login .woocommerce-button {
    font-family: 'Lato', sans-serif;
    color: #552600 !important;
    background: #ffd262 !important;
    border: 2px solid #e4b34f !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 0 0 #e4b34f !important;
}

/*- custom css v.th starts -*/
.whatsp-btn {
	position: fixed;
	transform: translate(0%, -50%);
	right: 0;
	top: 50%;
	z-index: 99;
	cursor: pointer;
}

.whatsp-btn h6 {
    writing-mode: vertical-lr;
    position: absolute;
    left: 22px;
    top: 67px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.whatsp-btn p {
    position: absolute;
    bottom: 19px;
    writing-mode: vertical-lr;
    left: 22px;
    color: darkgreen;
    font-weight: 900;
    font-size: 14px;
    margin: 0;
    animation: blink 1s linear infinite;
}

.home .cls_banner_row {
	margin-top: -22px;
}

.site-footer {
    width: 100%;
}

.site-content {
    padding: 0 3%;
    max-width: 1181px;
    margin: 0px auto;
    margin-top: -30px;
}

.woocommerce-breadcrumb {
    color: #0098b0 !important;
}

.woocommerce-breadcrumb a {
    color: #0a4361 !important;
}

.page-title {
    font-family: 'Roboto Slab', serif !important;
    font-size: 27px !important;
    line-height: 44px !important;
    border-bottom: 1px solid #e2e2e2;
}

.woocommerce-result-count,
.woocommerce-ordering {
    display: none;
}

.archive .products {
    margin-top: 50px !important;
    display: flex;
    flex-wrap: wrap;
}

.archive .products li {
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 0px 0px 30px 0px !important;
    margin: 0 1% 2.992em 0 !important;
    width: 24% !important;
}

.archive .woocommerce-loop-product__title {
	font-family: 'Lato', sans-serif;
	font-size: 18px !important;
	color: #404044;
	min-height: 70px;
	margin: 0 10px !important;
}
.archive .products li .cls_custom_detail {
	min-height: 25px;
}
.archive .products li .star-rating {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -15px !important;
} 

.archive .products li .price {
	font-family: 'Lato', sans-serif;
	font-size: 15px !important;
	color: #254d6d !important;
	display: none !important;
}
.single-product .product_meta {
	display: none;
}

.add_to_cart_button , .product_type_simple{
    font-family: 'Lato', sans-serif;
    padding: 14px 35px;
    font-size: 14px;
    color: #552600 !important;
    background: #ffd262 !important;
    border: 2px solid #e4b34f !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 0 0 #e4b34f !important;
    border-radius: 5px;
}

.single .woocommerce-product-gallery__image {
    border: 1px solid #e2e2e2;
}

.single .product_title {
    margin-bottom: 0px !important;
}

.variations .label {
    color: #686868;
    font-size: 16px;
}

.variations .label label {
    font-weight: normal !important;
}

span.woocommerce-Price-amount.amount {
    margin-left: 0px !important;  
        color: #fff;
}

.addtoany_list {
    top: 2%;
    position: relative;
}

a {
    box-shadow: none !important;
}

/*- custom css v.th ends -*/
/*- admin my account pages-*/
.woocommerce-MyAccount-content {
    font-family: 'Lato', sans-serif !important;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    border: 2px solid #0098b0;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 10px;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 10px;
    border-bottom: 1px solid #0098b0;
}

.woocommerce-MyAccount-navigation li:hover {
    background: #0098b0;
    border-bottom: 1px solid #e2e2e2;
}

.woocommerce-MyAccount-navigationli:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation li a {
    font-family: 'Lato', sans-serif;
    color: #404044;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-MyAccount-navigation li:hover a {
    color: #fff;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
}

.woocommerce table.my_account_orders .button,
.woocommerce-button--next,
.order-again a,
.woocommerce-Message--info a.woocommerce-Button,
.woocommerce-EditAccountForm .woocommerce-Button {
    color: #552600 !important;
    background: #ffd262 !important;
    border: 2px solid #e4b34f;
    background-color: #ffd262;
}

.woocommerce-order-details {
    font-family: 'Lato', sans-serif !important;
}

/* view cart page -*/
.woocommerce-cart-form,
.cart_totals,
.woocommerce {
    font-family: 'Lato', sans-serif !important;
}

#coupon_code {
    width: 140px !important;
}

#coupon_code::placeholder {
    color: #404044 !important;
}

.woocommerce-cart-form .actions button {
    border: 1px solid #404044;
    color: #404044 !important;
}

.cart_totals .wc-proceed-to-checkout .checkout-button,
#place_order {
    border-color: #ffd262;
    background: #e4b34f !important;
    color: #552600 !important;
    border: 2px solid #e4b34f;
}


/***************/
/****MY-CSS*****/
/***************/
   .faq-page-home .sc_fs_faq.sc_card {
	padding: 2em 3em;
	border-left: 2px solid #0098b0;
	border-right: 2px solid #0098b0;
	margin-bottom: 30px;
    } 
.page-template-custompaymenttemplate #content .container {
    box-shadow: 0 0 5px #ccc;
    padding: 20px;
    margin: 3rem auto 4rem;
    border: 2px dashed #0098b0;
}

.page-template-custompaymenttemplate #content td,
.page-template-custompaymenttemplate #content th {
    padding: 0;
    padding: 0.5em;
}

#tab-description h2 {
    display: none;
}

#tab-description p {
    letter-spacing: 1px;
}
#tab-description p strong {
	font-size: 17px;
} 
#tab-description .sc_fs_faq.sc_card {
	box-shadow: none;
	padding: 0;
    border-radius: 0;
}
#tab-description .sc_fs_faq.sc_card h3 {
	background: #0d4665;
	padding: 20px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
#tab-description .sc_fs_faq.sc_card p {
	padding: 15px 10px;
	background: #f2f2f2;
}
#tab-description h3 {
	font-size: 17px;
}
.archive .products li .cls-short-desc p {
	padding: 0 15px;
}

#tab-description li {
	list-style: none;
	letter-spacing: 1px;
	line-height: 2;
	display: inline-flex;
	width: 100%;
}

#tab-description li::before {
    font-family: FontAwesome;
    content: "\f046 ";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    color: #0098b0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #0098b0;
    color: #fff;
    border-bottom: 2px solid #1b4d55;
    border-radius: 10px 10px 0px 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 10px 10px 0px 0px !important;
    border: 2px solid #0098b0;
    background: transparent;
    margin: 0 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    margin-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #0098b0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-bottom: 1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
    outline: 0;
}

/***************/
/****MY-CSS*****/
/***************/
/*- 10/01/2020 -*/
.error404 .search-form {
    width: 197px;
}
.search-submit {
    background: #0098b0;
	color:#fff;
    padding: 0 !important;
    height: 40px;
}
.not-found .page-title {
	font-family: 'Lato', sans-serif ;
	border-bottom: none;
}
.not-found .page-header {
	border-bottom: none;
}
.error404 aside#secondary {
    display: none;
}
.cls_error_div h1.page-title {
    margin-top: 80px;
}
.new-top-menu .cart.menu-item {
	display: none;
}
.cls_refund_rw {
	box-shadow: 0 0 5px #ccc;
	padding: 20px 35px 30px;
	margin-top: 4rem;
	margin-bottom: 5rem;
}
.cls_disclaimer_txt {
	box-shadow: 0 0 5px #ccc;
	padding: 20px 35px 30px;
	margin-top: 4rem;
	margin-bottom: 0rem !important;
}
.cls_refund_rw h3, .cls_privacy_txt h3, .cls_terms_txt h3, .cls_disclaimer_txt h3, .cls_shippping h3 {
	position: relative;
}
.cls_refund_rw h3::after, .cls_privacy_txt h3::after, .cls_terms_txt h3::after, .cls_disclaimer_txt h3::after, .cls_shippping h3::after {
	position: absolute;
	bottom: -2px;
	content: "";
	background: #0d4665;
	width: 50px;
	height: 2px;
	left: 0;
}
.home .cls_disclaimer_txt h3::after {
	right: 0;
	margin: auto;
	width: 100px;
}
.home .cls_disclaimer_txt {
    box-shadow: unset;
    padding: 0;
    margin-top: 0;
}
.home .cls_disclaimer_txt h3 {
	font-size: 30px !important;
	margin-bottom: 15px;
}
.cls_disclaimer_row .so-panel {
	margin-bottom: 10px !important;
}
.cls_privacy_txt {
	box-shadow: 0 0 5px #ccc;
	padding: 30px 35px;
	margin-top: 4rem;
	margin-bottom: 5rem !important;
}
.cls_terms_txt, .cls_shippping {
	box-shadow: 0 0 5px #ccc;
	padding: 30px 35px;
	margin-top: 4rem;
	margin-bottom: 5rem !important;
}
.cls_terms_txt ul li, .cls_privacy_txt ul li,.cls_shippping ul li {
	list-style: none;
	line-height: 2.5;
	font-family: 'Roboto Slab', serif !important;
    display: inline-flex;
    font-size: 16px !important;
    width: 100%;
}
.cls_terms_txt ul li::before, .cls_privacy_txt ul li::before, .cls_shippping ul li::before {
	content: "\f0a4 ";
	font-family: FontAwesome;
	padding-right: 10px;
	color: #0d4665;
	font-size: 19px;
	line-height: 2;
}
.cls_privacy_txt p:nth-of-type(3) {
	margin-bottom: 0;
}
.cls_shippping p {
	font-family: 'Roboto Slab', serif;
	font-family: 'Lato', sans-serif;
	font-size: 16px !important;
	color: #404044;
}
.cls_shippping h3 {
	font-family: 'Poppins', sans-serif !important;
	font-size: 20px !important;
	color: #404044;
	font-weight: 500;
}
.about-us-top-sec p {
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Lato';
    font-weight: 500;
}

.about-us-top-sec p strong, .about-bottom-sec p strong {
	color: #0098b0;
	font-size: 22px;font-family: 'Lato';
}
.about-us-top-sec {
	margin-top: 4rem;
}
.about-middle-sec {
	padding: 10rem 0;
	position: relative;
	z-index: 9;
	background-attachment: fixed;
	background-position: center !important;
}
.about-middle-sec::after {
	position: absolute;
	content: "";
	background: rgba(0,152,176,0.72);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.about-middle-sec p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Lato';
}
.about-bottom-sec p {
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Lato';
}
.about-bottom-sec {
	margin-top: 8rem;
	margin-bottom: 9rem;
}
.about-bottom-sec img {
	padding: 15px;
	box-shadow: 0 0 5px #0a4361;
}
.about-bottom-sec p {
	font-size: 18px;
	letter-spacing: 1px;
}
.contact-address {
	background: #0098b0;
	padding: 100px 50px;
	height: 100%;
	padding-bottom: 110px;
	margin-top: -35px;
}

.contact-address li {
	color: #fff;
	background: #40aabb;
	font-size: 23px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 15px;
	margin-bottom: 35px;
	list-style: none;
	font-family: 'Roboto Slab', serif;
}
.contact-address p {
    font-size: 15px;
    color: #f3f3f3;
    line-height: 1.8em;
    margin-top: 6px;
    margin-bottom: 0;
    font-family: 'Lato';
}

.contact-address li i {
    margin-right: 10px;
}

.contact-form h3 {
    font-size: 38px!important;
    letter-spacing: 5px!important;
    color: #444;
    padding: 0;
    font-weight: 600;
    text-transform: capitalize!important;
    position: relative;
    margin: 0 auto 5px!important;
    font-family: 'Roboto Slab' !important;
}

.contact-form h3::after {
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	background-color: #0098b0;
	z-index: 11;
	margin-left: 45px;
	margin-top: 25px;
	border-radius: 150px;
}

.contact-form h3::before {
	position: absolute;
	content: '';
	height: 15px;
	width: 15px;
	background-color: #0098b0;
	z-index: 1;
	margin-top: 22px;
	border-radius: 150px;
	margin-left: 195px;
}

.contact-form {
	padding: 20px 50px;
	height: 100%;
	background-color: transparent;
	padding-right: 0px;
	padding-bottom: 0px;
	z-index: 9;
	position: relative;
}

.contact-form p {
    letter-spacing: 0;
    color: #666;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    font-family: 'Lato';
}
.contact-sec {
	background-position: 0px 418.905px;
	background-size: cover;
	padding-bottom: 7rem;
}
.contact-sec label {
	width: 100%;
    font-size: 0;
    margin: 0;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"] {
    color: #848484;
    border: 1px solid #848484;
    border-radius: 5px;
    height: 45px;
    z-index: 99999;
    position: relative;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 500;
    font-family: 'Lato' !important;
}
.contact-form input::placeholder {
    font-family: 'Lato' !important;
}
.contact-form textarea::placeholder {
    font-family: 'Lato' !important;
	font-weight: 500;
}
.contact-form form p {
	margin-bottom: 0;
}
.contact-form .your-subject input[type="text"] {
	margin-bottom: 0;
}
.contact-form textarea {
	color: #848484;
	border: 1px solid #848484;
	border-radius: 5px;
	height: 70px;
	font-weight: 300;
	margin-top: 5px;
}
.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus {
	border: #0098b0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #b8d064;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #0098b0;
}

.contact-form input[type="submit"] {
    background: #0098b0;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    transition: all .3s ease;
    border: 2px solid #0098b0;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: 'Lato';
}

.contact-form input[type="submit"]:hover {
    color: #0098b0;
    background: transparent;
    border: 2px solid #0098b0;
}

.contact-address li a {
    text-transform: lowercase!important;
}
.page-id-35 .entry-title {
	margin-bottom: 0 !important;
	border-bottom: 2px solid #ccc;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.cls_sitemap_rw .widget-title {
	text-transform: uppercase;
	color: #0098b0;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 10px;
}
.cls_sitemap_rw ul li {
	line-height: 2.2;
	list-style: disclosure-closed;
	margin-left: 10px;
}
.cls_sitemap_rw ul li a {
	font-family: 'Roboto Slab', serif !important;
	font-size: 15px;
	margin-top: 0 !important;
	display: inline-flex;
	letter-spacing: 1px;
	width: 100%;
	color: #000;
	font-weight: 600;
}
.cls_sitemap_rw ul li a:hover {
	color: #0098b0;
}
.cls_sitemap_rw {
	padding: 2rem 0 5rem;
} 
.custm-fotr2 li .product-title {
    line-height: 1.1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 74%;
}
.woocommerce-EditAccountForm.edit-account legend {
	margin: ;
	padding-bottom: 8px;
	margin-top: 15px;
	font-weight: bold;
}
#post-889 .woocommerce {
	margin-top: 4rem;
	margin-bottom: 4rem !important;
}
#post-889 .woocommerce form .form-row select {
	height: 40px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
.woocommerce-EditAccountForm .woocommerce-Button {
	padding: 20px !important;
	font-size: 16px !important;
	margin-top: 2rem !important;
}
.cls-custm-wdgt3 p {
	margin-bottom: 0px !important;
	line-height: 22px;
} 
.sow-image-container {
    justify-content: flex-start !important;
}
.custom-footer-bottom .custm-fotr4 .sow-image-container {
    justify-content: flex-end !important;
}
/*- changes made on 02 june 2020 -*/
.cls_product_grid ul.products li.product {
    min-height: 82em;
    width: 20% !important;
    padding: 0px 20px;
}
.cls_product_grid .woocommerce ul.products li.product .star-rating {
	text-align: center;
	margin: -20px auto;
	font-size: 16px;
	color: #ffd262 !important;
	position: absolute;
	left: 0;
	right: 0;
}
.woocommerce ul.products li.product .star-rating {
	text-align: center;
    margin: 0 auto;
	color: #ffd262 !important;
	
}
.cls_product_grid .cls-short-desc {
    margin-top: 10px;
	margin-bottom: 0px !important;
}
.custm-fotr2 li .star-rating {
    margin-top: -9px;
}
/*.custm-fotr2 li .star-rating {
    width: 100%;
    color: #d1d319 !important;
}*/
.how_kamagra_works h3 {
	font-size: 30px !important;
	margin-bottom: 15px;
	margin-top: 20px !important;
}
.how_kamagra_works p{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
}
.cls_online_txt p {
	margin-bottom: 15px;
}
.cls_online_txt p strong {
	font-family: 'Roboto Slab', serif;
	margin-bottom: 15px;
}
.home .cls_disclaimer_txt h3 {
    text-align: center;
	font-family: 'Roboto Slab', serif !important;
}
.cls_disclaimer_txt h2 {
	font-size: 20px;
}
.cls_refund_rw p, .cls-privacy-rw p, .cls-privacy-rw p strong, .cls_terms_row p strong, .cls_terms_row p, .cls_disclaimer_txt p {
    font-size: 18px !important;
}
.cls_shippping h3 {
	font-weight: 700;
}
.cls_shippping p {
	font-size: 18px !important;
}
.ciw_address{display: flex;}

/*-- single product page  -*/
.woocommerce-product-details__short-description p ,.woocommerce-Tabs-panel--description p, .woocommerce-Tabs-panel--description ul li {
	font-size: 16px;
}
.cls-short-desc {
    padding-top: 10px;
}
.cls-short-desc p {
	line-height: 25px;
	font-size: 17px;
} 

/*---- trust pilot slider december 2020 -------*/
.cls-trust-slider .gtco-testimonials {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.cls-trust-slider .gtco-testimonials .rating img {
    width: 136px;
    display: inline-block;
}
.cls-trust-slider .gtco-testimonials .trustpilot-title {
    font-size: 24px;
    margin-bottom: 7px;
    text-align: center;
}
.cls-trust-slider .container .gtco-testimonials > div:nth-of-type(1) {
    padding-top: 0;
}
.cls-trust-slider .gtco-testimonials > div:nth-of-type(1) {
    width: 30%;
    padding-top: 40px;
}
.cls-trust-slider .gtco-testimonials .owl-carousel {
    width: 70%;
}
.pilot-logo {
    text-align: center;
    margin-top: -10px;
}
.pilot-logo img {
    width: 190px;
    margin: 0 auto;
} 
.cls-trust-slider .owl-item .card.text-center {
    position: relative;
    left: -170px;
    text-align: left;
}
.cls-trust-slider h2.trustpilot-title {
    margin-top: 15px !important;
}
.cls-trust-slider .rating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cls-trust-slider .gtco-testimonials .fa-star:before {
    background: #00b67a;
    color: #ffff;
    padding: 4px;
}
.cls-trust-slider .gtco-testimonials .card-body a h5 {
    font-weight: 700!important;
    margin-top: 10px;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.cls-trust-slider .gtco-testimonials .card-body p {
    padding-right: 40px;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;   
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.cls-trust-slider .gtco-testimonials .card-body a h6 {
    color: #000;
    text-transform: capitalize !important;
    font-style: normal;    
    font-size: 18px;
}
.cls-trust-slider {
    padding-top: 50px;
}
.cls-trust-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.cls-trust-slider .owl-nav button:focus {
    outline: none !important;   
}
.cls-trust-slider .owl-nav i.fa {
    border: 1px solid;
    border-bottom: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.cls-trust-slider .owl-nav button.owl-prev {
    margin-left: -15px;
}
.cls-trust-slider .owl-nav button.owl-next {
    margin-right: -15px;
}
.woocommerce img, .woocommerce-page img{
    height: auto;
    max-width: 100%;
    padding-left: 0 !important;
    margin-left: 2rem;
}
.cls_product_grid .woocommerce ul.products li.product span.onsale {
    width: 30px;
    right: 5px !important;
    margin: 0 !important;
    top: 5px !important;
    left: auto !important;
    height: 30px !important;
    font-size: 12px !important;
}
.single-product.woocommerce span.onsale {
    left: auto !important;
    right: 52.7% !important;
    top: 6px !important;
}
.single-product.woocommerce section.related.products span.onsale {
    right: 10px !important;
    top: 10px !important;
}
.woocommerce ul.products li.product .onsale {
    width: 40px;
    right: 10px !important;
    top: 10px !important;
    left: auto !important;
}
.cls-anni-logo img {
    max-width: 75px !important;
}

/*05.10.2021*/
.cls_product_grid ul.products {
    margin-top: 12px;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h4 {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.pagination {
    background: transparent;
    border: 0;
}

.entry-content h3, .entry-summary h3, .comment-content h3 {
    font-size: 23px;
}
.entry-content h2, .entry-summary h2, .comment-content h2 {
    font-size: 28px;
}


/*- responsive starts-*/

@media only screen and (max-width: 15000px) and (min-width: 1921px){

    .cls_product_grid ul.products li.product {
	    min-height: max-content;
    }
} 
 
@media(max-width: 1440px) {
    .cls-short-desc p {
	font-size: 15px;
    }

    .cls_product_grid ul.products li.product {
	min-height: 0em !important; 
    }
}
 
@media(max-width: 1410px) {
div#dialog div#popdiv, #dialogcart div#popdivcart {
    width: 53%;
}
}
@media(max-width: 1199px) {

    .head-bar .container,
    .cls-custom-footer-section #colophon .container {
        width: 93% !important;
    }

    .site-footer {
        padding: 0 0 2em !important;
    }

    .site-branding {
        padding-left: 5 !important;
    }

    .main-navigation a {
        font-size: 16px;
    }

    .head-bar.container {
        width: 94% !important;
    }

    .custom-top-widget {
        max-width: 260px;
		padding-right: 0px;
    }
	.site-header .custom-html-widget a {
    font-size: 17px;
}

   .site-header i.fa.fa-whatsapp {
    font-size: 30px;
    left: -20px;
}

    .head-bar .row .col-md-12 {
        padding: 0px 0px;
    }

    .head-bar {
        font-size: 13px;
    }

    .cls_cheap_txt p:first-child {
        font-size: 38px;
    }

    .cls_cheap_txt p:last-child {
        font-size: 52.44px;
    }

    .cls_buy_btn a.ow-icon-placement-left.ow-button-hover {
        padding: 15px 50px;
        font-size: 18px;
    }

    .cls_tablet_txt h5 {
        font-size: 17px;

    }

    .cls_choose_txt p {
        font-size: 17px;
    }

    .cls_choose_txt h3 {
        font-size: 34px;
    }


    .cls_why_text ul li h5 {
        font-size: 14px;
    }

    .cls_recommend_text h2 strong {
        font-size: 28px;
    }

    .cls_recommend_text p strong {
        font-size: 16px;
    }

    .cls_higly_row {
        padding: 0px;
    }

    .cls_higly_row .panel-grid-cell:first-child {
        padding: 27px 0px;
    }

    .cls_higly_row .cls_buy_btn a.ow-icon-placement-left.ow-button-hover {
        padding: 14px 40px;
        font-size: 16px;
    }

    .cls_online_txt h2 {
        font-size: 26px;
    }

    .cls_online_txt p {
        font-size: 16px;
    }

    .cls_contact_form input[type="text"],
    .cls_contact_form input[type="email"],
    .cls_contact_form input[type="tel"],
    .cls_contact_form textarea {
        padding: 9px 9px;
        font-size: 12px;
    }

    .cls_contact_form textarea.wpcf7-form-control.wpcf7-textarea {
        max-height: 87px;
    }

    .cls_contact_form input[type="submit"] {
        font-size: 14px;
    }

    .cls_blue_section .cls-bl-txt p:nth-child(2) {
        font-size: 16px;
    }

    .cls_blue_section .cls-bl-txt p {
        font-size: 12px;
    }

    .cls-bl-txt img {
        max-width: 80%;
    }

    .cls_blue_section .cls-bl-txt p:first-child {
	left: -35px;
    }

    .cls_disclaimer_txt h3 {
        font-size: 22px;
    }

    .cls_disclaimer_txt p {
        font-size: 15px;
    }

    .cls_disclaimer_row a.ow-icon-placement-left.ow-button-hover {
        font-size: 16px;
    }

    .cls-custom-footer-section {
        margin-top: 0;
    }

    .menu-footer-menu-1-container ul li a {
        font-size: 13px;
    }

    .ciw_contact_address {
        font-size: 13px;
    }

    .ciw_contact_phone a,
    .ciw_contact_email a {
        font-size: 12px;
    }

    .custm-fotr2 li a {
        font-size: 13px;
    }

    /*.custm-fotr2 li .star-rating {
        width: 100%;
		font-size: 13px;
    }*/

    .custm-fotr4 .textwidget p {
        font-size: 12px;
    }

    div#dialog div#popdiv {
        width: 50%;
    }

    .cls_popup-cart h2 {
        font-size: 20px;
    }

    .cls-popup-title {
        padding-left: 25px;
    }

    .cls-popup-title h4 {
        font-size: 22px;
    }

    .cls-popup-title p {
        font-size: 16px;
    }

    .cls-popup-title .cls-chat-btn {
        font-size: 14px;
    }

    .cls-popup-title p:nth-of-type(2) {
        font-size: 16px;
    }

    div#dialog button {
        font-size: 24px;
    }

/*
    .custm-fotr2 li {
        height: 50px;
    }
*/

    .custm-fotr2 li a {
        width: 95%;
    }

    .custm-fotr2 li span.woocommerce-Price-amount.amount {
        font-size: 12px !important;
    }
    .cls_why_text h5, .cls_why_text ul li {
	font-size: 16px;
    }
    .contact-address {
	padding: 100px 25px;
    }
.main-navigation a {
    padding: 0.65625em 0.75em;
}
.cls-custom-widget p {
	font-size: 13px;
} 
.head-bar .row .col-md-12 .cls-custm-wdgt4 a.ow-icon-placement-left.ow-button-hover {
    padding: 10px 25px;
}
.whatsp-btn {
    right: -10px;
}
#popbtn img {
	max-width: 90%;
}
.whatsp-btn h6 {
    left: 20px;
    top: 59px;
}
.whatsp-btn p {
    bottom: 13px;
    left: 15px;
    font-size: 13px;
}
.cls_product_grid ul.products li.product a img {
    padding: 0px 20px;
}
.woocommerce.columns-5 ul.products li.product {
    width: 20%;
}
} 

@media (max-width: 1080px) {
    .cls_higly_row .panel-grid-cell:first-child {
        padding: 13px 0px;
    }

} 

@media(max-width: 1024px) {
    .site-header-main {
        max-width: 95%;
    }

    .main-navigation a {
        font-size: 16px;
    }

    .head-bar .row .col-md-12 .cls-custm-wdgt4 a.ow-icon-placement-left.ow-button-hover {
        padding: 11px 30px;
        font-size: 13px
    }

    .cls_cheap_txt p:first-child {
        font-size: 33px;
    }

    .cls_cheap_txt p:last-child {
        font-size: 46.44px;
    }

    .cls_buy_btn a.ow-icon-placement-left.ow-button-hover {
        padding: 13px 45px;
        font-size: 17px;
    }

    .cls_product_row .panel-grid-cell {
        height: 66vh;
    }

    .cls_tablet_txt h5 {
        font-size: 16px;
    }

    .cls_tablet_txt a {
        font-size: 13px;
    }

    .cls_choose_txt p {
        font-size: 16px;
    }

    .cls_choose_txt h3 {
        font-size: 32px;
    }

     .cls_buy_btn a.ow-icon-placement-left.ow-button-hover {
        padding: 12px 40px;
        font-size: 16px;
    }
 
    .cls_online_txt h2 {
        font-size: 24px;
    }

    .cls_online_txt p {
        font-size: 15px;
    }

    .cls_contact_form h3 {
        font-size: 20px !important;
    }
    .cls_contact_form h3::after {
	width: 152px;
    }

    #colophon {
        padding: 0;
    }

    .cls_why_text ul li h5 {
        margin-bottom: 0;
    }

    .cls_higly_row .cls_buy_btn a.ow-icon-placement-left.ow-button-hover {
        padding: 10px 30px;
        font-size: 16px;
    }
 
    .custom-footer .textwidget p {
        font-size: 13px;
    }
    .cls_product_grid ul.products li.product {
	min-height: auto;
	width: 50% !important;
    }
    .cls_product_grid ul.products li.product h2 {
	min-height: 4em;
    }
    .error404 .cls_error_div h1.page-title {
	margin-top: 0;
    }
    .head-bar .cls-custom-widget, .head-bar .cls-custm-wdgt2, .head-bar .cls-custm-wdgt3, .head-bar .cls-custm-wdgt4 {
	width: 50%;
	display: inline-flex;
	justify-content: center;
    }
    .head-bar .row .col-md-12 {
	flex-wrap: wrap;
	justify-content: center;
    }
	.custm-fotr2 li span.woocommerce-Price-amount.amount {
    font-size: 11.5px !important;
}
	.cls_product_grid ul.products li.product a img {
    padding: 20px 20px;
}
.site-header .custom-html-widget a {
    font-size: 13px;
}
.custom-top-widget {
    max-width: 127px;
}
.main-navigation .primary-menu > li.lgin a {
    padding: 8px 11px;
    font-size: 13px;
}
.site-header i.fa.fa-whatsapp {
    font-size: 25px;
    left: -13px;
}
} 
 
@media (max-width: 992px) {
    .site-header .custom-html-widget a {
        font-size: 16px;
    }

    .site-header i.fa.fa-whatsapp {
        font-size: 32px;
    }

 .main-navigation a {
    font-size: 15px;
}

    .head-bar .container {
        max-width: 97% !important;
        width: 100%;
    }

    .head-bar {
        font-size: 12px;
    }

    .head-bar .row .col-md-12 {
        flex-wrap: wrap;
        width: 100%;
    }

    .head-bar .row .col-md-12 .cls-custm-wdgt4 a.ow-icon-placement-left.ow-button-hover {
        font-size: 12px;
    }

    .cls_cheap_txt p:first-child {
        font-size: 28px;
        padding-top: 100px;
    }

    .cls_cheap_txt p:last-child {
        font-size: 42.44px;
    }

/*
    .cls_buy_btn {
        padding-bottom: 100px;
    }
*/ 

    .cls_tablet_txt h5 {
        font-size: 15px;
    }

    .cls_choose_txt p {
        font-size: 15px;
    }

    .site-content {
        padding: 0px;
    }

    .cls_higly_row .cls_buy_btn a.ow-icon-placement-left.ow-button-hover {
        padding: 12px 35px;
        font-size: 15px;
    }

    #colophon .container {
        width: 100%;
    }

    .custom-footer h2 {
        font-size: 16px;
    }

    .custom-top-widget {
        max-width: 220px !important;
    }

    .site-branding {
        margin: 0 !important;
        padding-right: 0;
    }

    .cls_why_row .panel-grid-cell:last-child .panel-first-child {
        margin-bottom: 10px !important;
    }

    .cls_why_text ul li h5 {
        font-size: 13.5px;
    }


    .cls_higly_row .panel-grid-cell .so-panel:after {
        display: none !important;
    }

    .cls_recommend_text .textwidget:after {
        display: none !important;
    }

    .cls_recommend_text p {
        margin-bottom: 0px !important;
    }

    .cls_higly_row .cls_recommend_text p:last-child {
        margin-top: 10px !important;
        margin-bottom: -12px !important;
    }

    .cls_contact_form form.wpcf7-form p {
        margin-bottom: 10px;
    }


    .ciw_email {
        display: inline-flex;
    }

    .custom-logo {
        max-width: 100% !important;
    }

    .site-header-main {
        justify-content: space-between;
    }

    .site-header-menu {
        margin-left: 20px;
    }

    .cls_product_grid ul.products li.product h2 {
        font-size: 17px !important;
    }

    .cls_product_grid ul.products li.product .price {
        font-size: 15px !important;
    }

    .cls_product_grid ul.products li.product .add_to_cart_button {
        font-size: 14px;
    }

    .cls_blue_section .cls-bl-txt p:nth-child(2) {
        font-size: 15px;
    }

    .ciw_email {
        display: flex;
        flex-direction: column;
    }

    .archive .products li,
    .related .products li {
        margin: 0 1% 10px 0 !important;
        width: 32.33% !important;
    }

    .rt-detail p {
        font-size: 14px;
    }
.custm-fotr2 li a {
    width: 100%;
}	
.custm-fotr2 li a img {
    position: relative;
    top: -10px;
}
}

@media(max-width: 909px) {
    .entry-content {
        margin-left: 0;
        margin-right: 0;
    }

    .cls_buy_btn {
        padding-bottom: 80px;
    }

    .custom-logo {
        max-width: 80% !important;
    }

    .cls_cheap_txt p:last-child {
        font-size: 40px;
    }

    .head-bar .row .col-md-12 {
        justify-content: space-around;
    }

    .cls_banner_row {
        padding-bottom: 50px !important;
    }


    .cls_why_row.panel-row-style.panel-row-style-for-58-3 {
        display: flex;
        align-items: center !important;
        flex-wrap: wrap;
        padding-bottom: 40px !important;
    }

    .cls_why_row .widget {
        padding-top: 0;
    }

    .cls_higly_row .cls_recommend_text p:last-child {
        margin-bottom: -15px !important;
    }

    .cls_online_txt {
        padding: 26px 0px 48px;
    }

    .cls_contact_form form.wpcf7-form p label {
        height: 38px;
    }

    .cls_contact_form h3 {
        margin-bottom: 0 !important;
    }

    .cls_contact_form form.wpcf7-form p label:last-child {
        height: 100px !important;
    }

    .cls_blue_section .cls-bl-txt p:first-child {
        position: relative;
        transform: initial;
        left: initial;
        text-align: center !important;
    }

    .cls_blue_section .cls-bl-txt p:nth-child(2),
    .cls_blue_section .cls-bl-txt p:last-child {
        padding-left: 0;
        text-align: center !important;
    }

    .cls_blue_section .widget {
        padding-top: 0;
    }

    .cls_blue_section .panel-grid-cell:nth-child(2) .cls_shipping_txt {
        position: relative;
        left: -12px;
    }

    .custom-footer {
        display: flex;
        flex-wrap: wrap;
    }

    .custom-footer .col-sm-3 {
        width: 33.33%;
    }

    .custom-footer .custm-fotr4 {
        width: 50%;
    }

    .cls-custom-footer-section:after {
        top: 93%;  
    }

    .custom-footer-bottom p {
        font-size: 13px;
    }

    nav.main-navigation {
        display: none;
    }

    .ciw_email {
        display: flex;
        flex-direction: row;
    }

    .cls_shipping_txt p:first-child {
        left: 0px !important;
    }

    .cls_conslt_frm {
        width: 80%;
    }

    div#dialog div#popdiv,
    #dialogcart div#popdivcart {
        width: 58%;
    }
    .error-404.not-found .col-sm-6 {
	width: 100%;
	padding: 0;
    }
    .error-404.not-found .page-header {
	margin: 0;
    }
    .cls_why_row {
	flex-wrap: wrap !important;
    }
    .cls_why_row .panel-grid-cell {
	width: 100% !important;
    }
    .cls_why_row .panel-grid-cell img {
	width: 100%;
    }
    .cls_choose_row .cls_choose_txt {
	padding-top: 0;
    }
    .cls_why_row .cls_why_text h5 {
	margin-bottom: 0;
    }
    .cls_why_row .cls_buy_btn {
	padding-bottom: 0;
	margin-top: 20px;
    }
    .cls_higly_row {
	margin-top: 5rem;
    }
    .about-us-top-sec {
	flex-wrap: wrap !important;
    margin-bottom: 4rem;
    }
    .about-us-top-sec .panel-grid-cell {
	width: 100% !important;
    }
    .about-us-top-sec .panel-grid-cell:first-child {
	order: 2;
    }
    .about-us-top-sec img {
	margin: auto;
	display: table;
    }
    #mg-wprm-wrap .login-hearder, #mg-wprm-wrap .header-cart {
	position: relative;
    }
    #mg-wprm-wrap .login-hearder::after {
	position: absolute;
	content: "\f007 ";
	top: 10px;
	left: 167px;
	font-family: FontAwesome;
	color: #fff;
	font-size: 21px;
    }
    #mg-wprm-wrap .header-cart::after {
	position: absolute;
	content: "\f07a ";
	top: 12px;
	left: 63px;
	font-family: FontAwesome;
	color: #fff;
	font-size: 21px;
    }
.custm-fotr2 li a img {
    position: relative;
    top: 0;
}	
.cls-trust-slider .owl-item .card.text-center{left: -477px;}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: flex !important;
}
.site-branding {
    width: 48% !important;
}
} 

@media(max-width:780px) {
    .faq-page-home .sc_fs_faq.sc_card {
	padding: 2em 1em;
    }
    .faq-page-home .sc_fs_faq.sc_card h2 {
	margin-bottom: 10px;
    }
    .faq-page-home .sc_fs_faq.sc_card p {
	padding: 0;
    }
    .faq-page-home {
	margin: 0 0;
    }
    .cls_product_grid ul.products li.product a img {
	height: auto !important;
	padding-bottom: 0;
    }
   /* .cls_product_grid .woocommerce ul.products li.product .star-rating {
	margin: 0px auto;
    }*/
    .cls_product_grid .cls_custom_detail {
	margin-top: 20px;
    }
    .cls_product_grid ul.products li.product h2 {
	min-height: auto;
    }
    .site-header i.fa.fa-whatsapp {
        font-size: 26px;
        left: -1px;
        top: 14px;
    }

    .custom-logo {
        max-width: 100% !important;
    }

    .site-header-main::before {
        display: none !important;
    }

    .site-branding {
	width: 100%;
	text-align: center;
    }

    .custom-logo {
        padding: 11px;
    }

    .custom-top-widget {
        order: 2;
        max-width: 240px;
        width: 50%;
    }

    .site-header-main {
        max-width: 100%;
        padding: 0px;
    }

    .site-header .custom-html-widget a {
        font-size: 12px;
    }

    .head-bar .cls-custom-widget,
    .head-bar .cls-custm-wdgt2,
    .head-bar .cls-custm-wdgt3,
    .head-bar .cls-custm-wdgt4 {
        text-align: center;
        width: 100%;
        margin: 5px 0px
    }

    .head-bar .cls-custm-wdgt3 {
        padding: 5px 0px;
    }

    .head-bar .cls-custm-wdgt4 {
        padding: 0px 0px 8px;
    }

    .cls_cheap_txt p:last-child {
        font-size: 42.44px;
        line-height: 48px;
    }

    .cls_product_row {
        flex-wrap: wrap !important;
        flex-direction: inherit !important;
    }

    .cls_product_row .panel-grid-cell {
        width: 100% !important;
    }

    .cls_product_row .panel-grid-cell {
        height: 100%;
    }

    .home .entry-content {
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        position: relative;
    }

    .main-navigation {
        display: none;
    }

    .cls_blue_section .panel-grid-cell {
        border-right: none;
    }

    .cls_blue_section .panel-grid-cell:nth-child(2) .cls_shipping_txt {
        left: 0;
    }

    .cls_blue_section .cls-bl-txt p:first-child {
        left: 0px !important;
    }

    .cls_higly_row .panel-grid-cell:last-child {
        display: block !important;
    }

    .cls_higly_row {
        background-image: none !important;
        padding-top: 50px;
    }

    #menu-toggle {
        display: none !important;
    }

    .custom-top-widget {
    max-width: 173px !important;
    margin: -15px auto 10px;
    text-align: center;
	display: flex;
    justify-content: center;
}

    .cls_house-img img,
    .cls_touch_img img {
        width: 100%;
    }

     
    
    .cls_online_txt, 
    .cls_disclaimer_txt {
        padding-left: 20px;
        padding-right: 20px;
    }
  
    .custom-footer .col-sm-3 {
        width: 100%;
    }

    .menu-footer-menu-1-container ul li:before {
        left: -15px;

    }

    .cls_blue_section {
        padding-bottom: 45px;
    }

    .cls_blue_section .panel-grid-cell {
        margin-bottom: 0px !important;
    }

    .custm-fotr2 li {
        max-width: 320px !important;
    }

    .cls_product_grid {
        border-bottom: none;
    }

    .cls_product_grid ul.products li.product {
	width: 100% !important;
	border-bottom: 2px solid #e7e7e7;
	border-right: none;
	padding-bottom: 20px;
    }

    .cls_choose_txt {
        padding-top: 0;
    }

    .cls-custom-footer-section::after {
	top: 89%;
    } 

    .custom-footer {
        padding: 0;
    }

    .custom-footer .col-sm-3 {
        padding: 0;
    }

    .custom-footer h2 {
        margin-top: 35px;
    }

    .custom-footer-bottom {
        padding-left: 0;
    }

    .custom-widget-footer.custom-footer-bottom {
        display: flex;
        justify-content: space-between;
    }

    .custom-footer-bottom .custm-fotr4 {
        padding-left: 0;
    }

    .site-content {
        padding: 0 !important;
    }

    .cls_conslt_frm {
        width: 100%;
    }

    .cls_conslt_frm h3 {
        font-size: 20px !important;
    }

    .cls_cnt_form {
        border-right: none !important;
        border-bottom: 1px solid #404044;
    }

    .cls_address {
        padding-bottom: 15px;
    }

    .cls_cnt_form .wpcf7-form p {
        padding-right: 0;
    }

    .cls_cnt_form h3,
    .cls_address h3 {
        font-size: 20px !important;
    }

    .cls_address p {
        font-size: 16px;
    }

    .cls_address p:last-child {
        margin-top: 10px;
    }

    .cls_address a {
        font-size: 16px;
    }

    .custm-fotr2 li a {
        width: 100%;
    }
    .cls_house-img img {
	width: 100%;
    }
    .cls_get_row img {
	width: 100%;
    }
    #colophon .col-sm-3 {
	width: 50%;
    }
    .custom-footer-bottom .col-sm-8.custm-fotr4 {
	width: 100%;
	max-width: 100%;
    padding-right: 0;
    }
    .custom-footer-bottom .col-sm-3.custm-fotr4 {
	width: 100% !important;
    padding-right: 0;
    }
  .custom-widget-footer.custom-footer-bottom {
	display: block;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
    padding-right: 0;
    }
 
     .cls_get_row {
	margin-top: 0;
    }
    .home .panel-grid {
	margin-bottom: 0 !important;
    }
    .cls_get_row .so-panel {
	padding-top: 0;
    } 
    .cls_house-img img {
	margin-top: 3rem;
    }
    .custom-footer-bottom .chw-widget img {
	padding-top: 5px;
    }
    .cls_contact_form form.wpcf7-form p label {
	height: 55px;
    }
    .cls_contact_form input[type="submit"] {
	margin-top: 2rem;
    }
    .contact-form {
	padding: 0px 0px;
    }
    .contact-address {
	padding: 50px 25px;
    }
    .cls_sitemap_rw {
	width: 51%;
	margin: auto;
    }
    .about-bottom-sec img {
	margin: auto;
	display: table;
    }
.custom-footer-bottom .custm-fotr4 .sow-image-container {
    justify-content: center !important;
}	
.how_kamagra_works {
    padding: 0px 11px;
}
} 
 
@media(max-width: 767px) {
	
/********* homepage responsive ********/
	
header#masthead .site-header-main.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

header#masthead .site-header-main.row .custom-top-widget {
    margin: 0;
}

header#masthead .site-header-main.row .custom-top-widget i.fa.fa-whatsapp {
    left: -8px;
}

	
/********* end of homepage responsive ********/	
	
	
	
    .cls_product_grid .woocommerce ul.products li.product .star-rating {
    margin: 0px auto !important;}
    .how_kamagra_works h3 {
	font-size: 24px !important;
	margin-bottom: 10px;
	margin-top: 15px !important;
    }
    .how_kamagra_works p {
	font-size: 16px;
    }
    .single-product .summary.entry-summary {
        margin: 0;
    }

    #variations-table .price {
        font-size: 15px !important;
    }

    #variations-table .pro_qty {
        font-size: 15px;
    }

    #variations table.variations td.quantity,
    #variations table.variations td.add-to-cart {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .related h2 {
        font-size: 24px;
    }

    .rt-holder {
        box-shadow: 0 0 10px #404044;
    }

    .rt-detail {
        padding: 5px;
    }

    .rt-holder .row .rt-col-sm-6:first-child,
    .rt-holder .row .rt-col-sm-6:last-child {
        width: 100% !important;
    }

    .rt-holder .row .rt-img-holder {
        width: 100%;
        margin-bottom: 10px !important;
    }

    .rt-tpg-container .layout2 .rt-holder .rt-img-holder img {
        width: 100% !important;
    }

    .single-post #primary {
        width: 100% !important;
    }

    .single-post #content #secondary {
        padding: 0px !important;
    }

    .single-post #content #primary .entry-header {
        margin-left: 0px !important;
    }

    .single-post #content #primary .post-thumbnail {
        margin: 0px !important;
    }

    #nav_menu-3 h2.widget-title {
        font-size: 22px !important;
    }

    .woocommerce-MyAccount-navigation ul {
        margin-left: 0;
    }

    div#dialog div#popdiv,
    #dialogcart div#popdivcart {
        width: 70%;
    }

    .cls-popup-title h4 {
        font-size: 20px;
    }

    .cls-popup-title p {
        font-size: 15px;
    }

    .cls-popup-title .cls-chat-btn {
        font-size: 13px;
    }

    .cls-popup-title p:nth-of-type(2) {
        font-size: 15px;
    }

    .cls_popup-cart {
        width: 360px;
    }

    .cls_popup-cart h2 {
        font-size: 17px;
    }

    #popbtn img {
        max-width: 80% !important;
    }

    .whatsp-btn h6 {
        left: 18px;
        top: 54px;
        font-size: 13px;
    }

    .whatsp-btn p {
        bottom: 7px;
        left: 15px;
        font-size: 13px;
    }
    .new-top-menu ul li a {
	font-size: 14px;
    }
    .whatsp-btn {
	right: -15px;
    }
    .cls_blog_rw .rt-holder {
	box-shadow: 0 0 10px #ccc;
	margin-bottom: 20px;
    }
    .cls_blog_rw .rt-detail .read-more {
	text-align: left !important;
    }
    .cls_blog_rw .rt-detail {
	padding: 5px 10px;
    }
   
}
 
@media(max-width: 640px) {
    .cls_cheap_txt p:first-child {
        font-size: 24px;
        padding-top: 30px;
    }

    .cls_cheap_txt p:last-child {
        font-size: 34.44px;
        line-height: 40px;
    }

    .cls_choose_txt h3 {
        font-size: 28px;
    }

    .cls_buy_btn a.ow-icon-placement-left.ow-button-hover {
        padding: 8px 34px;
        font-size: 14px;
    }

    .cls_disclaimer_row a.ow-icon-placement-left.ow-button-hover {
        font-size: 15px;
        padding: 13px 18px;
    }

    .custom-footer .custm-fotr4 {
        max-width: 305px;
    }

    .cls_refund_rw h3 strong,
    .cls-privacy-rw h3,
    .cls_terms_row h3 strong,
    .cls_faq_txt h3,
    .cls_disclaimer_txt h3 {
        font-size: 18px !important;
    }
.page-id-25 .cls_refund_rw h3::after {
	width: 115px;
}
    .cls-privacy-rw p strong,
    .cls_terms_row p strong {
        font-size: 16px !important;
    }

    .cls_refund_rw p,
    .cls-privacy-rw p,
    .cls-privacy-rw p strong,
    .cls_terms_row p strong,
    .cls_terms_row p,
    .cls_disclaimer_txt p {
        font-size: 15px !important;
    }

    .cls_terms_row ul li {
        font-size: 13.5px !important;
    }

    .cls_abt_txt p {
        font-size: 15px;
    }

    .cls_faq_txt .sow-accordion-title {
        font-size: 15px;
    }

    .archive .products li,
    .related .products li {
        margin: 0 1% 10px 0 !important;
        width: 48.33% !important;
    }

    .page-title {
        font-size: 24px !important;
    }

    div#dialog div#popdiv,
    #dialogcart div#popdivcart {
        width: 84%;
    }

    div#dialog button {
        font-size: 17px;
        padding: 0px 10px;
    }

    .cls-popup-title h4 {
        font-size: 20px;
    }

    .cls-popup-title p {
        font-size: 15px;
    }

    .cls-popup-title .cls-chat-btn {
        font-size: 12px;
    }

    .cls_popup-cart {
        width: 360px;
    }

    .cls_popup-cart h2 {
        font-size: 17px;
    }
    #colophon .custm-fotr3 img {
	width: 160px;
    }
    .new-top-menu ul li a {
	font-size: 12px;
        padding: 5px;
    }
    .cls_sitemap_rw {
	width: 100%;
    }
}

@media (max-width: 500px) {
    .archive .woocommerce-loop-product__title {
	min-height: auto;
	margin: 25px 10px !important;
    }
    .archive .products li, .related .products li {
	width: 100% !important;
    }
    .cls_cheap_txt p:first-child {
        font-size: 21px;
        padding-top: 30px;
    }

    .cls_choose_txt h3, .cls_recommend_text h2 strong {
        font-size: 24px;
    }

 
    
    .cls_online_txt, 
    .cls_disclaimer_txt {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cls_cheap_txt p:last-child {
        font-size: 26.44px;
    }

    .cls_contact_form form.wpcf7-form p label {
        width: 98.5%;
    }

    .cls_online_txt h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .cls_contact_form form.wpcf7-form p:nth-child(2) label {
        width: 100% !important;
    }

    .cls_contact_form textarea.wpcf7-form-control.wpcf7-textarea {
        max-width: 100%;
    }

    .archive .woocommerce-loop-product__title {
        font-size: 16px !important;
        padding: 0px 5px !important;
    }

    .archive .products li .price {
        font-size: 14px !important;
        margin-top: 5px;
    }

    .archive .products .add_to_cart_button {
        padding: 7px !important;
    }

    .related ul.products li.product h2 {
        font-size: 15px !important;
    }

    .related ul.products li.product .price {
        font-size: 13px;
    }

    #variations-table .pro_qty {
        font-size: 14px;
    }

    .product .product_title.entry-title {
        font-size: 22px;
        ;
    }

    .available-options-btn .single_add_to_cart_button.button.alt {
        font-size: 14px;
    }

    #customer_login h2 {
        font-size: 22px !important;
    }

    .rt-tpg-container {
        padding: 0px !important;
    }

    .rt-detail h2.entry-title a {
        font-size: 18px;
    }

    .rt-detail p {
        font-size: 13px;
    }

    .single .category-kamagra4australia-store .entry-content p {
        font-size: 15px !important;
    }

    #nav_menu-3 h2.widget-title {
        font-size: 20px !important;
    }

    div#dialog div#popdiv,
    #dialogcart div#popdivcart {
        width: 60% !important;
    }

    .cls_pop-up_img {
        width: 100% !important;
    }

    .cls_popup-cart {
        width: 260px;
    }

    .cls_popup-cart h2 {
        font-size: 16px;
    }

    #tab-description,
    #tab-additional_information,
    #reviews {
        padding: 15px;
    }
    #colophon .col-sm-3 {
	width: 100%;
    }
    .cls-custom-footer-section::after {
	top: 95%;
    }
    .custom-widget-footer.custom-footer-bottom {
	padding-bottom: 15px;
	padding-top: 10px;
    }
    .custom-logo {
	width: 150px;
    }
    .cls_higly_row {
	margin-top: 6rem;
    }
    .cls_why_text ul {
	margin-left: 0;
    }
    .new-top-menu ul li {
	margin: 4px 2px;
    }
    .new-top-menu ul li a {
	font-size: 12px;
	padding: 3px;
    }
    .cls_refund_rw {
	padding: 0 10px 20px;
    }
    .cls_privacy_txt, .cls_terms_txt, .cls_shippping {
	padding: 30px 10px;
    }
    .cls_refund_rw h3 strong, .cls-privacy-rw h3, .cls_terms_row h3 strong, .cls_faq_txt h3, .cls_disclaimer_txt h3, .cls_shippping h3 {
	margin-bottom: 10px !important;
    }
    .cls_terms_txt ul li, .cls_privacy_txt ul li, .cls_shippping ul li {
	display: inline-block;
    }
     .cls_terms_txt ul, .cls_privacy_txt ul, .cls_shippping ul {
	margin-left: 0;
    }
    .error404 .cls_error_div {
	margin: 0;
    }
    .home .cls_disclaimer_txt h3 {
	font-size: 25px !important;
    }
    .contact-form h3 {
	font-size: 32px !important;
    }
    .contact-form h3::before {
	height: 12px;
	width: 12px;
	margin-top: 16px;
	margin-left: 158px;
    }
    .contact-form h3::after {
	height: 7px;
	width: 7px;
	margin-left: 40px;
	margin-top: 19px;
    }
    .contact-form p {
	font-size: 14px;
    }
    .contact-address {
	padding: 50px 15px;
    }
    .contact-address li {
	font-size: 21px;
    }
    .cls_sitemap_rw .widget-title {
	font-size: 20px;
	margin-bottom: 0;
    }
    .cls_sitemap_rw ul li a {
	font-size: 14px;
	font-weight: 500;
    }
    .cls_sitemap_rw .so-panel {
	padding: 0;
    }
    .cls_sitemap_rw ul li {
	margin-left: 0;
    }
    .about-us-top-sec p, .about-bottom-sec p {
	font-size: 15px;
    }
    .about-middle-sec p {
	font-size: 16px;
    }
    .about-bottom-sec {
	margin-top: 5rem;
	margin-bottom: 5rem;
    }
    .about-bottom-sec .panel-grid-cell .so-panel {
	padding: 0 !important;
    }
    .cls_conslt_frm {
	padding: 25px 20px;
    }
}   

@media(max-width:360px){
    .cls-custom-footer-section::after {
	top: 93.7%;
    }
}
@media (min-width: 910px) and (max-width: 960px) {
.site-header-main {  
	max-width: 100%;
    flex-wrap: nowrap !important;
}
.main-navigation a {
    padding: 0.65625em 0.45em;
}
}
@media (min-width: 781px) and (max-width: 909px) {
    .site-header-main {
        margin: 50px auto 10px;
    }

    .site-branding {
        order: 0;
        width: 62%;
    }

    .custom-top-widget {
        order: 0;
        width: 45%;
    }

    #menu-toggle {
        order: 2;
        width: 9%;
        margin-right: 20px;
        color: #fff;
        background: #0098b0;
        font-size: 16px;
        padding: 8px;
    }

    .single-product .summary.entry-summary {
        margin: 0;
    } 
}

@media(min-width:769px) and (max-width: 909px) {
    #wprmenu_bar {
        display: flex;
        flex-direction: row;
        background: #0098b0;
        padding-left: 27px;
    }

    #mg-wprm-wrap li.menu-item a {
        padding: 13px 30px;
    }

    #mg-wprm-wrap div.wpr_search {
        padding-left: 30px;
    }

    #mg-wprm-wrap.custom .menu_title,
    #mg-wprm-wrap {
        display: block;
        background:
            #fff;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        background-color: #fff !important;
    }

    #wprmenu_bar .menu_title {
        line-height: 25px;
        margin-left: 10px;
    }

    html body .wprm-overlay.active {
        background: rgba(0, 0, 0, .5);
    }

    #mg-wprm-wrap {
        background-color: #0098b0;
        width: 45%;
    }

    #mg-wprm-wrap ul li {
        border-top: solid 1px rgba(255, 255, 255, 0.05);
        border-bottom: solid 1px rgba(255, 255, 255, 0.05);
    }

    #mg-wprm-wrap li a {
        background: #0098b0;
        color: #fff;
        text-transform: uppercase;
    }

    .single-product .summary.entry-summary {
        margin: 0;
    }

    .available-options-btn .single_add_to_cart_button.button.alt {
        font-size: 15px;
    }
}

@media(min-width:769px) and (max-width: 780px) {
    .site-header-main {
        max-width: 100%;
        padding: 20px 0px 0px;
        margin: 20px 0px 0px;
    }
}

#variations .variation-filters {
    display: none;
}

@media(min-width:768px) and (max-width: 909px) {
    .single-post #content {
        display: flex;
    }

    .single-post #content #secondary {
        padding-right: 0px !important;
    }

    .single-post #content #primary .entry-header {
        margin-left: 0px !important;
    }

    .single-post #content #primary .post-thumbnail {
        margin: 0px !important;
    }

    #nav_menu-3 h2.widget-title {
        font-size: 22px !important;
    }
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    font-family: 'Lato', sans-serif !important;
    background-color: #fff;
    border-color: #404044;
    color: #000;
    outline: 0;
    font-weight: 300 !important;
}

.cls_invalid {
    border-color: #a00 !important;
}

span.woocommerce-Price-amount.amount {
    margin-left: 0px !important;
     color: #254d6d !important; 
}
.custom-payment tr:last-child {
  border:2px solid #174664;
  color:#174664;
}

.cls-custm-wdgt4 img {
    width: 100px;
}
.page-id-8 h1.entry-title {
	opacity: 0;
}
.privacy-policy h1.entry-title, .page-id-27 h1.entry-title, .page-id-1046 h1.entry-title, .page-id-28 h1.entry-title, .page-id-1281 h1.entry-title  {
	margin: 0;
	opacity: 0;
}
.single-product #content {
	padding-top: 40px;
}

/*--- why us 18 june 2021 --*/
.why-tp-sec {
    margin-bottom: 100px;
}
.why-tp-sec h3.widget-title {
    text-transform: capitalize !important;
    font-size: 26px !important;
    font-family: 'Roboto Slab', serif !important;
    margin-bottom: 20px !important;
}
.why-tp-sec .sow-image-container {
    position: relative;
}
.why-tp-sec .sow-image-container::before {
    content: "";
    position: absolute;
    top: 25px;
    left: -25px;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 30px 10px 30px;
    overflow: hidden;
    background-color: transparent;
    background-image: linear-gradient( 132deg,#0098b033 0%,#4db7ef9e 100%);
    transition: all .3s ease-in-out;
}
.why-tp-sec img {
    border-radius: 10px 30px 10px 30px;
    box-shadow: 0 0 10px #c0d1da;
    position: relative;
}
.why-tp-sec.why-tp-invrse .sow-image-container::before {
    right: -25px;
    left: inherit;
    border-radius: 30px 10px 30px 10px;
}
.why-tp-sec:hover .sow-image-container::before {
    transform: scale(1.03);
}
.why-tp-sec.why-tp-invrse img {
    border-radius: 30px 10px 30px 10px;
}
.why-services-banner {
    text-align: center;
    padding-bottom: 40px;
}
.why-services-banner h3.widget-title {
    text-transform: capitalize !important;
    font-size: 29px !important;
    color: #0d4665;
    margin-top: 40px !important;
    font-family: 'Roboto Slab', serif !important;
}
.why-serv-inn .panel-grid-cell {
    background: #fff;
    padding: 0px 25px 25px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px #b1dff1;
    border-radius: 20px 50px 20px 50px;
}
.why-serv-inn .panel-grid-cell:last-of-type {
    border-radius: 50px 20px 50px 20px;
}
.why-serv-inn .panel-grid-cell img {
    max-width: 120px;
    transition: all .2s ease-in-out;
}
.why-serv-inn .panel-grid-cell:hover img {
    transform: scale(1.1);
}
.why-serv-inn h2 {
    margin-top: -18px !important;
}
.page-id-4056 h1.entry-title {
    visibility: hidden;
    margin: 0px;
}
/*- responsive june, 2 ,2020 -*/
@media (min-width: 1200px) and (max-width: 1366px) {
.cls_product_grid ul.products li.product a img {
    width: 100% !important;
    height: auto!important;
}	
}
@media  (min-width: 1100px) and  (max-width:1199px) {
/*
.cls_product_grid ul.products li.product {
    min-height: 89px;
    max-height: 420px;
}
*/
.cls_product_grid ul.products li.product a img {
    height: 32% !important;
    margin: 18px auto 0px;
    object-fit: contain;
}
}
@media (min-width: 1025px) and (max-width: 1099px) {
/*
.cls_product_grid ul.products li.product {
    min-height: 89px;
    max-height: 420px;
}
*/
    .cls_product_grid ul.products li.product a img {
        height: 32% !important;
        margin: 18px auto 0px;
        object-fit: contain;
    }
    	
    .cls_product_grid ul.products li.product {
        padding: 0px 12px;
    }
}


.custom-footer-bottom .custm-fotr4 .sow-image-container {
    justify-content: flex-end!important;
    height: 30px !important;
}
.post-content {
    font-size: 15px;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags {
    font-size: 14px !important;
}
.comment-form label{font-size: 14px !important;}
.cls_conslt_frm .wpcf7-form p label input {
    font-size: 15px;
}
.wpcf7-response-output {
    font-size: 14px !important;
}
.about-us-top-sec h2 {
    font-family: roboto slab,serif!important;
    font-size: 27px!important;
}



/*--- responsive mine asg --*/


@media (max-width: 992px) {
    .why-tp-sec p, .why-serv-inn p  {
        line-height: 20px;
    }

}

@media (max-width: 780px) {
	
/************* homepage responsive ***************/
.home .panel-row-style {
    padding-left: 20px !important;
    padding-right: 20px  !important;
}
    
.cls_why_row {
    padding-bottom: 30px;
}   
.search-ingine {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}   
    
.cls_recommend_text, .cls_online_txt, .cls_contact_form, .cls_disclaimer_txt {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
    
.home .cls_higly_row .cls_buy_btn .so-widget-sow-button {
    padding-left: 0 !important;
}
    
.cls_higly_row.siteorigin-panels-stretch.panel-row-style {
    padding-bottom: 40px;
    padding-top: 40px;
}   

.cls_why_text {
    padding-top: 20px !important;
}   
    
.cls_why_row {
    padding-bottom: 50px;
}   
    
.cls_online_row , .cls_blue_section , .cls_disclaimer_row, .cls_disclaimer_row, .cls_product_grid, .cls_banner_row. {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
    
.cls_why_text {
    padding-top: 0px !important;
    margin-top: -10px;
}   
    
.cls_contact_form {
    padding-bottom: 30px;
}  
	
div#pgc-14541-15-0 {
    margin-bottom: 0;
}	

/************* end of homepage responsive ***************/	
	
	
	
    .why-tp-sec img {
        width: 100%;
    }
    .why-tp-sec {
        margin-bottom: 50px !important;
    }
    .why-tp-invrse {
        flex-direction: column-reverse !important;
    }
    .why-serv-inn .panel-grid-cell {
        padding: 0px 25px 25px !important;
    }
    .why-services-banner h3.widget-title {
        font-size: 24px !important;
        margin: 15px 0px 0px !important;
    }
    .why-tp-sec h3.widget-title {
        font-size: 22px !important;
        margin: 20px 0px !important;
    }
}
