/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen 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.
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
Version: 2.0.1577968727
Updated: 2020-01-02 12:38:47

*/

body {
	background: #fff;
}

.woocommerce-products-header,
.woocommerce-result-count,
.woocommerce-ordering,
.site-info {
	display: none !important;
}

.site-branding {
    margin: 0 auto;
    text-align: center;
}

ul.products li {
    width: 46% !important;
    border-radius: 8px;
    border: 2px solid #ddd;
    margin: 2% !important;
    padding: 2% !important;
    text-align: center;
}

span.posted_in {
	display: none !important;
}

header.entry-header {
    display: none !important;
}

/*--ajax click--*/
.prolistblk {
    width: 50%;
    display: block;
    margin: 0 auto;
}
ul.catlist,
ul.catlist li {
    list-style: none;
    text-align: center;
}
ul.catlist li {
    display: inline-block;
    margin: 2%;
    /*width: 45%;*/
    width: auto;
}
ul.catlist li a {
    background: #2b3f66;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 25px;
    border-bottom: 3px solid #333;
}
.productlist {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.productlist ul,
.productlist ul li {
    list-style: none;
}
/*.productlist ul li {

}*/
.productlist ul li a {
    text-decoration: none;
    color: #fff;
    margin: 0 0 10px;
    float: left;
    background: #14a59d;
    border: 2px solid #14a59d;
    width: 100%;
    padding: 10px 15px;
    transition: 0.2s ease all;
}
.productlist ul li a:hover {
    background: transparent;
    border: 2px solid #14a59d;
    color: #14a59d;
}

img.loader {
    margin: 0 auto;
    text-align: center;
}
/*--ajax click--*/

.logo {
	width: 200px;
}

.block-title {
	width: 100%;
	text-align: center;
}
.block-title h3 {
    text-transform: uppercase;
    padding: 0 0 0 35px;
}
.woocommerce div.product .product_title {
    font-size: 25px;
    color: #2b3f66;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #13a89e;
    font-size: 20px !important;
    font-weight: 400;
}
.variations_form label {
    padding: 0 !important;
}
.woocommerce div.product form.cart .variations label {
    font-size: 18px;
    line-height: 8px;
    color: #2b3f66;
}
.woocommerce div.product form.cart .variations select {
    padding: 7px;
    width: 175px;
    min-width: 85%;
    font-size: 13px;

}
.single_variation span, p.price {
    font-size: 25px !important;
}
.woocommerce div.product form.cart .button {
    text-transform: uppercase;
    background: #2b3f66;
}
.woocommerce div.product form.cart .button:hover {
	background: #2b3f66;
	opacity: 0.5;
}
.woocommerce-message,
.woocommerce-info {
    border-top-color: #13a89e;
}
.woocommerce-message::before,
.woocommerce-info::before {
    color: #13a89e;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 8px;
    font-weight: normal;
    color: #fff;
    background-color: #13a89e;
    text-align: center;
}
a.reset_variations {
    color: red;
    border-radius: 25px;
    border: 1px solid red;
    width: 25px;
    float: right;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin: 5px 0 0 0;
}
.woocommerce a.remove {
    font-size: 20px;
    height: 20px;
    width: 20px;
    border: 1px solid red;
    line-height: 18px;
}
.cart_totals h2 {
	font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2b3f66;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 12px 20px;
    width: 50%;
    float: right;
    background: #2b3f66;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
	background: #2b3f66;
	opacity: 0.6;
}
.actions button.button {
	background: #2b3f66;
}
.product-name a {
    color: #2b3f66;
    text-decoration: none;
    cursor: pointer;
}
/*.woocommerce .quantity .qty:focus,
.woocommerce .quantity .qty:hover {
    border: 1px solid #2b3f66;
}*/
.woocommerce table.shop_table {
    border: 1px solid #2b3f66;
width:100% !important;
}
.woocommerce-orders-table__cell-order-actions-view{
width:70px !important;
}
a.showlogin {
    background: #2b3f66;
    padding: 5px 10px;
    color: #fff;
    margin: 0 10px;
    border-radius: 4px;
}
a.showlogin:hover {
	color: #fff;
	opacity: 0.5;
}

.col-1 {
    max-width: 100% !important;
}
.col-2 {
    max-width: 100% !important;
}
.woocommerce-billing-fields input[type=date],
.woocommerce-billing-fields input[type=datetime-local],
.woocommerce-billing-fields input[type=email],
.woocommerce-billing-fields input[type=number],
.woocommerce-billing-fields input[type=password],
.woocommerce-billing-fields input[type=search-md],
.woocommerce-billing-fields input[type=search],
.woocommerce-billing-fields input[type=tel],
.woocommerce-billing-fields input[type=text],
.woocommerce-billing-fields input[type=time],
.woocommerce-billing-fields input[type=url],
.woocommerce-billing-fields textarea.md-textarea {
	border: 1px solid #2b3f66 !important;
	float: left !important;
	padding: 0 0 0 10px;
}
.woocommerce-billing-fields label,
.woocommerce-additional-fields label {
    float: left;
    width: 100%;
}
.woocommerce-billing-fields select {
	display: block !important;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper,
.woocommerce-additional-fields span.woocommerce-input-wrapper {
	width: 100%;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #2b3f66;
    border-radius: 0;
    padding: 2px;
    height: 35px;
}
.hashcashformpage {
	background: #fff;
}
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-order-details h2,
.woocommerce-customer-details h2,
#customer_login h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #2b3f66;
}
.woocommerce button.button.alt {
    background-color: #2b3f66;
    color: #fff;
}
.woocommerce button.button.alt:hover {
	background-color: #2b3f66;
	opacity: 0.5;
}
.payment_box p {
	font-size: 14px;
}

.woocommerce-cart div#primary {
    width: 100%;
    display: block;
    margin: 0;
    background: #fff;
    float: left;
}
.woocommerce-cart main#main {
	margin: 0 auto;
	width: 80%;
	padding: 2% 0;
	min-height: 250px;
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 30%;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 68%;
    clear: none;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,1);
}
.woocommerce-order-received section {
	padding: 15px 0;
}
.woocommerce ul.order_details {
    margin: 0;
    list-style: none;
    padding: 10px;
    background: #f4f4f4;
}
.woocommerce ul.order_details li {
    border-right: 1px dashed #333;
}
.woocommerce-notice,
.woocommerce-notice--success,
.woocommerce-thankyou-order-received {
	text-align: center;
	background-color: green;
	color: white;
	padding: 10px 0;
}

.popoutuserprofile {
	padding: 2px;
    position: absolute;
    right: 0;
    top: 550px;
    border-left: 2px solid #2b3f66;
    border-top: 2px solid #2b3f66;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #2b3f66;
    width: 50px;
    height: 50px;
    border-radius: 25px 0 0 25px;
    text-align: center;
    line-height: 38px;
}
.popoutusercart {
	padding: 2px;
	position: absolute;
	right: 0;
	top: 605px;
	border-left: 2px solid #2b3f66;
    border-top: 2px solid #2b3f66;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #2b3f66;
	width: 50px;
    height: 50px;
    border-radius: 25px 0 0 25px;
    text-align: center;
    line-height: 55px;
}
.popoutuserprofile img,
.popoutusercart img {
	width: 25px;
	height: auto;
}
.popoutusercart span.cartval {
    background: black;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: left;
    margin: -54px 0 0 9px;
    color: white;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    font-weight: bold;
}

.woocommerce-account div#primary {
    width: 100%;
    display: block;
    margin: 0;
    background: #fff;
    float: left;
}
.woocommerce-account main#main {
	margin: 0 auto;
	width: 80%;
	padding: 2% 0;
	min-height: 250px;
}

.woocommerce-form-login__rememberme {
	width: 100%;
}

.woocommerce-form-login__rememberme [type=checkbox] {
    position: absolute;
    left: 40px !important;
    visibility: visible !important;
    bottom: 36% !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    padding: 0 0 0 20px;
}
#customer_login button.woocommerce-form-login__submit,
#customer_login button.woocommerce-form-register__submit {
    background-color: #2b3f66 !important;
    padding: 15px 10px !important;
    text-transform: uppercase !important;
}
#customer_login button.woocommerce-form-login__submit:hover,
#customer_login button.woocommerce-form-register__submit:hover {
	color: white;
}
.woocommerce-ResetPassword {
	margin: 0 auto;
	width: 50%;
	display: block;
	text-align: center;
}
.woocommerce-ResetPassword button.woocommerce-Button {
    background-color: #2b3f66 !important;
    width: 100%;
    padding: 15px;
}
.woocommerce-ResetPassword button.woocommerce-Button:hover{
	color: white;
}
.woocommerce-ResetPassword .form-row {
    width: 100% !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    width: 100%;
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    color: #666;
    text-align: left !important;
    padding: 10px !important;
    float: left;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
    background: #2b3f66 !important;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover{
	background: #13a89e !important;
	color: #fff !important;
}
.woocommerce-account .addresses .title .edit {
    float: right;
    background: #2b3f66;
    border-radius: 4px;
    text-align: center;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.woocommerce table.my_account_orders .button {
    background: #2b3f66 !important;
    min-width: 50px !important;
}
#data-id .unsubscribe{
min-width:110px !important;
}
.woocommerce-orders-table__cell-order-actions-view{
width:70px !important;

}

.woocommerce table.my_account_orders .unsubscribe {
    background: #cb2727 !important;
    text-transform: uppercase !important;
    min-width: 110px !important;
}
.woocommerce table.my_account_orders .button:hover{
	color: #fff;
 }
.woocommerce-orders-table__cell-order-number a {
    background: #2b3f66;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
}
.woocommerce-orders-table__cell-order-number a:hover {
    color: #fff;
    text-decoration: none;
}
.footer-logo-innersec ul li img {
    width: 130px;
}
.btn-unsubscribe{
padding:3px 8px;
}
.ledger-login {
    margin: 2% auto;
    display: block;
    width: 40%;
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: 3%;
}
.ledger-login .woocommerce-form-login__submit {
    width: 100%;
    background: #2b3f66;
    cursor: pointer;
    color: white;
    float: right;
}

.ledger-login input[type=text],
.ledger-login input[type=password] {
    width: 90%;
    margin: 0 auto;
}
.ledger-login label,
.ledger-login output {
    padding: 0 0 0 20px;
}

/*.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #f4f4f4;
}*/
.woocommerce-account .woocommerce-MyAccount-content {
   /* border: 2px solid #ddd; */
  /*  padding: 2%; */
padding-right:15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    border: 1px solid #ddd;
    float: left;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 25px;
}

.custom-product-block {
    margin-bottom: 30px;
    /*box-shadow: inset 0 0 70px rgba(61, 201, 167, 1);*/
    border: 2px solid #2b3f66;
    padding: 0;
}
.custom-product-block h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom-product-block a.btn-learn {
    width: auto;
    margin: 0 auto;
    display: block;
    background: #2b3f66;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
}
.custom-recommended-products h5 {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center !important;
    color: #2b3f66;
    margin: 30px 0 20px;
    float: left;
    width: 100%;
}

form.woocommerce-form-login label {
    width: 100%;
}
form.woocommerce-form-login span.password-input {
    width: 100%;
}
#si_dashboard .label-success {
    background-color: #13a89e !important;
}

#bacs_info_checkout_wrap {
    display: none !important;
}
.no-sidebar .entry-content{
    margin-left: 0;
    margin-right: 0;
}



/*--Responsive Media Screens--*/
@media( max-width: 1199px ) {

    .single-product #main {
        width: 90%;
        margin: 0 auto;
    }
    .woocommerce div.product form.cart .variations label {
        width: 100%;
    }
}

@media ( max-width: 990px ){

    .single-product #main {
        width: 100%;
    }

    .ledger-login {
        width: 50%;
    }

}

@media( max-width: 950px ) {

	.productlist {
	    width: 80%;
	}
    .woocommerce form .form-row label {
        line-height: 2;
        font-size: 15px;
    }

}

@media( max-width: 766px ) {

	.prolistblk {
	    width: 85%;
	}
	.productlist {
	    width: 90%;
	}
    .woocommerce div.product .product_title {
        font-size: 20px;
    }
    .woocommerce div.product form.cart .variations select {
        float: left;
        border: 1px solid;

    }
    .woocommerce div.product form.cart .variations label {
        text-align: left;
    }
    .woocommerce-form-login__rememberme [type=checkbox] {
        position: absolute;
        left: 40px !important;
        visibility: visible !important;
        bottom: 33% !important;
    }
    .ledger-login {
        width: 70%;
    }

}

@media( max-width: 640px ) {

    .woocommerce div.product div.images, .woocommerce-page div.product div.images {
        float: none;
        width: 40%;
        margin: 0 auto 3%;
    }
    .woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
        float: none;
        width: 85%;
        clear: none;
        margin: 0 auto;
    }
    .woocommerce div.product .product_title {
        font-size: 18px;
    }
    .woocommerce div.product p.price, .woocommerce div.product span.price {
        font-size: 18px !important;
        margin: 0;
    }
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        font-size: 18px;
    }
}

@media( max-width: 430px ) {

	.prolistblk {
	    width: 100%;
	}
	ul.catlist li {
	    margin: 2% 2% 10% !important;
	    width: 100%;
	}
	.productlist {
	    width: 100%;
	}
	ul.catlist,
	ul.catlist li {
	    padding: 0;
	    margin: 0;
	}
	.productlist ul,
	.productlist ul li {
	    padding: 0;
	}
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        font-size: 15px;
    }

    .woocommerce .woocommerce-message .button,
    .woocommerce-page .woocommerce-message .button {
    	width: 100%;
    	margin: 0 0 20px;
    }
    .return-to-shop a.wc-backward {
    	margin: 0 auto;
    	display: block;
    }

    a.showlogin {
	    padding: 5px;
	    margin: 5px;
	    font-size: 15px;
	}
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	    font-size: 15px;
	    width: 100%;
	}
	.woocommerce table.shop_table td {
		text-align: left;
	}
    .ledger-login {
        width: 90%;
    }
}
#paynow_button_form_container input[name=quantity]{
position: relative!important;
left: 0!important;
}
 .tabscustom input[type=radio] {
          position: absolute!important;
          opacity:0!important;
      }
      .tabscustom {
        width: 650px;
        float: none;
        list-style: none;
        position: relative;
        padding: 0;
        margin: 20px auto;
      }
      .tabscustom li{
        float: left!important;
      }
      .tabscustom label {
          display: block!important;
          padding: 1px 20px;
          border-radius: 2px 2px 0 0;
          color: #000;
          font-size: 24px;
          font-weight: normal;
/*           background: rgba(120,120,120,0.2); */
          cursor: pointer;
          position: relative;
          top: 3px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
      }
      .tabscustom label:hover {
        background: rgba(255,255,255,0.5);
        top: 0;
      }

      .tabscustom input[id^=tab]:checked + label {

/*        color: #fff;*/
        top: 0;
      }

.tabs2 input[id^=tab]:checked + label {
        background: green;
        color: #fff;
        top: 0;
      }

      .tabscustom [id^=tab]:checked ~ [id^=tab-content] {
          display: block;
      }

      .tab-content{
        z-index: 2;
        display: none;
        text-align: left;
        width: 100%;

        line-height: 140%;
        padding-top: 10px;

        padding: 15px;
        color: #fff;
        position: absolute;

        left: 0;
        box-sizing: border-box;
        -webkit-animation-duration: 0.5s;
        -o-animation-duration: 0.5s;
        -moz-animation-duration: 0.5s;
        animation-duration: 0.5s;
      }
form{
  padding-top: 10px;
}
table{
  width: auto;
}