@charset "UTF-8";
/*
Theme Name: Surrey
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the Surrey team
Author URI: https://wordpress.org/
Description:
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Surrey
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */
/* #shope .col-lg-3:nth-child(3) {
    display: none;
} */
button.sub-menu-toggle {
    display: none !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 112px;
    width: 100%;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: none;
    outline: none;
    text-transform: capitalize;
    font-weight: bold;
    color: var(--white);
    height: 47px;
    padding-right: 418px;
}
a.add_cart {
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    padding: 9px 18px !important;
    text-transform: capitalize !important;
    font-weight: bold !important;
    background-color: #cc0001 !important;
}
p.woocommerce-LostPassword.lost_password {
    color: #ffffff;
    background-color: #000000;
    width: 145px;
    padding: 6px 0px 6px;
}

.woocommerce-account .woocommerce {
    max-width: 1020px;
    margin: 20px auto;
    margin-top: 110px;
}


.login input {
    height: 40px;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
}

.wpcf7-response-output {
    color: #ffffff;
}

p.woocommerce-LostPassword.lost_password
 { padding: 10px 10px;width: 100%;max-width: 170px;text-align: center;border-radius: 3px; }

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    padding-left: 10px;
}

.woocommerce-form-login__submit {
    background: var(--primary-color) !important;
    color: #fff !important;
    font-weight: normal !important;
}

.register input {
    height: 40px;
    border: 1px solid #e5e5e5;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background: var(--primary-color);
    color: #fff;
    font-weight: normal;
}

.woocommerce-cart .woocommerce {
    max-width: 1020px;
    margin: 20px auto;
    margin-top: 110px;
}

.woocommerce-shop .woocommerce-pages {
    max-width: 1020px;
    margin: 20px auto;
    margin-top: 110px;
}

.newslatterarea .emaillist form input[type="submit"]{
    padding: 8px 0;
    border: 0;
    height: 55px;
}

.entry-header {
    padding: 10px 10px;
    background: #F8F8F8;
    /* margin: 10px 0 0; */
}
.entry-title {
    margin: 0;
    position: relative;
    text-align: left;
    font-weight: 600;
    font-size: 26px;
    line-height: 45px;
    color: #000000;
    padding-bottom: 6px;
}
.entry-title::before {
    
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 69px;
    height: 4px;
    background: #CC0001;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
p.woocommerce-LostPassword.lost_password a{
    color: #fff !important;
}
.woocommerce-privacy-policy-text a{
    color: #cc0001;
}
.woocommerce-breadcrumb{
    margin: 0;
}
.ct-title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
    background: #cc0001 !important;
    color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    color: #000000 !important;
}

.woocommerce-account .woocommerce{

    margin-top: 0;
    padding: 0 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
    /* padding: 10px 20px; */
    background-color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    /* padding: 10px 0; */
    font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    color: #000000;
    padding: 7px 15px;
    display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    background-color: #cc0001;
    color:#fff;
    display: block;
    padding: 7px 15px;
}
.woocommerce-account .entry-footer{
    width: 100%;
    background: #cc0001;
    padding: 10px;
    text-align: center;
}
.woocommerce-account .entry-footer .edit-link a {
    color: #fff;
    font-size: 16px;
}
.woocommerce-MyAccount-content .woocommerce-form-row input{
    height: 40px;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
}
.woocommerce-MyAccount-content .woocommerce-form-row .woocommerce-Button.button{
    background-color: #cc0001 !important;
    color: #fff !important;
}

button.woocommerce-Button.button {
    background-color: #cc0001 !important;
    color: #fff !important;
}
.cate-header {
    display: none;
}
/************** Responsive Css ************************/

@media screen and (max-width:1024px) {
    .item-card figcaption ul  li{
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    .woocommerce-checkout-review-order{
        flex-direction: column;
    }
    .woocommerce table.shop_table{
		margin-right: 0;
	}
	.woocommerce-checkout #payment{
		margin-left: 0;
	}
    .add-surrey{
        width: 100%;
    }
}
body {
    background-color: #FFFFFF; /* #ffffff is the hexadecimal color code for white */
}
