/* @charset "UTF-8";

/*
Theme Name: mfd
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: 5.6
Requires PHP: 5.6
Version: 1.2
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.
 * 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 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
body{padding:0;margin:0; font-family: 'Roboto', sans-serif !important; font-weight: 400 !important;}

@font-face {
  font-family: nexa-light;
  src: url(./assets/fonts/NexaLight.ttf.eot);
}

@font-face {
  font-family: nexa-light;
  src: url(./assets/fonts/NexaLight.ttf.woff);
}
/*body{padding:0;margin:0; font-family: 'nexa-light', sans-serif !important; font-weight: 400 !important;}*/
html,body{width:100%;height:100%}
a{text-decoration:none !important;color:#2d3c51;transition:all 1s ease}
a:hover{text-decoration:none;cursor:pointer;transition:all 1s ease}
a:focus{text-decoration:none;transition:all 1s ease}
:focus{outline:none}
::-moz-selection{background-color:#2d3c51;color:#fff}
::selection{background-color:#2d3c51;color:#fff}
img{max-width:100%;height:auto}
p{ font-size: 16px; line-height: 25px; }
.top-header{background:#12171b;padding:10px 0px}
.top-header ul.top-head-nav{margin:0px;    padding: 2px 0px 0px 0px;}
.top-header ul.top-head-nav li {
    display: inline-block;
    list-style: none;
	padding-right:15px;
}
.top-header ul.top-head-nav li a {
    color: #fff; 
}
.top-header ul.top-head-nav li a:hover{color:#ce2f2b}
.top-header ul.top-head-nav li img{padding-right:8px}

.search-input form.search-form {
    position: relative;
}
.search-input .search-form input.search-field {
    padding: 6px 35px 6px 6px;
    border: none;
    outline: none;
    background: #ffffff;
    height: 30px;
    color: #414141;
    width: 100%;
    box-shadow: none;
    margin-bottom: 0;
    font-weight: 400;
    position: relative;
    font-size: 16px;
}
.search-input .search-form .search-submit {
    margin: 0;
    width: 45px;
    background: #ce2f2b url(assets/images/search.png) no-repeat center center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    cursor: pointer;
    border-radius: 0;
    border: none;
}
.header-right-sec{text-align:right;display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;float: right;}
.search-input {
    width: 250px; float: left;margin-right: 10px;
}
ul.account-btn{margin:0px;padding:0px}
ul.account-btn li {
    display: inline-block;
    list-style: none;
	margin-left:15px; 
}section.vc_section.instagram-section {
    text-align: center;
}
ul.account-btn li a {
    color: #fff;
    border: 1px solid #fff;
    padding: 3px 15px 3px 15px;line-height: 30px;
}
ul.account-btn li a:hover{background:#ce2f2b;color:#fff;border-color:#ce2f2b}
ul.account-btn li img{padding-right:4px;}
ul#menu-header-menu {
    margin: 0px;
    padding-left: 0px;
}
ul#menu-header-menu li {
    display: inline-block;
}
ul#menu-header-menu li a{color:#000;padding:0px 7px; text-transform: capitalize;font-size:15px}
.logo img{width:auto !important}
.navbar{padding:0px !important}
.head-bottom-right a {
    color: #ce2f2b;
}
ul#menu-header-menu li a:hover{color:#ce2f2b;}
.top-menu {
    padding: 15px 0px;
}nav.menu-header-menu-container {
    text-align: left;
    width: 100%;
}
.footer-section {
    /*background: url(assets/images/depositphotos_290113796-stock-photo-raw-dorado-fish-lemon-spices.jpg) no-repeat center center;*/
    background: #282828;
    color:#ffffff;
    padding: 50px 0px 30px 0px;
     
   
}

 .head-bottom-right {
    padding-left: 5px;
}
.footer-logo img {
    width: auto !important;
}
.footer-menu{
    margin-top: 23px;
}
.footer-menu ul{margin:0px;padding:0px; padding-bottom: 25px;}
.footer-menu ul li a{color:#cecece}
.footer-address p {
    font-size: 16px;
    color: #cecece; 
    font-weight: 300;
    margin: 0 0 5px;
    position: relative;
    padding-left: 30px;
}.footer-address p>img {
    position: absolute;
    top: 5px;
    left: 0;
}
.footer-address p{margin-bottom:15px;}
.footer-address p a{font-size: 16px;color:#cecece}
.footer-section h2 {
    color: #fff;
    font-size: 24px !important;
	padding-bottom:20px;color:#fff
}
.footer-aboutus p {font-size: 16px;color:#cecece}
.footer-menu ul li 
{
    position: relative;
    padding-left: 15px !important;
    font-weight: 300;
    padding-bottom: 0px;
    padding-right: 63px;
    list-style: none;
    display: inline-block;
}
.footer-menu ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    background: url(assets/images/less-icon.png) no-repeat left top 5px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    width: 8px;
    height: 14px;
    
}
.social-links{margin-top:30px}
.social-links a {
    display: inline-block;
}.footer-logo {
    padding: 15px 0px;
} 
.copyright .textwidget{text-align:center}
.copyright .textwidget {
    text-align: center;
    border-top: 2px solid #0f2a36;
    margin-top: 25px;
    padding-top: 20px;
}
.copyright .textwidget p {color:#cecece; }
.copy-right-block, .social-link-block
{
    padding: 0px 15px;
}
.copy-right .row
{
    justify-content: space-between;
}
.social-link-block img:last-child
{
    margin-right: 0px;
}
.vc_section{margin:0px !important}
.footer-section a:hover{color:#ce2f2b } 
 
.container { 
    margin: auto!important;
}

.our-services
{
    padding-top: 70px !important;
    padding-bottom: 70px;
}
.why-were-row
{
    margin-right: 0px  !important  ;
    margin-left: 0px  !important;
}
.our-services .heading{margin-bottom:40px;}
.our-services .heading h2{color: #fff;
    font-weight: bold;
    font-size: 40px;} 
	.our-services .heading h2::after {
    content: "";
    display: block;
    border-bottom: 3px solid #ce2f2b;
    width: 50px;
    position: relative;
    bottom: -10px;
    margin: auto;
}
.services-box .vc_column-inner>.wpb_wrapper {
    background: #fff;
    text-align: center;
    padding: 30px 30px 30px 30px;
    position: relative;
    margin: 15px 0px;
    border-bottom: 4px solid #fff;
    min-height: 350px;
}
.services-box .vc_column-inner>.wpb_wrapper h2 {
    font-size: 22px;
    font-weight: 500;
    color: #00397b;
    margin-top: 15px;
}
.services-box .vc_column-inner>.wpb_wrapper .vc_btn3 {
    color: #29aae2; 
    background-color: #fff; 
    padding-bottom: 25px;
    font-size: 16px;
	border:none;
}
.services-box .vc_column-inner>.wpb_wrapper p {
    color: #40536a;
    font-size: 16px;
}
.services-box .vc_column-inner>.wpb_wrapper .vc_btn3:hover {background-color:transparent;border:none}
.services-box .vc_btn3-container.vc_btn3-center {
    margin: 0px;
}
.services-box  .wpb_content_element {
    margin-bottom: 25px;
}
.services-box .vc_column-inner>.wpb_wrapper:hover .vc_btn3{color: #ce2f2b;text-decoration:underline} 
 
.about-us .heading h2 {
    color: #333333;
    font-weight: bold;
    font-size: 40px
}
.about-us .heading{margin-bottom:50px;margin-top: 140px;}
.about-us .heading h2::after {
    content: "";
    display: block;
    border-bottom: 3px solid #ce2f2b;
    width: 50px;
    position: relative;
    bottom: -10px;
    margin: auto;
}
.ab-content p{color:#666666;font-size:16px} 
.ab-content ul{margin:0px;padding:0px}
.ab-content ul li {
    list-style: none;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 22px;
    color: #666666;
    background: url(assets/images/check.png) no-repeat;
    margin-bottom: 8px;
    background-position: 0 4px;
    padding-left: 28px;
}
/*.image-ab img {
    border: 10px solid #fff;
    box-shadow: 1px 1px 21px #edf3f7;
} */
.about-us {
    /*padding-top: 70px ;
    padding-bottom: 70px;*/
}/* .about-us  button.vc_general {
    padding: 12px 30px !important;
}*/
.application {
    padding-top: 25px !important;
    padding-bottom: 40px !important;
}
.application .heading h2 {
    color: #333333;
    font-weight: bold;
    font-size: 40px
}
.application .heading{margin-bottom:50px;}
.category h4 {
    font-size: 22px;
    padding-bottom: 10px;
}

.application p{color:#666666;font-size:16px} 
.application p a{color:#666666;font-size:16px} 
.application-box  .vc_column-inner>.wpb_wrapper  {
    text-align: center;
    padding: 30px 50px;
    box-shadow: 1px 1px 15px #e8e7e7;
    min-height: 145px;
    background: #fff;
	position:relative;
}
.application-box .first-child .vc_column-inner>.wpb_wrapper::after {
    content: " ";
    background: url(assets/images/arrow-bottom.png) no-repeat;
    z-index: 9999;
    position: absolute;
    top: -20px;
    left: 320px;
    width: 100%;
    height: 100%;
}
.application-box .middle .vc_column-inner>.wpb_wrapper::after {
    content: " ";
    background: url(assets/images/arrow-top.png) no-repeat;
    z-index: 9999;
    position: absolute;
    bottom: -105px;
    left: 320px;
    width: 100%;
    height: 100%;
}
.application-box  .vc_column-inner>.wpb_wrapper h3{
   font-weight: 600;
    font-size: 20px;
}
.application-box .wpb_content_element {
    margin-bottom: 0px !important;
}
.application-box  .vc_column-inner>.wpb_wrapper:hover {background:#ce2f2b}
.application-box  .vc_column-inner>.wpb_wrapper:hover h3{color: #fff;}
.application-box  .vc_column-inner>.wpb_wrapper:hover a{color:#fff}
.application-box  .vc_column-inner>.wpb_wrapper:hover p{color:#fff}
.middle {
    margin-top: 90px;
}
 
.home-product .image {
    background: #dbe1e4;
    margin-bottom: 0px;
}
.home-product .image img {
    background: #dbe1e4;
    padding: 6px 6px 6px 6px;
    max-width: 100% !important;
} 
.home-product .product-list .vc_column-inner>.wpb_wrapper {
    border: 1px solid #dbe1e4;
}
.home-product .product-list h3, .home-product .product-list h3 a {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}
.home-product .product-list p{
    color: #999999;
    font-size: 16px;
}
.home-product .product-list .wpb_text_column  {
    margin-bottom: 0px;
    padding: 20px;min-height: 230px;
}
.home-product {
    padding: 70px 0px !important;
}
.home-product .heading h2 {
    color: #00397b;
    font-size: 35px;
}
.home-product .heading{margin-bottom:50px;}
 
	 
.home-product .product-list .vc_column-inner>.wpb_wrapper:hover a {
    color: #ce2f2b;
}
.top-block-list .vc_column-inner>.wpb_wrapper {
    border-radius: 5px;
    padding: 25px;
    background: #fff;
    min-height: 200px;box-shadow: 1px 20px 25px rgb(240 246 249 / 27%);
}
.top-block-list .first .vc_column-inner>.wpb_wrapper {
    -webkit-clip-path: polygon(0% 0%,0% 75%, 100% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%,0% 75%, 100% 100%, 100% 100%, 100% 0%); 
    
}
.top-block-list .last .vc_column-inner>.wpb_wrapper {
    -webkit-clip-path: polygon(0% 0%,0% 100%, 100% 75%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%,0% 100%, 100% 75%, 100% 100%, 100% 0%);
    
}
.top-block-list .vc_column-inner>.wpb_wrapper img {
    position: absolute;
    top: 20px;
    left: 40px;
}
.top-block-list .vc_column-inner>.wpb_wrapper h2, .top-block-list .vc_column-inner>.wpb_wrapper p{
	padding-left:60px;
} 
.top-block-list .vc_column-inner>.wpb_wrapper h2{
    font-size: 24px;
    font-weight: 600;
}
.top-block-list .vc_column-inner>.wpb_wrapper p{color:#666666;font-size:16px}
.top-block-list {
    margin-bottom: 60px !important;
}
.top-block-list{
    position: absolute;
    top: -120px;
    z-index: 9;
}
.top-block-list .vc_column-inner>.wpb_wrapper:hover{background:#29aae2}
.top-block-list .vc_column-inner>.wpb_wrapper:hover p,.top-block-list .vc_column-inner>.wpb_wrapper:hover h2{color:#fff}
rs-layer-wrap, rs-mask-wrap, rs-cbg-mask-wrap {
     
    left: 40px !important;
} 
span.fn {
    font-weight: normal !important;
}

.nav-right-block a img{max-width:30px;}


/*dk sub menu css*/




button.sub-menu-toggle {
    display: none;
}
.container-fluid { 
    margin: auto !important;
}
 .d_site_logo .logo_black{
    display:block;
}

 .d_site_logo .logo_white{
    display:none;
}

.home .d_site_logo .logo_black{
    display:none;
}

.home .d_site_logo .logo_white{
    display:block;
}

.home-header.sticky .d_site_logo .logo_white{
     display:none;
}

.home-header.sticky .d_site_logo .logo_black{
     display:block;
}
#menu-header-menu .menu-item.menu-item-has-children i{
    display:none;
}
.agy .box { 
    top: 8%  !important;
}

@media (min-width: 992px)
{
    
    #menu-header-menu > li{
            position: relative;
    }
    
    .navbar-collapse ul {
        margin: 0;
        padding: 0;
    }
    .menu-item-has-children ul {
        position: absolute;
        width: 324px;
        list-style: none;
        text-align: left;
        padding-left: 0;
        z-index: 999;
        top: 60px;
        display: block !important;
        padding: 0;
        left: 0;
        opacity: 0;
        border-radius: 10px;
        visibility: hidden;
        transform-origin: top;
        transition: 0.3s;
        transform: scale(0);
        margin-top: 0px;
        padding-top: 0px;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    }
    
    .menu-item-has-children ul ul {
        position: absolute;
        list-style: none;
        text-align: left;
        padding-left: 0;
        z-index: 999;
        display: block;
        padding: 0px 0 0 3px;
        left: 100%;
        border-radius: 0px;
        top: 0px !important;
        border-bottom: none;
    }
    .menu-item-has-children:hover > ul {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    .menu-item-has-children ul li:hover ul {
        opacity: 1;
        visibility: visible;
    }
    
    .menu-item-has-children ul li {
        position: relative;
        width: 100%;
        float: left;
        padding: 0 !important;
        margin: 0px 0 0 !important;
        border-bottom: 1px #f5f5f5 solid;
        transition: 1s;
        border-right: none;
        font-size: 16px;
        border-radius: 0;
        background: #fff;
    }
    
   
    .menu-item-has-children ul li:hover {
        color: #000 !important;
        background: #f5f5f5 !important;
    }
    
    .menu-item-has-children ul li a {
        margin-left: 0;
        color: #000 !important;
        white-space: normal;
        width: 100%;
        float: none;
        text-decoration: none;
        padding: 15px 34px 15px;
        display: block;
        -webkit-transition: all 0.3s ease-in 0s;
        transition: all 0.3s ease-in 0s;
        transition: all 0.3s ease-in 0s;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
   ul#menu-header-menu .menu-item-has-children ul li a:hover, 
   ul#menu-header-menu .menu-item-has-children ul li:hover a{
        color: #000 !important;
        /*background: #f5f5f5 !important;*/
    }
    /*.menu-item-has-children ul li:hover > a {*/
    /*    color: #222 !important;*/
    /*}*/
}

/*.woocommerce-page article{width:90%;margin: auto;}*/
@media (min-width: 576px){
.woocommerce-page .entry-content, .page-template-edit-profile .entry-content
{
    max-width: 510px;
    margin: auto;
}
}
@media (min-width: 768px)
{
    .woocommerce-page .entry-content , .page-template-edit-profile .entry-content
    { max-width: 690px;    margin: auto;}
}
@media (min-width: 992px)
{
    .woocommerce-page .entry-content, .page-template-edit-profile .entry-content
    {max-width: 930px;  margin: auto;}
} 
@media (min-width: 1200px)
{
    .woocommerce-page .entry-content, .page-template-edit-profile .entry-content
    {   max-width: 1200px;  margin: auto;}
} 
.woocommerce-page h1.entry-title {
    font-size: 30px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold !important;
    text-align: center;
}header#masthead {
    box-shadow: 1px 0px 15px #f1f0f0;
}
/*.woocommerce-page article{ 
padding:40px 0px;
} */.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0px 1% 10px 0;
    width: 24.00%; 
	 border: 1px solid #dbe1e4;
	min-height:300px;text-align: center;border-radius: 3px;
}
.woocommerce ul.products li.product img{border: 4px solid #dbe1e4;}
.woocommerce ul.products li.product h2 {
    padding: 5px 15px !important;
    font-weight: bold;
    color: #333333;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif !important;
}
/*.woocommerce-shop li.product { 
    width: 25%!important;  
}*/
.woocommerce ul.products li.product a 
{
    position: relative;
    z-index: 9;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #12171b; 
    color: #ffffff;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: .718em 1em; 
    border-radius: 0px; 
    color: #ffffff;
    background-color: #fecf05; 
    color: #fff;
}.woocommerce ul.products li.product .price { 
    margin: 10px 0px; 
}.woocommerce ul.products li.product .button {
    margin-top: 5px;
}.woocommerce ul.products li.product .price {
    color: #ce2f2b; 
    font-size: 16px;
}.woocommerce .woocommerce-ordering select { 
    border: 1px solid #ccc;
    height: 35px;
    padding: 2px 5px;
    border-radius: 3px;
}.woocommerce span.onsale { 
    background-color: #ce2f2b; 
	padding:0px;
}a.added_to_cart.wc-forward {
    color: #333;
    padding-left: 5px;
}.woocommerce .entry-content {
    padding-top: 10px;
}.container-booking-page .div-sec h1 {
    color: #333333;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 25px;
}.container-booking-page .div-sec h1::after {
    content: "";
    display: block;
    border-bottom: 3px solid #ce2f2b;
    width: 50px;
    position: relative;
    bottom: -10px;
    margin: auto;
}.div-sec {
    box-shadow: 1px 1px 35px #e6f2f7;
    margin: 50px 0px;
    padding: 40px 30px;
}
.div-sec select, .div-sec input[type="text"]{padding: 5px 15px !important;height: 45px !important;
    font-size: 16px;
    border-radius: 0px;}
.div-sec select { 
    background: url(assets/images/down.png) no-repeat right;
    -webkit-appearance: none;
    background-position: 95%;
}
.form-control:focus { 
    border-color: #ce2f2b!important;
    outline: 0 !important;
    box-shadow: none !important;
}.price-section {
    border: 1px solid #ced4da;
    padding: 25px 15px;
} .price-section h4{
    font-size: 22px;
}.price-section p{
    margin: 0px;
}.price-section table{
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.price-section table td{color:#6b6b6b;padding:5px 0px}
.time-heading {
    width: 100%;
    display: inline-block;
}
.time-heading p{margin:0px}
.time-sec {
    border: 1px solid #ced4da;
    padding: 20px 15px;
}.time-heading p {
    margin: 0px 0px 15px 0px;
}.drop-down input,.drop-down select {
    padding: 5px 10px !important;
    height: 35px !important;
    font-size: 14px;
    border-radius: 16px;
    width: 90px !important;
}.btn-primary {
    color: #fff;
    background-color: #ce2f2b !important;
    border-color: #ce2f2b !important;
    border-radius: 0px !important;
    padding: 0.575rem 1.5rem !important;transition: all 1s ease;
}.btn-primary:hover { 
    background-color: #29aae2!important;border-color: #29aae2 !important;transition: all 1s ease;
}.btn-primary:focus, .btn-primary.focus {
    box-shadow: none !important;
}.error-404.not-found {
    text-align: center;
    padding: 80px 0px;
}.not-found h1 {
    color: #ce2f2b;
    font-size: 4.5rem;
    font-weight: bold;
}.not-found h2 {
    color: #ce2f2b;
    font-size: 24px;
    margin: 0 0 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}  
.validation_error{color: red;
    font-size: 14px;}
	.msg{
    margin-top: 15px;
    border-radius: 0px !important;border: none !important;
}
.msg .close{
    background: #ce2f2b;
    opacity: 1;color: #fff !important;
}button:focus {
    outline: 0px !important;
    outline: 0px !important;
}


/* rk changes*/
.top-social ul {
    margin: 0px;
    padding: 0px;
}
.top-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}
.top-social ul li:last-child
{
    margin-right: 0px;
}
.top-social ul li a {
    background: #fbdce5;
    text-align: center;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    display: inline-block;
}
img.image {
    width: auto !important;
}
.divider {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 35px;
    margin-bottom: 10px;
    border-top: 2px solid rgba(255,255,255,0.1);
}

#mailpoet_form_1{
    margin-top: -67px;
}
.copy-right .textwidget p {
    color: #cecece;
    margin-bottom: 0px;
}
.copy-right .textwidget p a
{
    color: #cecece;
}
.copy-right .textwidget p a:hover
{
    color:#ce2f2b;
}
.copy-right img{
    margin-right: 20px;
}
.foo-payment img {
    width: 60% !important;
}
.home .nav-right-block img{filter: invert(100%);}
.home .sticky .nav-right-block img {
    filter: invert(0%);
}
section.related.products ul li{width:100% !important;}
/*------------------------*/
/*        New Css        */
/*----------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
  
}
@media (min-width:1200px){
     
    .woocommerce-page .content-area
     {
          max-width: 1200px;
          margin: auto;
          padding: 0px 15px;
     }
} 
.container-fluid
{
    max-width: 1720px !important;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li
{
    margin-bottom: 0px !important;
}
.vc_section
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/*.vc_row-fluid
{
    margin:0px auto!important;
}*/
ul#menu-header-menu li 
{
    padding-right: 18px;
}
ul#menu-header-menu li a
{
   font-size: 16px;
    color: #3e3e3e;
    padding: 10px 0px;
    position: relative;
    font-weight: 500;
}

.logo
{

}
.logo img 
{
    height: 85px !important;
}

.search-form-top
{
    /*
    max-width: 1720px !important;
    position: absolute;
    right: -50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: 999;
    width: 100%;*/
	display: none;
    position: absolute;
    right: -15px;
    top: -15px;
    transform: translateX(100%);
    z-index: 999;
    width:35vw;
    min-width: 350px;
    background: #fff;
    height: 100vh;
    padding:60px 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.search-form-top .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    padding-left:40px; 
    border:none;
    box-shadow:none;
    border-bottom:1px solid #333;
    border-radius:0px; 
    
}

.search-form-top .close-search{
    font-size:20px; 
}

 .dgwt-wcas-suggestion-product .dgwt-wcas-si{
    width: 125px;
 }
  /*.dgwt-wcas-suggestion-product .dgwt-wcas-si img{
      width:100% ;
  }*/
.dgwt-wcas-suggestion { 
    align-items: initial !important; 
}
.dgwt-wcas-suggestion-product  .dgwt-wcas-st>span{
    line-height:21px; 
}
/* width */
.dgwt-wcas-suggestions-wrapp::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.dgwt-wcas-suggestions-wrapp::-webkit-scrollbar-track {
  border-radius: 5px;
}
 
/* Handle */
.dgwt-wcas-suggestions-wrapp::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 10px;
}

/* Handle on hover */
.dgwt-wcas-suggestions-wrapp  ::-webkit-scrollbar-thumb:hover {
  background: #ccc; 
}
.search-form-top .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder { /* Edge */
  font-style:normal;
}

.search-form-top .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-style:normal;
}

.search-form-top .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  font-style:normal;
}
.search-form-top .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{
    fill: none;
    stroke:none;
    opacity: 1;
    height: auto;
    left:0px;
    max-height:initial;
    width: 24px;
    max-width: initial;
}
.search-form-top .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier path{
    fill:#000; 
}

.search-form-top.open
{
     display: block; 
    transform: translateX(-15px);
}
.dgwt-wcas-search-wrapp
{
    float: right;
    position: relative;
}
.close-search {
    position: absolute;
    right: 0;
    color: #222;
    width: 40px;
    height: 40px;
    top: 0;
    line-height: 40px;
    text-align: center;
    z-index: 999;
}
.nav-right-block,.navbar-collapse
{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.nav-right-block
{
    width: 110px;
    padding-right: 15px;
    display: flex;
    justify-content: flex-end;
}
 .navbar-brand-centered 
 {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: #eee;
}
.navbar>.container .navbar-brand-centered, 
.navbar>.container-fluid .navbar-brand-centered 
{
    margin-left: -80px;
}
 
ul#menu-header-menu li a:hover, .current-menu-item a
{
    color: #fecf05 !important;
}
.vc_row.container
{
    padding-left: 0px;
    padding-right: 0px;
}
.search-box
{
    padding-right: 20px;
    padding-left: 20px;
}
.lock-box
{
    padding-right: 20px;
    padding-left: 20px;border-left: 1px solid #bcbcbc;
}
.head-bottom-right
{
    padding-left: 20px;
    border-left: 1px solid #bcbcbc;
    position: relative;
}
.head-bottom-right span
{
    width: 20px;
    height: 20px;
    position: absolute;
    background: #cf2f2a;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    top: -5px;
    right: -15px;
}
.slider-section .vc_row
{
    margin-right: 0px;
    margin-left: 0px;
}

.custom-heading
{
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #333333;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.custom-heading:before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: #fecf05;
    bottom: 0px;
    left: 0;
    z-index: -1;
    display: none;
}
.custom-heading strong
{
    font-weight: 800;
}
.vc_btn3-container
{
    margin-bottom: 0px !important;
}
.red-btn .vc_general, .btn-primary
{
    line-height: 30px !important;
    font-size: 18px !important;
    padding: 10px 30px !important;
    border-radius: 5px !important;
    background: #fecf05 !important;
    color: #252628 !important;
    border: none  !important;
    font-weight:500;
    background: #fecf05 !important;
    border-radius: 50px !important;
    text-transform: uppercase;
    /*color:#ffffff !important;*/

}
.red-btn .vc_general:hover, .btn-primary:hover
{
    background: #333  !important;
    color: #fff !important;
}
.get-creative-section
{
    /*padding-bottom: 60px;*/
}
.get-creative-section .vc_custom_heading:before
{
    display: none;
}
.get-creative-section .vc_custom_heading
{
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.get-creative-section .vc_btn3-container
{
    margin-bottom: 0px;
    margin-top: 30px;
}
.get-creative-section .ab-content .vc_column-inner
{
    padding-top: 60px;
    padding-bottom: 60px;
    /*box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);*/
    /*margin-top: -60px;*/
    position: relative;
  
    background: #fff;
}
.get-creative-section p
{
    color: #8b8b8b;
    max-width: 80%;
    margin: 0px auto;
}
.ab-content
{
    padding: 0px 15px !important;

}
.home-best-selling-section, .reserve-special-section, .home-new-arrivals-section
{
    padding-top:60px !important;
    padding-bottom:60px !important;
}

.home-best-selling-section
{
    text-align: center;
}
.home-best-selling-section .woocommerce.columns-4
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.home-best-selling-section .red-btn
{
    margin-top: 25px;
} 
ul.products
{
    margin: 0px -15px !important;
}
ul.products li
{
    margin: 15px 0px !important;
    /*width: 25% !important;*/
    width: 20% !important;
    padding: 0px 15px 20px !important;
    border: none !important;
}
ul.products li:before
{
    content: "";
    position: absolute;
    width: 90%;
    left: 15px;
    right: 15px;
    height: 100%;
    border: 1px solid #f5f5f5;
}
ul.products li .woocommerce-loop-product__link
{
    position: relative;
    z-index: 9;
    width: 100%;
    display: block;
}
 ul.products li.product img
 {
    width: 100% !important;
    max-width: 100% !important;
 }
ul.products li.product .onsale
{
    margin: 0px !important;
    right: 20px;
    top: 5px;
} 
.woocommerce ul.products li.product h2, li.product .title-sale
{
    font-size: 18px !important;
    padding: 0px 15px !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
    line-height: 25px;
    font-weight: 800;
    color: #333;

}
ul.products li.product .price
{
    margin-bottom: 0px !important;
    color: #333 !important;
}

.woocommerce ul.products li.product .button
{
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 95px;
    opacity: 10px;
    color: #333;
    padding: 10px 15px;
    text-transform: uppercase;
    opacity: 0;
    border-radius: 0px !important;
    font-size: 15px;
}
.woocommerce ul.products li.product:hover .button
{
    opacity: 10;
}
.woocommerce ul.products li.product .button:hover
{
    color: #fff;
}
.home-new-arrivals-section
{
    text-align: center;
}
.home-new-arrivals-section .woocommerce.columns-4
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.home-new-arrivals-section ul.products
{
    margin: 0px 0px !important;
}
.home-new-arrivals-section ul.products li
{
    width: 100% !important;
    padding: 0px !important;
}

.home-new-arrivals-section ul.products li:before
{
    display: none !important;
}
.nav-left, .nav-right
{
  width: 45px;   
  height: 45px;
  border-radius: 50%;
  display: block;
  background: #ededed;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.nav-left:before
{
    content: "";
    width: 15px !important;
    height:15px !important;
    background: url(assets/images/left-arrow.png);
    background-size: cover !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.5;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.nav-right:before
{
    content: "";
    width: 15px !important;
    height:15px !important;
    background: url(assets/images/right-arrow.png);
    background-size: cover !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.5;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.nav-left:hover, .nav-right:hover
{
    background: #fecf05;
}
.nav-left:hover:before, .nav-right:hover:before
{
    opacity: 10;
}
.latest-product-carousel .owl-nav
{
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    width: 100%;
}
.latest-product-carousel .owl-nav .owl-prev
{
    position: relative;
    left: -20px;
    float: left;
}
.latest-product-carousel .owl-nav .owl-next
{
    position: relative;
    right: -20px;
    float: right;
}
.latest-product-carousel .sale-text
{
    text-align: center;
}
.latest-product-carousel .sale-text .title-sale
{
    padding: 0px !important;
}

.woocommerce ul.products li.product .cart-sec>.button
{
    width: 100% !important;
    left: 0px !important;
    bottom: 75px;
}

.reserve-special-section
{
    position: relative;
}
.reserve-special-section:before
{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: block !important;
}
.reserve-special-section  h3
{
    color: #fff;
    margin-bottom: 20px !important;
}
.reserve-special-section .red-btn {
    margin-top: 25px;
}
.instagram-section .vc_row
{
    margin: 0px !important;
}

.woocommerce-page .content-area
{
   padding: 0px 15px; 
}


/*-----------------*/
/*-----footer-----*/
/*---------------*/
.footer-section h2
{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.footer-section h2:before
{
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #fecf05;
    left: 0px;
    bottom: 0px;
}
.footer-section h2:after
{
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #fecf05;
    left: 45px;
    bottom: 0px;
}
.foo-social
{
    margin-top: 15px;
}
.foo-social img 
{
    margin: 0px 5px;
}
.newsletter-block #mailpoet_form_1
{
    margin-top: 15px;
}
.newsletter-block h2 
{
    padding-bottom: 0px;
    text-align: center !important;
    margin-bottom: 15px;
}
.newsletter-block .mailpoet_spacer
{
    display: none;
}
.newsletter-block #mailpoet_form_1 form.mailpoet_form
{
    padding: 0px;
    position: relative;
}
.newsletter-block .mailpoet_paragraph>.mailpoet_text
{
    border-radius: 50px !important;
    height: 50px !important;
    background: transparent !important;
    border: 1px solid #a3a3a3 !important;
    color: #a3a3a3 !important;
    font-family: 'Roboto', sans-serif !important;
    padding-right: 120px !important;
}

.newsletter-block .mailpoet_submit
{
    width: auto !important;
    background: #fecf05 !important;
    font-family: 'Roboto', sans-serif !important;
    padding: 10px 20px !important;
    line-height: 30px !important;
    height: 50px !important;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    cursor: pointer;

}
.newsletter-block #mailpoet_form_1 .parsley-errors-list
{
    position: absolute;
}
#menu-footer-menu
{
    padding-left: 0px;
    list-style: none;
}
#menu-footer-menu li a 
{
    color: #fff;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}
#menu-footer-menu li a:before
{
    content: "";
    width: 12px;
    height:12px;
    background: url(assets/images/next.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
.foo-logo
{
    text-align: center;
}
.foo-social
{
    text-align: center;
}
.foo-address p , .foo-phone p, .foo-email p
{
    position: relative;
    padding-left: 35px;
}
.foo-address p  img , .foo-phone p img, .foo-email p img
{
    position: absolute;
    left: 0px;
    top: 5px;
}
.foo-phone p a, .foo-email p a
{
    color: #fff;
}
.entry-header {
    padding: 50px 0px;
    text-align: center;
    background: url(assets/images/entry-header-bg.jpg);
    background-size: cover;
    background-position: bottom;
    color: #fff;
}
.entry-content, .about-us
{
    padding-top: 60px;
    padding-bottom: 60px;   
}
.home .entry-content
{
    padding: 0px !important;
}
.page-id-38 .entry-content
{
    padding-top: 0px !important;
    padding-bottom: 0px !important; 
}
.page-id-40 .entry-content
{
    padding-bottom: 0px !important;
}

.woocommerce-page div#primary
{
    padding-top: 40px;
    padding-bottom: 40px;
}
.woocommerce-Tabs-panel h2, .related h2
{
    font-size: 25px !important;
}
.wc-proceed-to-checkout
{
    padding-bottom: 0px !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
    background: #fecf05;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    color: #252628 !important;
    font-weight: 500;
    /*line-height: 30px;*/
    line-height: 16px;
    border-radius: 25px;
    padding: 10px 30px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover
{
        background: #252628 ;
        color: #fff !important;
}
.woocommerce div.product form.cart div.quantity{
        margin: 4px 9px 0 0 !important;
}
.checkout-button
{
    margin-bottom: 0px !important;
}
div.woocommerce .col-1, div.woocommerce .col-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #c5c3c3;
    margin: 5px 5px 0px 0px;
    width: 100%;
    border-radius: 3px;
    height: 40px;
    padding: 2px 10px;
}

.woocommerce-Address {
    position: relative;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 15px;
}

/*Coder Start*/



.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern{
    line-height: 25px !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    background: #f97d0a !important;
    color: #fff !important;
    border: none !important;
    font-weight: 700;
}
section.related.products {
    clear: both;
    text-align: center;
}
.entry-content .woocommerce.columns-4 ,.entry-content .woocommerce
{
    padding-left:15px ;
    padding-right:15px ;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-right: -15px;
}
.product_title.entry-title
{
    text-align: left !important;
}
.products.columns-4 .product{
    
        text-align: center!important;
}
div.mailpoet_form_popup {
    overflow-y: unset!important;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0!important;
}
span.woocommerce-input-wrapper
{
    width: 100%;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:hover {
    background: #cc6302!important;
}
#customer_details .col-1, #customer_details .col-2
{
    padding: 0px;
}
#customer_details h3, .cart_totals h2
{
    font-size: 22px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation
{
    width: 100%;
}
.woocommerce-MyAccount-navigation ul
{
    list-style: none;
    margin: 15px auto;
    padding-left: 0px;
}
nav.woocommerce-MyAccount-navigation li a
{
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    background: #fecf05;
    color: #333;

}
nav.woocommerce-MyAccount-navigation li
{
    margin-bottom: 1px;
}
.is-active a 
{
    background: #333 !important;
    color: #fff !important;
}

.woocommerce form .password-input, .woocommerce-page form .password-input
{
    width: 100%;
}

.shipping-calculator-form .select2-selection--single
{
    height: 40px;
}
.shipping-calculator-form  .select2-selection__rendered
{
    line-height:38px !important;
    text-align: left;
}
.shipping-calculator-form .select2-selection__arrow
{
      height: 40px !important;  
}
.shipping-calculator-button, .product-name a, .entry-summary a, .woocommerce-form-login a, .edit
{
    color: #fecf05 ;
}
.coupon
{
    max-width: 340px;
    width: 100%;
}
.coupon input
{
    max-width: 160px;
    width: 100% !important;
}
.page-template-edit-profile .entry.container
{
    max-width: 100% !important;
    padding: 0;
    margin: 0px !important;
}
.page-template-edit-profile .col-sm-12 .entry-content 
{
    padding: 0px !important;
}
.page-template-edit-profile .col-sm-12 .entry-content  h2
{
    font-size: 22px !important;
}
.page-template-edit-profile  .form-table > tbody > .acf-field > .acf-label
{
    padding: 20px 10px 0px 0;
    min-width: 100%;
    float: left;
}
.page-template-edit-profile .form-table > tbody > .acf-field > .acf-input {
    padding: 0;
    width: 100% !important;
    clear: both;
    float: left;
}
.page-template-edit-profile  .form-table
{
    width: 100%;
}
.page-template-edit-profile  .btn-primary
{
    margin-top: 30px;
}
.woocommerce-form-login  label
{
    width: 100%;
}
.woocommerce-MyAccount-content .table
{
     width: 100%;
    max-width: 100%;
    display: block;
}
.flex-control-nav li
{
    padding: 10px;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers
{
    padding: 0px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    color: #333 !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current,  
.woocommerce nav.woocommerce-pagination ul li a:hover
{
    background: #fecf05;
}
.shop_table .product-thumbnail 
{
    width: 150px;
}
@media (max-width:1420px){

} 

@media (max-width:1299px){

}

@media (max-width:1199px){
    .custom-heading
    {
        font-size: 35px;
        line-height: 40px;
    }
    
    .heading.op h2, h2
    {
        font-size: 35px !important;
    }
    body,p
    {
        font-size: 15px !important;
        line-height: 22px;
    }
    .latest-product-carousel .owl-nav .owl-prev
    {
        left: -25px;
    }
    .latest-product-carousel .owl-nav .owl-next
    {
        right: -25px;
    }
    .woocommerce ul.products li.product .cart-sec > .button
    {
        line-height: 25px;
    }
    .woocommerce ul.products li.product .button
    {
        padding: 10px ;
    }
    
}

@media (max-width:991px){
    #menu-header-menu .menu-item.menu-item-has-children{
        position:relative;
    }
       .menu-item-has-children ul,
    .menu-item-has-children ul ul{
        display:none;
        padding-left:0px;
    }
    
    .sub-menu li:last-of-type{
        padding-bottom:0px !important;
    }
    #menu-header-menu .menu-item.menu-item-has-children i{
        display:block;
        position: absolute;
        top: 18px;
        right: 4px;
        font-size: 18px;
        color:#212529;
    }

    .top-menu .container
    {
        position: relative;
        padding-right: 70px !important;
        justify-content: center;
    }
    .top-menu .logo
    {
        float: left;
    }
    .nav-right-block
    {
        float: right;
    }
    .search-box
    {
        padding-right: 10px;
    }
    .lock-box
    {
         padding-left: 10px;
        padding-right: 10px;
    }
    .head-bottom-right
    {
        padding-left: 10px;
    }
    .top-menu .navbar-toggler
    {
        /*position: absolute;
        right: 0px;
        background: #00397b;*/
        z-index: 999;
        padding: 0px 0px !important;
        position: absolute;
        left: 15px;

    }
    
    
    .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(37, 38, 40, 10)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
    }
    .navbar-collapse  
    {
        position: absolute !important;
        background: #fff;
        z-index: 999;
        top: 100px;
        left: 0px;
        padding: 10px;
        width: 100%;max-width: 100%;
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    }
    .top-menu .container-fluid
    {
        position: relative;
        padding: 0px 15px !important;
        justify-content: center !important;
    }
    ul#menu-header-menu
    {
        padding-left: 0px;
    }
    ul#menu-header-menu li
    {
        width: 100%;
        padding: 15px 20px;
        border-bottom: 1px solid #f5f5f5;
        text-align: left;

    }
    ul#menu-header-menu li:last-child
    {
        border: none;
    }
    .nav-right-block
    {
        max-width: 110px;
        position: absolute;
        right: 15px;
    }
    .search-box
    {
        padding-left: 0px;
    }

    ul.products li
    {
        width: 50% !important;
    }
    .nav-left, .nav-right
    {
        background: #000;
    }
    .nav-left:before
    {
        background: url(assets/images/mo-left-arrow.png);
        opacity: 0.8;
    }

    .nav-right:before
    {
        background: url(assets/images/mo-right-arrow.png);
        opacity: 0.8;
    }
    .nav-left:hover:before
    {
        background: url(assets/images/left-arrow.png);
    }

    .nav-right:hover:before
    {
        background: url(assets/images/right-arrow.png);
    }
    .contact-title.vc_col-sm-2
    {
        width: 40%;
    }
    .contact-detais.vc_col-sm-4
    {
        width: 60%;
    }
    .cart_totals h2, .woocommerce-MyAccount-content h2
    {
        font-size: 20px !important;
    }
    .woocommerce-Address 
    {
        max-width: 100% !important;
        width: 100% !important;
    }
    .woocommerce-Address:first-child 
    {    
        margin-bottom: 30px;
    }
    .woocommerce-MyAccount-content .table
    {
        overflow-x: scroll;
    }
    .woocommerce-column--billing-address.col-1, .woocommerce-column--shipping-address.col-2 {
        width: 100% !important;
        max-width: 100% !important;
        margin: 15px auto;
        padding: 0px !important;
    }
    .woocommerce-customer-details
    {
        margin-bottom: 0px !important;
    }
    .woocommerce-error, .woocommerce-info, .woocommerce-message
    {
        margin-bottom: 10px !important;
    }
}
@media (max-width:768px){
	div#customer_login .col-1, div#customer_login .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}form.woocommerce-form.woocommerce-form-login.login, form.woocommerce-form.woocommerce-form-register.register {
    margin-top: 12px;
}div#customer_login h2 {
    font-size: 26px !important;
}
}
@media (max-width:767px){
    body,p, a, li
    {
        font-size: 14px !important;
        line-height: 22px;
    }
    .red-btn .vc_general, .btn-primary
    {
        font-size: 15px !important;
    }
    .entry-header h1, h1
    {
        font-size: 35px !important;       
    }
    .heading.op h2, h2
    {
        font-size: 30x !important;
    }
    h3, .h3
    {
        font-size: 20px !important;
    }
    .entry-header
    {
       padding: 20px 0px;  
    }
    .custom-heading, h2
    {
        font-size: 30px !important;
        line-height: 30px !important;
    }
    .entry-content, .about-us
    {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .get-creative-section p
    {
        max-width: 100%;
    }
    .home-best-selling-section, .reserve-special-section, .home-new-arrivals-section   
    {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .get-creative-section
    {
        padding-bottom: 0px !important; 
    }
    .get-creative-section .ab-content .vc_column-inner
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .get-creative-section .vc_btn3-container
    {
        margin-top: 15px;
    }
    .home-new-arrivals-section ul.products li
    {
        border: 1px solid #f5f5f5 !important;
        padding-bottom: 15px !important;
        min-height: auto !important;
    }
    
    .latest-product-carousel .sale-text
    {
        text-align: center;
    }
    .footer-section
    {
        padding: 30px 0px;
    }
    .home-best-selling-section .red-btn
    {
        margin-top: 15px;
    }
    #customer_details .col-1, #customer_details .col-2 
    {
        width: 100%;
        max-width: 100%;
    }
    .search-form-top {
    right: -30px;
    top: -25px !important;
    width: 270px;
    }
}

@media (max-width:575px){

    .entry-header h1, h1
    {
        font-size: 30px !important;       
    }
    .heading.op h2, h2
    {
        font-size: 26px !important;
    }
    .custom-heading, h2
    {
       font-size: 26px !important; 
    }
    .nav-right-block
    {
        width: auto;
        padding-right: 5px;
    }
    .navbar-collapse {
      top: 48px;
    }
	ul#menu-header-menu li { 
       padding: 10px 20px; 
     }
    .logo img
    {
        height: 55px !important;
    }
    .top-menu .container
    {
        padding-right: 55px  !important;
    }
    .nav-right-block img 
    {
        width: 15px;
    }
    .search-box 
    {
        padding-right: 10px;
        padding-left: 0;
    }
    .head-bottom-right 
    {
        padding-left: 10px;
    }
    .header-right-block
    {
        display: none;
    }
    .top-header ul.top-head-nav
    {
        text-align: center;
    }
    .top-menu
    {
        padding: 10px 0px;
    }
    .top-header ul.top-head-nav li
    {
        padding-right: 10px;
    }
    .top-header ul.top-head-nav li:last-child
    {
        padding-right: 0px;
    }
    .logo a img{
        height: 40px !important;
        padding-right: 25px;
    }

    .home-new-arrivals-section .woocommerce.columns-4
    {
        padding: 0px 15px !important;
    } 
    .footer-section h2
    {
        margin-bottom: 15px;
    }
    .footer-section .row.mb-5
    {
        margin-bottom: 0px !important;
    }
    .divider
    {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    #billing_first_name_field, #billing_last_name_field, 
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, 
    .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last
    {
        width: 100%;
    }
    .coupon
    {
        width: 100%;
        max-width: 100%;
    }
    
    

}   

@media (max-width:480px){
h1.product_title.entry-title {
    font-size: 20px !important;
}.woocommerce-Tabs-panel {
    padding-top: 0px !important;
}
    .woocommerce-ordering, .woocommerce-ordering select
    {
        width: 100%;
    }
    .coupon input,.coupon button
    {
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    ul.products li
    {
        width: 100%;
    }
	.agy .box .box-left, .agy .box .box-right {
     
    padding: 4% !important;
}
	.agy .box { 
    top: 0% !important;
    max-width: 290px !important;
}
	.agy .box .box-right .btn { 
    padding: 0.4em 1em 0.4em !important;
}
 
 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { 
    min-height: auto; 
}
	ul.products li {
    padding: 0px 5px 10px 5px !important;
}
	.entry-content .woocommerce.columns-4, .entry-content .woocommerce {
    padding-left: 0px;
    padding-right: 0px;
}
ul.products li:before{display:none}
.woocommerce-page ul.products.columns-5{padding-left: 15px;
    padding-right: 15px;}
	div#sbi_images .sbi_item {
    width: 50% !important;
}span.dgwt-wcas-st-title {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
}
section.related.products ul.products {
    margin: 0px 0px !important;
}
section.related.products span.nav-left {
    margin-right: 8px;
}
}

@media (max-width:420px){
    ul.products li
    {
        width: 50% !important;
    }
}


/*--newcss*/
.home  header#masthead
{
    position: fixed;
    width: 100%;
    z-index: 99;
    box-shadow: none;
}
.home header#masthead.sticky
{
    background: #fff !important;
    box-shadow: 1px 0px 15px #f1f0f0;

}

@media (min-width: 992px)
{
   .home header#masthead ul .menu-item-has-children ul
   {
    top: 35px;
   }
   .home  header#masthead.sticky .menu-item-has-children ul
   {
    top: 63px;
   }
   .home  header#masthead ul li a
    {
        color: #fff !important;
    }
    .home header#masthead ul li.menu-item-object-page .sub-menu  li a
    {
        color: #000 !important;
    }

}
ul#menu-header-menu li a
{
     color: #3e3e3e !important;;
}
.home header#masthead .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 10)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;}
.home header#masthead .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon
{
    background-image: url(https://alphasixtest.com/mfd/wp/wp-content/uploads/2021/09/cancel.png) !important;
    background-size: 20px;
}
.home  header#masthead.sticky
{

}
.home header#masthead.sticky .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon
{
    background-image: url(https://alphasixtest.com/mfd/wp/wp-content/uploads/2021/09/cancel-1.png) !important;
    background-size: 20px;
}
.home header#masthead.sticky .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(37, 38, 40, 10)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.home  header#masthead.sticky ul#menu-header-menu li a
{
    color: #3e3e3e !important;
}
.home header#masthead.sticky .top-menu
{
    /*padding: 10px 0px;*/
}
nav.woocommerce-breadcrumb {
    display: none;
}
.woocommerce-products-header p.ship-text {
    display: none;
}
.single_image-box{ margin-bottom: 15px !important; }

#booking_form .controls input[type="text"]:focus, .controls input[type="text"]:hover, 
#booking_form .controls input[type="email"]:focus, #booking_form .controls input[type="email"]:hover, 
#booking_form .controls input[type="tel"]:focus, #booking_form .controls input[type="tel"]:hover, 
#booking_form .controls textarea:focus, #booking_form .controls textarea:hover, 
#booking_form .controls button:focus, #booking_form .controls button:hover, 
#booking_form .controls select:focus, #booking_form .controls select:hover
{
    border: 2px solid #808184 !important;
    background: #fff !important;
}

#booking_form .controls label
{
    padding: 0px 10px !important;
}
#booking_form h2.heading
{
    color: #333333 !important;
    padding: 1em 15px !important;
}
#booking_form .controls input[type="text"]:focus + label, .controls input[type="text"]:hover + label,
#booking_form .controls input[type="email"]:focus + label,
#booking_form .controls input[type="email"]:hover + label,
#booking_form .controls input[type="tel"]:focus + label,
#booking_form .controls input[type="tel"]:hover + label,
#booking_form .controls textarea:focus + label,
#booking_form .controls textarea:hover + label,
#booking_form .controls button:focus + label,
#booking_form .controls button:hover + label,
#booking_form .controls select:focus + label,
#booking_form .controls select:hover + label {
  color: #333333 !important;
  cursor: text;
}
#booking_form .controls button
{
    background: #FECF05 !important;
}
#booking_form .controls button:hover {
    background-color: #333 !important;
    border: none !important;
}
.woocommerce span.onsale
{
    background-color: #ce2f2b;
    border-radius: 0px;
    line-height: 32px;
    min-height: auto;
    padding: 0px 20px;
    left: 0px !important;
    right: auto !important;
    font-size: 11px;
    text-transform: uppercase;
}
@media (max-width: 992px) {
  .booking_form {
    width: 100%;
    padding: 2em 0% !important;
  }
  .slider-bottom-block 
  {
    width: 50% !important;
    float: left;
  }
  .search-form-top
    {
        right: -30px;
        top: -43px;
        width: 320px;
    }

}

@media (max-width:575px) {
  .booking_form {
    width: 100%;
    padding: 3em 0% !important;
  }
  #booking_form .half
  {
    width: 100% !important;
  }
  .slider-bottom-block 
  {
    width: 100% !important;
  }
  rs-layer-wrap, rs-mask-wrap, rs-cbg-mask-wrap {
    left: 12px !important;
}.foo-payment img {
    width: 40% !important;
    margin-bottom: 25px;
}
section.vc_section.category {
    padding: 20px 0px 0px 0px !important;
}section.vc_section.category .vc_col-sm-3 .vc_column-inner {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
section.vc_section.category a.vc_general{padding:4px 20px !important;}
section.vc_section.category .slider-bottom-block {
    width: 50% !important;
	margin-bottom:15px;
}.single_image-box {
    margin-bottom: 8px !important;
}.category h4 { 
    padding-bottom: 2px;    line-height: 20px;
} section.vc_section.category .vc_column_container>.vc_column-inner { 
    padding-left: 6px!important;
    padding-right: 6px!important; 
}.home-best-selling-section, .reserve-special-section, .home-new-arrivals-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
}
.home-best-selling-section .custom-heading { 
    margin-bottom: 6px; 
}

.reserve-special-section h3 { 
    margin-bottom: 5px !important;
}.reserve-special-section p { 
    margin-bottom: 0px;
}
.woocommerce-product-attributes-item--attribute_source{
    display:none;
}

 .home-best-selling-section a.vc_general,.reserve-special-section a.vc_general{padding:5px 20px !important;}
  .arrivals-page {
    padding: 0px !important;
}