.gray-bg{
    background-color: #f6f6f6;
}
.lg-backdrop{
    background-color: rgba(0, 0, 0, 0.85);
}
/*Blog*/
.blog-content h3 {
    color: #003947;
    font-weight:400;
}
.post-item-img {
    height: 250px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*.post-item-img:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.post-item a:hover .post-item-img:before {
    opacity: 1;
    visibility: visible;
}*/
.post-date span {
    background: #eee;
    color: #1d3b47;
    font-family: "Lato";
    padding: 10px;
    margin-bottom: 10px;
    display: table;
}
.post-slider .slick-slide {
    outline: 0;
        padding: 0 15px;
}
.post-item-content {
    padding: 15px 0;
    /* bottom: 40px; */
    position: relative;
    margin-bottom: 25px;
}
.post-item-content h5 {
    font-weight: 600;
    /*margin-bottom: 0;*/
    letter-spacing: 1.5px;
}
.post-item-content h5 a {
    color: #1d3b47;
}
.post-item-content h5 a:hover {
    color: #ff4438;
}
.post-sec,
.blog-sec {
    padding-bottom: 30px;
}
ul.post-categories li {
    display: inline-block;
}
ul.post-categories li a {
    padding: 4px 12px;
    border-radius: 15px;
    color: #999999;
    background-color: #F2F2F2;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: 0;
}
ul.post-categories li a:hover{
    background:#ff4438;
    color:#fff;
    opacity: 0.8;
}
/*Blog Detail*/

.blog-detail-img {
    height: 200px;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blog-detail-title h1 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 2.5em;
}
.blog_author {
    margin: 15px 0 10px;
}
.blog_author span, .blog_author .share-top {
    display: inline-block;
    vertical-align: middle;
}
.blog_author .share-top{
    margin-top: 7px;
    margin-left:15px;
}
.blog-content h2 {
    text-transform: capitalize;
    margin-bottom: 15px;
}
.blog-content {
    margin-bottom: 30px;
}
.share-btn {
    /*display: flex;
    align-items: center;*/
    vertical-align: middle;
    /*border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;*/
    padding: 10px 0 8px;
    margin-bottom: 20px;
    /*text-align: center;*/
}
.single-post .banner {
    display: none;
}
.single-post .internal-banner {
    padding-bottom: 10px;
}
.blog-detail-title {
    text-align: center;
    border-bottom: 1px solid #eaeced;
    margin-bottom: 15px;
}
form#commentform p.logged-in-as a, 
.blog_author span a {
    color: #ff4438;
}
.blog-content p a {
    word-break: break-word;
}
.share-text, .share-icon {
    margin-right: 10px;
}
#commentform label {
    display: block;
}
form#commentform {
    width: 50%;
}
form#commentform p {
    margin-bottom: 5px;
}
form#commentform textarea, 
form#commentform input {
    width: 100%;
    outline:0;
    height: 45px;
}
form#commentform textarea {
    height: 100px;
}
#commentform label {
    display: block;
    font-weight: 600;
}
#commentform input#submit {
    width: auto;
    line-height: 140%;
    margin-top: 15px;
}
/*Careers-Page*/
.career-content h2 {
    margin-bottom: 30px;
}
.career-content span {
    font-weight: 600;
    color: #1d3b48;
}
.open-positions .items{
    margin-bottom: 70px;
}
.open-positions .items:last-child {
    margin-bottom: 0;
}


/*Our-Story-Page*/
.our-story-content {
    margin-bottom: 70px;
    background-repeat: no-repeat;
    background-size: contain;
}
.our-story-content h2 {
    margin-bottom: 30px;
}
.our-story .col-md-12 .our-story-info .our-story-content:last-child {
    margin-bottom: 0;
}


/*How-it-Works-Page*/
.work-item {
    float: left;
    margin-right: 25px;
}
.work-item span {
    font-size: 7.5em;
    color: #ff4438;
    font-weight: 600;
    line-height: 100px;
    opacity: 0.2;
}
.work-content {
    display: table;
}
.work-content h2 {
    color: #000;
    text-transform: none;
}
.work-image {
    padding: 20px;
    background-color: #fff;
    -moz-box-shadow: 19px -19px 2px rgba(1,1,1,.04);
    -webkit-box-shadow: 19px -19px 2px rgba(1,1,1,.04);
    box-shadow: 19px -19px 2px rgba(1,1,1,.04);
}
.works-info .hiw-item {
    margin-bottom: 40px;
    padding-top: 50px;
}
/*.works-info .hiw-item:last-child{
    margin-bottom: 0
}*/
/*.works-info .row:last-child {
    margin-bottom: 0;
}*/
/*.works-info .hiw-item .row{
    display: block;
}*/
/*.works-info .hiw-item:last-child {
    margin-bottom: 0;
}*/
.works-info .hiw-item:nth-child(odd) {
    background-color: #fbfbfb;
}
.works-info .hiw-item:after, .works-info .hiw-item:before {
    content: '';
    clear: both;
    display: block;
}
.works-info .hiw-item .li-item {
    display: block;
}
.works-info .row .col-md-7 {
    float: left;
}
.works-info .row .col-md-5 {
    float: right;
}
.works-info .hiw-item:nth-child(even) .col-md-7 {
    float: right;
}
.works-info .hiw-item:nth-child(even) .col-md-5 {
    float: left;
}


.btn, 
.um input[type=submit].um-button,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.search #searchsubmit, 
#commentform input#submit,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    padding: 10px 18px;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    height: 40px;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle;
    color:#fff;
    background: #ff4438;
    line-height: 150%;
}
.btn-primary,
.um input[type=submit].um-button,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce a.button.alt,
.woocommerce button.button, 
.woocommerce input.button,
.search #searchsubmit,
#commentform input#submit {
    background: #ff4438;
}
.btn-primary:hover,
.um input[type=submit].um-button:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.search #searchsubmit:hover,
#commentform input#submit:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.xoo-wsc-footer a.button:hover   {
    background: #d40f02;
    color:#fff;
}
.btn-primary:active,
.um input[type=submit].um-button:focus {
    background-color: #d40f02 !important;
    border-color: #d40f02 !important;
}
.btn-primary:focus{
	box-shadow: none !important;
}
.btn-secondary, .woocommerce button.button.btn-secondary, .xoo-wsc-modal .xoo-wsc-footer .button.xoo-wsc-cart.btn, #submit_payumbolt_payment_form {
    background-color: #666;
    color: #fff;
    font-size: 14px;
    padding: 10px 18px;
    border: none;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    height: 40px;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle;
    font-weight: 400;
    line-height: 150%;
}
.btn-secondary:hover, .woocommerce button.button.btn-secondary:hover, .xoo-wsc-modal .xoo-wsc-footer .button.xoo-wsc-cart.btn:hover, #submit_payumbolt_payment_form:hover {
    background-color: #444;
}
/*Forms*/
.register-form .title h1 {
    color: #1d3b47;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 3px;
}
.register-form .title {
    margin-bottom: 25px;
}
.um .um-form input[type=text], 
.um .um-form input[type=tel], 
.um .um-form input[type=password], 
.um .um-form textarea {
    border: 1px solid #d4d4d4 !important;
    background-color: #e7e7e7;
    height: 50px !important;
    border-radius: 0;
}
.already-member p {
    color: #1d3b47;
    font-family: "Lato";
    font-size: 23px;
}
.already-member p a {
    color: #ff4438;
}
.already-member p a:hover {
    text-decoration: underline;
}
.register-form .um {
    width: 100%;
    max-width: 100% !important;
}
.um input[type=submit].um-button {
    text-transform: uppercase !important;
    border-radius: 0 !important;
}
.um ::-webkit-input-placeholder,
.book-now ::-webkit-input-placeholder { 
   color: #1d3b47 !important;
}
.um ::-moz-placeholder,
.book-now ::-moz-placeholder  { 
   color: #1d3b47 !important;
}
.um :-ms-input-placeholder,
.book-now :-ms-input-placeholder { 
   color: #1d3b47 !important;
}
.um :-moz-placeholder,
.book-now :-moz-placeholder {
   color: #1d3b47 !important;
}
/*Login Modal*/
.modal-dialog {
    max-width: 60%;
    margin: 80px auto;
}
.modal-body {
    padding: 0 15px;
}
.modal-body .col-md-6 {
    padding: 0;
}
.modal-content {
    border: 0;
    border-radius: 0;
    text-align: center;
}
.modal-content h2 {
    font-weight: 400;
    line-height: 140%;
}
.modal-form-content {
    padding: 20px;
    text-align: center;
}
.login-form-area {
    display: table;
    width: 100%;
}
button.close {
    color: #1e1c1c;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: 80%;
}
.login-form-area .um-row._um_row_1 {
    margin-bottom: 15px !important;
}
.login-form-area .um {
    margin-bottom: 10px !important;
}
.login-form-area .um-col-alt-b {
    position: absolute;
    top: -5px;
    bottom: 0px;
    left: auto;
    right: 10px;
}
.um-col-alt-b a {
    color: #f16521 !important;
    font-size: 14px;
}
.login-form-area .um .um-form input[type=text], 
.login-form-area .um .um-form input[type=tel], 
.login-form-area .um .um-form input[type=password], 
.login-form-area .um .um-form textarea {
    background: transparent;
}
.login-form-area span {
    color: #1e1c1c;
    text-transform: uppercase;
    font-size: 14px;
}
.login-form-area span.wpcf7-not-valid-tip {
    color: #f00;
    text-transform: initial;
}
.modal-img {
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.um .um-form input[type=text]:focus, 
.um .um-form input[type=tel]:focus, 
.um .um-form input[type=number]:focus, 
.um .um-form input[type=password]:focus, 
.um .um-form .um-datepicker.picker__input.picker__input--active, 
.um .um-form .um-datepicker.picker__input.picker__input--target,
.um .um-form textarea:focus {
    border: 1px solid #d4d4d4 !important;
}
.woo-area li a{
    outline:0;
}
.woo-area li .dropdown-menu {
    padding-bottom: 10px;
    left: auto;
    top: 38px;
    right: 0;

}
.woo-area li:hover .dropdown-menu {
    /*display: block;*/
    left: auto;
    right: 0;
}
.woo-area li.dropdown a:after{
    display:none;
}
.woo-area li a.dropdown-item {
    padding: 7px 15px;
    /*border-bottom: 1px solid #b6b6b6;*/
    line-height: 120%;
    font-size: 0.9em;
}
.woo-area li .dropdown-header {
    padding-bottom: 5px;
}
.woo-area li a.dropdown-item:last-child {
    border-bottom: 0;
}
.woo-area li a.dropdown-item:hover {
    color: #fff;
    background: #ff4438;
}
h2.page-header, h1.page-header1 {
    border-bottom: 2px solid #262626;
    color: #262626;
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 40px;
        display: none;
}
h1.page-header1{
    margin-bottom:20px;
}
/*.woocommerce-cart section {
    background: #f7f7f7;
}*/
/*Cart*/
.woocommerce table.shop_table {
    margin: 0;
    border-radius: 0;
}
.woocommerce table.shop_table thead {
    background: #e6e6e6;
}
.woocommerce table.shop_table tbody tr:nth-child(odd) {
    background: white;
}
.woocommerce table.shop_table tbody tr:nth-child(even) {
    background: #f6f6f6;
}
.woocommerce table.shop_table tbody tr td.product-name a {
    /*color: #332d2d;
    font-size: 14px;
    font-weight: 600;*/
}
.woocommerce table.shop_table tbody tr td.product-name a:hover {
    color: #ff4438;
}
/*.woocommerce table.shop_table td.product-remove,
.woocommerce table.shop_table th.product-remove{
    display:none;
}*/
.woocommerce table.shop_table tbody tr td.product-thumbnail img {
    height: 52px;
    width: 80px;
}
.cart-collaterals table {
    background: #fff;
}
.woocommerce table.shop_table td{
    padding:12px;
}
.woocommerce table.shop_table tr th, 
.woocommerce table.shop_table tr td {
    border-right: 1px solid rgba(0,0,0,.1) !important;
}
.woocommerce table.shop_table tr th:last-child, 
.woocommerce table.shop_table tr td:last-child {
    border-right: 0 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 60%;
    text-transform: capitalize;
}
.woocommerce-cart .cart-collaterals .cart_totals table th, 
.woocommerce-cart .cart-collaterals .cart_totals table td {
    padding: 15px;
}
tr.order-total td strong {
    font-weight: 400;
}
table.shop_table.woocommerce-cart-form__contents {
    margin-bottom: 65px;
}
.cart_totals h2 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.woocommerce-page table.cart td.actions .coupon input#coupon_code {
    width: 58%;
}
.woocommerce table.shop_table th {
    font-weight: 400;
    padding: 12px;
    text-transform: uppercase;
}
/*Checkout*/
.woocommerce form.checkout_coupon input#coupon_code {
    height: 45px;
    padding: 10px;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    border-radius: 0;
    background: #fff;
    border: none;
}
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 50%;
    padding-left: 0;
    max-width: 100%;
}
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 50%;
    padding-right: 0;
    max-width: 100%;
}
.woocommerce form .form-row label {
    line-height: 1;
    font-size: 0.8em;
}
.woocommerce form .form-row input.input-text, 
form.checkout.woocommerce-checkout .select2-selection--single {
    width: 100%;
    height: 45px;
    padding: 10px;
    border: 1px solid #d4d4d4;
    /*background-color: #e7e7e7;*/
    line-height: 100%;
    font-size: .9em;
    position: relative;
}
.woocommerce form .form-row span.woocommerce-input-wrapper {
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.select2.select2-container .select2-selection{
    border:1px solid #d4d4d4;
}
.select2.select2-container .select2-selection {
    display: block !important;
    height: 45px;
    outline:0 !important;
    padding: 0 !important;
    line-height: 100% !important;
    font-size: 14px !important;
    border-radius: 0px !important;
    /*background-color: #e7e7e7 !important;*/
    border: 1px solid #d4d4d4 !important;
}
.woocommerce-info::before,
.woocommerce-info a.showcoupon {
    color: #ff4438;
}
.woocommerce-info {
    border-top-color: #ff4438;
}
.xoo-wsc-footer a.button {
    margin: 4px 0;
    background: #ff4438;
    color: #fff;
}
/*search*/
.search .searchform input[type="text"]{
    height: 50px;
    border: 1px solid #d4d4d4;
    background-color: #e7e7e7;
    line-height: 100%;
    font-size: 1em;    
    padding: 8px;
    width: 100%;
    margin-bottom:15px;
}
/*my account*/
/*.woocommerce-account .page-header{
    display: none;
}*/
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    background: #fff;
}
.woocommerce-MyAccount-navigation li {
    list-style: none;
}
.woocommerce-MyAccount-navigation li a {
    color: #272626;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 15px 12px;
    display: table;
    width: 100%;
    position: relative;
    padding-left: 65px;
    letter-spacing: 1px;
    line-height: 200%;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
.woocommerce-MyAccount-navigation li a:before {
    content: '';
    position: absolute;
    background-image: url('images/my-account-sprite.png');
    height: 48px;
    width: 48px;
    right: 0;
    left: 5px;
    bottom: 0;
    top: 0;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    background-position: 0px -50px;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--my-wishlist a:before {
    background-position: 0 200px;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--ma-manage-address a:before{
    background-position: 0 150px;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--change-password a:before{
    background-position: 0 100px;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--my-account a:before{
    background-position: 0 53px;
}
.woocommerce-MyAccount-navigation li a:hover:before,
.woocommerce-MyAccount-navigation li.is-active a:before {
    background-position: 50px 0;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a:hover:before,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account.is-active a:before {
    background-position: 50px -50px;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--my-wishlist a:hover:before,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--my-wishlist.is-active a:before {
    background-position: 150px 200px;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--ma-manage-address a:hover:before,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--ma-manage-address.is-active a:before{
    background-position: 150px 150px;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--change-password a:hover:before,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--change-password.is-active a:before{
    background-position: 50px 100px;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--my-account a:hover:before,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--my-account.is-active a:before{
    background-position: 50px 52px;
}
/*.woocommerce-MyAccount-navigation li a:hover{
    color:#ff4438;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}*/

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    background: #fff;
    padding: 20px 30px;
}
h2.page-header.apt {
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #262626;
    font-size: 18px;
}
h3.pagetitle.my-acc-username-style {
    font-size: 18px;
    color: #262626;
    margin-bottom: 20px;
}
fieldset legend {
    display: none;
}
.ch-pwd {
    width: 50%;
}
.woocommerce form .form-row {
    margin-bottom: 15px;
    padding: 0;
}
/*.woocommerce-MyAccount-navigation li a:before {
    content: '';
    font-family: fontawesome;
    margin-right: 10px;
}*/
body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--ma-manage-address a:before {
    content: '' !important;
}
.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
    color: #fff;
    background: #003847;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
/*.woocommerce-MyAccount-content p a {
    color: #ff6714;
}
.woocommerce-order-details {
    padding-top: 20px;
}
table.account-orders-table tbody tr td.woocommerce-orders-table__cell-order-number a {
    color: #332d2d;
    font-size: 14px;
}*/
table.account-orders-table tbody tr td.woocommerce-orders-table__cell-order-number a:hover{
    color: #ff4438;
}
/*.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders {
    border: 0;
}*/
.woocommerce table.shop_table{
    border-collapse: collapse;
}
table.account-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a {
    font-size: 14px;
    background: #666;
    text-transform: capitalize;
    font-weight: 400;
    padding: 5px 10px;
    margin-right: 10px;
    text-decoration: none;
    height: 30px;
}
table.account-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions a:hover{
    background: #333;
}
form#address_form p#shipping_city_field, 
form#address_form p#shipping_state_field, 
form#address_form p#shipping_postcode_field {
    margin-right: 15px;
    width: 32%;
    float: left;
    clear: none;
}
form#address_form p#shipping_postcode_field {
    margin-right: 0;
}
span.manage-address-note-style {
    width: 100%;
    margin-bottom: 10px;
    display: block;
}
.manage-address-note-outer a.add_address {
    float: right;
    background: transparent;
    padding: 12px 0;
    color: #ff4438;
    position: relative;
}
.manage-address-note-outer a.add_address:before,
a.delete.button:before {
    content: "\f0fe";
    font-family: fontawesome;
    right: 5px;
    position: relative;
}
a.delete.button:before{
    content: "\f1f8";
}
.manage-address-note-outer a.add_address:hover {
    text-decoration: underline;
}
.manage-address-note-outer a.add_address:focus, 
.manage-address-note-outer a.add_address:active {
    background: transparent !important;
    color: #ff4438 !important;
}
#addresses > div {
    border-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
}
.shipping_address.address_block.custom_multiple_billing_address {
    border-top: 1px solid #777 !important;
    padding-top: 20px !important;
}
.form-row.manage-address-note-outer {
    display: block;
}
/*.manage-address-note-outer input.button {
    display: block;
    margin: 15px 0;
}*/
.woocommerce form .form-row select, 
.woocommerce-page form .form-row select {
    width: 100%;
    outline:0;
    height: 45px;
    /*background: #e7e7e7;*/
    font-size: 14px;
}

.woocommerce-cart .cart-table-2 .cart-collaterals .cart_totals table th {
    width: 40%;
    text-transform: capitalize;
}
.cart-table-2 section{
    padding: 0;
}
.cart-table-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0px 40px 0px 10px;
}
/*.woocommerce form .form-row input.input-text, form.checkout.woocommerce-checkout .select2-selection--single, .select2.select2-container .select2-selection, 
form.woocommerce-shipping-calculator .btn-secondary {
    height: 35px!important;
    line-height: 100%!important;
    width: 100%;
}*/
form.woocommerce-shipping-calculator .form-row input.input-text, form.woocommerce-shipping-calculator .select2-selection--single, .shop_table.shop_table_responsive .select2.select2-container .select2-selection, form.woocommerce-shipping-calculator .btn-secondary {
      height: 35px!important;
    line-height: 100%!important;
    width: 100%;
}

/*Product Detail Update Css*/
.fill-dimension-value-sec.grey-bg {
    background: #f8f8f8;
}
.share-text, .share-icon {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.product-gallery-image {
    margin-bottom: 30px;
}
.product-gallery-image:nth-last-child(-n+2){
    margin-bottom: 0;
}
.product-gallery-image:nth-child(2n+1){
    clear: both;
}
.pds-desc{
    padding-left: 50px;
}
.pds-desc ul li {
    list-style: none;
    font-size: 1.1em;
    border-bottom: 1px dashed #939393;
    width: 60%;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.pds-desc ul li:last-child{
    border-bottom: none;
}
.share-btn {
    margin-bottom: 0;
    margin-top: 20px;
}
.p-d-overview .pds-desc {
    padding-left: 0;
}
.p-d-overview .pds-desc li {
    font-size: 1em;
    border-bottom: 1px dashed #939393;
    margin-bottom: 5px;
    padding-bottom: 5px;
}