@charset "UTF-8";

/*
Theme Name: mandm
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
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.
 * 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. */

/* Remove Read More product page link button */




.socialLink a {
    text-decoration: none;
    margin-left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #412D30;
}
.sap .sapText {
    max-width: max-content;
    margin: auto;
    padding: 10px 20px;
    background-color: #fff;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    font-size: 1.25rem;
    color: #412D30;
    text-transform: uppercase;
}

.sap:before {
    content: '';
    position: absolute;
    border-bottom: 1px #707070 solid;
    width: 100%;
    transform: translateY(-100%);
    left: 0;
    top: 50%;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 0;
    margin: 0;
    text-align: initial;
    border-radius: 0;
}

.form-floating .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating .form-control:focus, .form-floating .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.wishListForm form .form-control {
    border-radius: 0;
    border-color: #707070;
}
.form-floating .form-control {
    padding: 1rem 0.75rem;
}
.form-floating .form-control, .form-floating .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating .form-control:focus~label, .form-floating .form-control:not(:placeholder-shown)~label, .form-floating .form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}

.wishListForm form button[type="submit"], .loginBlock .contentInfo .btn {
    padding-top: 12px;
    padding-bottom: 12px;
}
.col-6.text-right .breadcrumb {
    display: block;
}

li.breadcrumb-item.pull-right a {
    padding: .5rem;
}
.loginBlock .contentInfo p {
    font-size: 26px;
    font-weight: 500;
}
tbody.wishlist-items-wrapper a {
    color: inherit;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: none !important;
}
.wishlist-title.wishlist-title-with-form {
    display: none;
}


.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none !important;
    padding: none !important;
    margin:none !important;
    text-align: inherit !important;
    border-radius: 0 !important;
}

    .wishListForm {border-radius: 0;}
.wishListForm form .form-control {border-radius: 0; border-color: #707070;}
.wishListForm form .form-control:focus {border-color: #707070;}
.wishListForm a {color: #412D30; text-decoration: none;}
.wishListForm a:hover {color: #21201D; }
.wishListForm form button[type="submit"], .loginBlock .contentInfo .btn {padding-top: 12px; padding-bottom: 12px;}
.loginBlock .contentInfo p{font-size: 26px; font-weight: 500;}
.wishlistProdusts {max-width: 850px; }
.wishlistProdusts a {text-decoration: none;}
.wishlistProdusts a {text-decoration: none;}
.wishlistProdusts  .listicon a {
  color: #523730;
  font-size: 18px;
  font-size: 1.125rem;
}
.wishlistProdusts  .listicon a:hover {color: #21201D;}
.wishlistProdusts table tr th {border-color:#707070;}
.wishlistProdusts table tr td {border-color:#C8BFB7 }
.wishlistProdusts table tr:last-child td {border-bottom: 0;}

.wishlistProdusts .table-hover > tbody > tr:hover > * {
  background-color: transparent;
background: none;
--bs-table-accent-bg: tr;
}
td.text-right.pt-4 {
    text-align: right;
}
li.nav-item.nabRight .dropdown-menu {
    background-color: #412D30;
    border-radius: 0;
    left: auto;
    right: 0;
}
li.nav-item.nabRight .dropdown-menu .dropdown-item {
    color: #fff;
    background-color: transparent;
    margin-top: 5px;
    margin-bottom: 5px;
}
.dropdown-toggle::after
{
    display:none;
}

.profileForm .form-control {
    padding: 0.75rem 0.75rem;
}

input[type="checkbox"] {
    border: 1px solid #707070;
    border-radius: 0px !important;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.4rem;
    margin-top: 0em;
    flex-shrink: 0;
}

span.wpcf7-list-item-label {
    display: inline-block;
    border: none;
}

.catalogueForm .form-check-input label {
    display: flex;
}

span.wpcf7-list-item.first.last {
    margin: 0;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.form-check-input {
    border: none;
}


@media (min-width: 768px)
{
.wishlistProdusts .btn {
    width: 100%;
    max-width: 164px;
}
}


span.wpcf7-spinner {
    position: absolute;
}


/* OBT */

.primary-menu-container ul ul {
    display: none;
}

.primary-menu-container ul li:hover > ul {
    display: block;
	padding-left: 0em;
}
.primary-menu-container ul ul {
    display: none;
    position: absolute;
    left: 0;
    z-index: 99999;
    width: 180px;
    background: rgb(255 255 255 / 83%);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	list-style: none;
	
}
.primary-menu-container li {
    position: relative;
}

.sub-menu-toggle {
    display: none !important;
}

@media screen and ( max-width: 550px) {
    
   
	a.sub-menu-toggle {
	    float: right;
	    margin: 0 0 0.5em 0.5em;
	    display: inline-block !important;
	    color: #fff;
	    transition: color linear 0.15s;
	}
	
	a.sub-menu-toggle:hover, a.sub-menu-toggle:active {
	    text-decoration: none;
	    color: #fff;
	} 
   
	.menu-header {
	    display: inline-block;
	    position: relative;
		margin: 0;
		width: 100%;
	}
	
	#access .menu-header ul {
	    display: none;
		position: absolute;
	    top: 80%;
	    right: 0px;
	    min-width: 200px;
	    background-color: #7B3D84;
	    font-size: 1.2em;
	}
	
	#access .menu-header li {
	    display: block;
	    float: none;
	    padding-right: 2%;
	    text-align: right;
	}
	#access ul li:hover > ul {
		display: none;
	}
		 
}


.anc-book
{
    text-decoration: none !important;
    border: 1px solid;
    padding: 15px;
}
.prd-main-box{
	padding-top:100px;	
}

.prd-right-box{
	position: absolute;    
    top: 100px;
    right: 100px;    
    max-width: 425px;
    color: rgb(255 229 196);
	
}

.prd-right-box h1{	
    color: rgb(255 229 196);
}

.prd-right-box a{	
    color: rgb(255 229 196) !important;
	text-decoration:none !important;
}

.prd-left-box{
	color: #000;
}
.prd-left-box h1{
	color: #000;
}
.prd-left-box a{
	color: #000 !important;
	text-decoration:none !important;
}

.heroPrdInner:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 200px;
    mix-blend-mode: screen;
    z-index: 4;
    -moz-opacity: .85;
    -khtml-opacity: .85;
    -webkit-opacity: .85;
    opacity: .85;
    content: "";
     background: linear-gradient(to bottom,#666 0,rgba(49,30,8,0) 70%);
}

.prdHero-right-box{
	position: absolute;    
    top: 100px;
    right: 100px;    
    max-width: 425px;
    color: #000;
	
}

.prdHero-right-box h1{	
    color: #000;
}

.prdHero-right-box p{	
    color: #000;
}

.prdHero-right-box a{	
    color: #000 !important;
	text-decoration:none !important;
}

.prdHero-left-box{
	position: absolute;    
    top: 100px;
    left: 100px;    
    max-width: 425px;
    color: #000;
	
}

.prdHero-left-box h1{	
    color: #000;
}

.prdHero-left-box p{	
    color: #000;
}

.prdHero-left-box a{	
    color: #000 !important;
	text-decoration:none !important;
}

@media (min-width: 992px){
.product .product-card {
    height: initial !important;
}
.product .product-card img {
    height: initial !important;
}

}

