/*

  Theme Name: Yum Yum’s Gourmet Popcorn

*/
/* 1. Theme default css */
body {
    font-family: 'Roboto', sans-serif;
}
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}
a, .button, button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus, .button:focus {
    text-decoration: none;
    outline: none;
}
button {
    cursor: pointer
}
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
    color: #FF9010;
    text-decoration: none;
}
a, button {
    color: #FF9010;
    outline: medium none;
}
input:focus, textarea:focus, :focus {
    outline: 0
}
button:focus {
    outline: 0 none;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #333333;
    margin-top: 0px;
    font-style: normal;
    text-transform: capitalize;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
h1 {
    font-size: 40px;
    font-weight: 500;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    color: #333;
    margin-bottom: 15px;
}
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
*::-moz-selection {
 background: #d6b161;
 color: #fff;
 text-shadow: none;
}
::-moz-selection {
 background: #444;
 color: #fff;
 text-shadow: none;
}
::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
*::placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
.btn {
    background: #2f3440 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: pt sans;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1;
    padding: 20px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}
.btn:hover {
    color: #fbba42
}
.btn:hover:before {
    width: 100%;
    color: #444
}
.btn.brand-btn {
    background: #fbba42;
    color: #222
}
.btn.brand-btn:hover {
    background: #2f3440;
    color: #fbba42
}
.btn.btn-2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fbba42;
    line-height: 1;
    padding: 17px 35px;
}
.btn.btn-2:hover {
    border-color: #2f3440
}
.btn i {
    margin-right: 10px;
}
/* scrollUp */
.woocommerce div.product form.cart {
	font-size: 16px;
}
.woocommerce{
	font-size: 10px;
}
#scrollUp::before {
    content: "\f106";
    font-family: Font Awesome\ 5 Free;
    font-size: 20px;
}
#scrollUp {
    background: #cd0001;
    height: 40px;
    width: 40px;
    right: 50px;
    bottom: 65px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 0 !important;
    line-height: 40px;
    border-radius: 50%;
}
#scrollUp:hover {
    background: #000;
}
#content_wrapper {
    overflow: hidden;
    clear: both;
    display: block;
}
.scroll-header #head_top {
    display: none;
}
.scroll-header #top_part {
    display: none;
}
/* 



  2. search 



*/
.search h5 {
    font-size: 12px;
    color: #fff;
    margin: 0;
    line-height: 30px;
    float: left;
}
.search {
    position: relative;
}
[class^="icon-"] {
    background-color: transparent;
    color: #000;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    line-height: 72px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
    z-index: 10;
    position: relative;
    margin-bottom: 0;
}
[class^="icon-"]:hover {
    background-color: transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.search_form {
    background-color: rgba(225, 225, 225, 0.8);
    border-radius: 2px;
    position: absolute;
    z-index: 9;
    padding: 0px 5px;
    right: 0;
    top: 30px;
    overflow: hidden;
    width: 20px;
    height: 0px;
    transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}
.search_form form {
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.search_form input {
    background: #fff;
    border: none;
}
.search_form input[type='text'] {
    border-radius: 5px 0 0 5px;
    width: 100%;
    max-width: 65%;
    margin: 0px 1px 0px 0;
    padding: 0px 5px 1px;
    min-height: 23px;
    float: left;
}
.search_form input[type='submit'] {
    border-radius: 0 5px 5px 0;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0px 5px;
    min-height: 24px;
    margin: 0px 0px 0px 0;
    cursor: pointer;
    width: 100%;
    max-width: 32%;
    float: left;
}
.search_box {
    visibility: hidden;
}
.search_box:checked ~ .search_form {
    width: 220px;
    height: 40px;
    padding: 1px 5px;
    top: 30px;
    transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}
.search_box:checked ~ .search_form form {
    opacity: 1;
    transition: 0.3s all ease-out 0.5s;
    -webkit-transition: 0.3s all ease-out 0.5s;
}
.search label {
    margin-bottom: 0;
    color: #fff;
}
.cart_tp {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: 10px;
    color: #fff;
}
.search_tp {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 15px;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    font-size: 16px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-size: 16px;
}
.woocommerce table.shop_table {
    font-size: 16px;
}
/* 



  2. header 




*/
.woocommerce ul.products li.product a {
    font-size: 16px;
}
.woocommerce nav.woocommerce-pagination {
    font-size: 16px;
    padding-bottom: 40px;
}
.woocommerce-product-details__short-description {
    font-size: 16px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce-product-details__short-description strong a {
    color: #cd0001;
}
.scroll-header {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #f8f8f8 none repeat scroll 0 0;
    opacity: .9;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.header-menu {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
}
.logo {
    margin-top: 5px;
    margin-left: 0;
    margin-bottom: 5px;
}
#menu_part {
    background-color: #cd0001;
}
#whbg {
    background-color: #000;
    color: #fff;
}
.main-menu-area {
    padding: 0px;
}
.main-menu ul {
    margin: 0;
}
.main-menu ul li {
    display: inline-block;
    position: relative;
}
.main-menu ul li:hover {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.main-menu ul li > a {
    color: #fff;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
    text-transform: uppercase;
}
.main-menu ul li:hover > a {
    color: #fff;
    background-color: #e3ae01;
}
.main-menu ul li ul.sub-menu {
    background: #000;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 110%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9;
}
.main-menu ul li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 102%;
}
.main-menu ul li ul.sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: block;
    margin: 0;
}
.main-menu ul li ul.sub-menu li:last-child {
    border: 0;
}
.main-menu ul li ul.sub-menu li a {
    color: #fff;
    display: block;
    padding: 12px 10px;
    text-align: left;
    font-size: 13px;
}
.main-menu ul li ul.sub-menu li:hover > a {
    color: #fff;
}
.main-menu ul li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
}
#homes {
    padding-top: 200px;
}
#head_top {
    background-color: #cd0001;
}
#head_top ul li {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 10px;
    line-height: 30px;
}
#head_top ul li a {
    color: #fff;
}
.top_right ul li {
    display: inline-block;
    text-align: left;
    padding-left: 25px;
    vertical-align: top;
}
.top_right ul li h4 {
    margin: 0 0 5px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 20px;
}
.top_right ul li p {
    font-size: 12px;
    color: #828282;
    line-height: 18px;
    margin-bottom: 5px;
}
.top_right ul li:last-child p {
    line-height: 13px;
}
.top_info {
    float: left;
    padding: 5px 2px 0;
}
.top_right .fas {
    width: 50px;
    height: 50px;
    float: left;
    line-height: 50px;
    border: 2px solid #cd0001;
    text-align: center;
    font-size: 30px;
    margin-right: 10px;
    margin-top: 5px;
    position: relative;
    color: #cd0001;
}
#header-sticky .logo img {
    max-width: 120px;
    height: auto;
}
/* 





3. slider 





*/
.single-slider {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
}
.slider-content {
    width: 100%;
}
.slider-content h2 {
    color: #fff;
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 20px;
}
.slider-content p {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin-top: 100px;
    margin-bottom: 30px;
    line-height: 30px;
}
.slider-content > a {
    background-color: #FF9010;
    color: #fff;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 15px 38px;
    position: relative;
    text-transform: capitalize;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    vertical-align: middle;
}
.slider-content > a:hover {
    color: #fff;
}
.slider-content > a::before {
    background: #333333 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.slider-content > a:hover::before {
    transform: scaleY(1);
}
.slider-active .slick-arrow:hover {
    color: #FF9010;
}
.slider-active .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}
.slider-active .slick-dots li {
    display: inline-block;
    margin-right: 10px;
    color: #FF9010;
}
.slider-active .slick-dots li:last-child {
    margin-right: 0;
}
.slider-active .slick-dots li button {
    background: #fff;
    border: 0;
    text-indent: -99999999999px;
    padding: 0;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}
.slider-active .slick-dots li.slick-active button {
    width: 40px;
    /*color:#FF9010;*/
    background-color: #FF9010;
}
.slider-active-2 .slick-dots li.slick-active button {
    border: 1px solid #FF9010;
}
.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
.slider-area:hover .slider-active .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.slider-active .slick-arrow:hover::before {
    width: 30px;
}
.slider-active .slick-next {
    right: 40px;
}
.slider-active .slick-prev {
    z-index: 1;
    left: 40px;
}
.slider-active .slick-next::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #FF9010;
    right: -40px;
    top: 13px;
    transition: .3s;
}
.slider-active .slick-next::before:hover {
 color: red;
}
.slider-active .slick-prev::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #FF9010;
    left: -40px;
    top: 13px;
    transition: .3s;
}
.slider-active-2 .slick-prev::before {
    display: none;
}
.slider-active-2 .slick-next::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    right: 0;
    top: 22px;
    left: -4px;
}
.slider-active-2 .slick-dots li button {
    background: 0;
    border: 1px solid #fff;
}
/*





 4. about-area 





*/
footer {
    background-color: #0c1316;
}
.social-icon {
    margin-left: 30px;
    padding-left: 30px;
    position: relative;
    color: #999999;
}
.social-icon > a {
    color: #999999;
    font-size: 18px;
    margin-right: 45px;
}
.social-icon > a:hover {
    color: #ff9010;
}
.footer_bottom {
    background-color: #121214;
    border-top: 1px solid #202020;
}
.btm_logo ul li {
    display: inline-block;
}
.copyright {
    color: #999999;
}
.copyright p {
    color: #999999;
    font-size: 14px;
    line-height: 35px;
    margin: 0;
    letter-spacing: 0.6px;
    padding: 15px 0;
}
.footer-order {
    background-color: #f8f5f2;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    position: relative;
}
.footer-order ul li {
    display: inline-block;
    padding: 0 2px;
}
.footer-order ul li .fab {
    background-color: #cd0001;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
}
.footer-top h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 5px;
}
.footer-top h3:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #f2140a;
    bottom: 0;
    left: 0;
}
.footer-top ul li {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 10px;
}
.footer-top ul li a {
    color: #ddd;
    display: block;
}
.footer-top ul li a:hover {
    color: #f2140a;
}
/*page*/
#banner_intro {
    padding-top: 200px;
    position: relative;
}
.page_banner {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
#pagecontent {
    padding: 30px 0 0;
}
.pagettl {
    text-align: center;
}
.pagettl h1 {
    color: #fff;
    margin: 0;
    line-height: 40px;
    padding: 12px 35px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    background-color: rgba(205, 0, 1, 0.8);
}
.on_title {
    position: relative;
}
.on_title h3 {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
    line-height: 56px;
}
#Title_part {
    text-align: center;
    display: block;
}
#Title_part h1 {
    font-weight: 300;
}
#Title_part h1 span {
    color: #cd0001;
}
#tub_pic {
    position: relative;
    padding: 20px 0 0 20px;
}
#tub_pic::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 80%;
    background-color: #cd0001;
    left: 0;
    top: 0;
}
#tub_pic::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 20px;
    left: 0;
    top: 0;
    background-color: #cd0001;
}
#shop_box h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
}
.footer-order::before {
    position: absolute;
    content: "";
    background-color: #cd0001;
    left: -25px;
    width: 42%;
    height: 76px;
    top: 0px;
    transform: skew(30deg);
}
#shop_box h2 {
    color: #cd0001;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
}
#logos_btm {
    text-align: center;
}
#logos_btm ul li {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
#flv_box .wpb_single_image {
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 15px;
}
#flv_box h2 {
    font-size: 15px;
    padding-top: 0;
    color: #cd0001;
    font-weight: 400;
    text-transform: uppercase;
}
#flv_box img {
    border: 2px solid #cd0001;
    padding: 15px;
    width: 100%;
    height: auto;
    border-radius: 5px;
}
#section_four {
    border-top: 1px solid #818181;
}
#section_four .wpb_video_widget {
    border: 5px solid #ddd;
}
#p_box .wpb_wrapper {
    background-color: #cd0001;
    padding: 2px;
}
#p_box h2 {
    font-size: 20px;
    color: #fff;
}
.coupons_details_area h3 {
    margin: 0;
    padding: 10px 0;
    font-size: 40px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    background: #cd0001;
}
.coupons_details_area h4 {
    margin: 0 0 20px 0;
    padding: 60px 90px;
    font-size: 40px;
    color: #cd0001;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.coupons_details_area {
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    background: #f8f5f2;
    border: 2px solid #cd0001;
    border-radius: 10px;
}
#coupon-right-part {
    padding-top: 17px;
    /* padding-bottom: 0; */
    border: 1px solid #ccc;
    border-radius: 10px;
}
.contact_info_detail h2 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 20px;
    color: #c40001;
    font-weight: bold;
    text-transform: uppercase;
}
.contact_info_detail p {
    margin: 0 0 6px 0;
    padding: 0;
    font-size: 18px;
    color: #858280;
    text-align: left;
    line-height: 26px;
    text-transform: none;
}
#contact_field {
    border: none;
    color: #000;
    font-size: 18px;
    height: 50px;
    margin: 0 0 10px;
    padding: 10px 20px;
    text-align: left;
    border-radius: 10px;
    background: #f8f5f2;
}
#contact_textarea {
    border: none;
    color: #000;
    font-size: 18px;
    height: 160px;
    margin: 0 0 10px;
    padding: 10px 20px;
    text-align: left;
    border-radius: 10px;
    background: #f8f5f2;
    overflow: hidden !important;
}
#send_btn {
    background: #c40001;
    border: medium none;
    color: #fff;
    float: right;
    font-size: 16px;
    margin: 0;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 100;
}
#send_btn:hover {
    background: #00529F;
}
.testimonial-title {
    margin-bottom: 0 !important;
}
.testimonial-title h3 {
    font-size: 20px;
    font-weight: bold;
    color: #cc0001;
}
.testimonial-date h4 {
    font-size: 15px;
    font-weight: bold;
    color: #cc0001;
}
#product_part .product {
    background-color: #cd0001;
    border: 5px solid #cd0001;
    text-align: center;
    padding: 0 !important;
}
#product_part img {
    margin-bottom: 10px;
}
#product_part .woocommerce-loop-product__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
#product_part .price {
    display: none;
}
#product_part .button {
    display: none;
}
.tag-title {
    background: #cc0001;
    color: #fff;
    padding: 10px;
}
.conatct_area h2 {
    color: #cc0001;
    font-weight: bold;
    font-size: 20px;
}
.receipe-single a {
    padding: 20px 10px;
    border: 1px solid #cc0001 !important;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
}
.receipe-single:hover a {
    color: #fff !important;
    background-color: #cc0001;
    opacity: 1 !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #eaeaea;
    padding: 20px !important;
    text-align: center;
    min-height: 300px;
}
.page-title {
    text-transform: uppercase;
    padding-bottom: 15px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    color: #CC0001;
    font-weight: 600;
    font-size: 16px !important;
}
.woocommerce .woocommerce-ordering select {
    font-size: 16px;
}
#product_part .woocommerce ul.products li.product, #product_part .woocommerce-page ul.products li.product {
    min-height: auto;
}
.woocommerce #pagecontent div.product div.images .flex-control-thumbs {
    padding-top: 10px;
}
.woocommerce #pagecontent div.product div.images .flex-control-thumbs li {
    padding-right: 10px;
}
.woocommerce #pagecontent div.product div.summary .product_title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}
.woocommerce #pagecontent div.product form.cart .variations select {
    border: 1px solid #ccc;
    padding: 5px 5px;
    border-radius: 4px;
    color: #777;
    font-size: 14px;
}
.woocommerce #pagecontent div.product form.cart .variations label {
    font-size: 15px;
    text-transform: uppercase;
}
.woocommerce #pagecontent div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em;
    color: #cd0001;
}
.woocommerce #pagecontent .quantity .qty {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
}
.woocommerce #pagecontent #respond input#submit.alt, .woocommerce #pagecontent a.button.alt, .woocommerce #pagecontent button.button.alt, .woocommerce #pagecontent input.button.alt {
    background-color: #cd0001;
    color: #fff;
}
#pagecontent .wishlist_table .add_to_cart.button, #pagecontent .yith-wcwl-add-button a.add_to_wishlist, #pagecontent .yith-wcwl-popup-button a.add_to_wishlist, #pagecontent .wishlist_table a.ask-an-estimate-button, #pagecontent .wishlist-title a.show-title-form, #pagecontent .hidden-title-form a.hide-title-form, #pagecontent .woocommerce .yith-wcwl-wishlist-new button, #pagecontent .wishlist_manage_table a.create-new-wishlist, #pagecontent .wishlist_manage_table button.submit-wishlist-changes, #pagecontent .yith-wcwl-wishlist-search-form button.wishlist-search-button {
    line-height: 1;
    cursor: pointer;
    font-weight: 700;
    color: #FFF;
    text-shadow: none;
    font-size: 16px;
}
.product_meta {
    font-size: 16px;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    font-size: 16px;
}
#pagecontent .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show {
    padding-bottom: 10px;
}
.woocommerce #pagecontent div.product div.summary p.price, .woocommerce #pagecontent div.product div.summary span.price {
    color: #000;
    font-size: 20px;
}
.woocommerce .related.products ul.products li.product .price {
    color: #000;
    font-size: 20px;
}
.woocommerce #pagecontent #respond input#submit, .woocommerce #pagecontent a.button, .woocommerce #pagecontent button.button, .woocommerce #pagecontent input.button {
    background-color: #cd0001;
    color: #fff;
}
.product_meta .posted_in a {
    color: #cd0001;
}
.woocommerce #pagecontent div.product .woocommerce-tabs .panel {
    padding: 20px;
    border: 1px solid #ccc;
}
.woocommerce #pagecontent div.product .woocommerce-tabs ul.tabs {
    margin: 0 auto;
}
.woocommerce #pagecontent div.product .woocommerce-tabs ul.tabs li.active {
    background: #cd0001;
    z-index: 2;
    border-bottom-color: #cd0001;
}
.woocommerce #pagecontent div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #cd0001;
}
.woocommerce #pagecontent div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #cd0001;
}
.woocommerce #pagecontent div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
}
.woocommerce #pagecontent div.product .woocommerce-tabs .panel a {
    color: #cd0001;
}
.woocommerce #pagecontent #review_form #respond textarea {
    border: 1px solid #ccc;
}
.related.products h2 {
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: 600;
}
.woocommerce-message {
    border-top-color: #cd0001 !important;
}
.woocommerce-message::before {
    color: #cd0001 !important;
}
.woocommerce-info {
    border-top-color: #cd0001 !important;
}
.woocommerce-info::before {
    color: #cd0001 !important;
}
.woocommerce-cart table.cart td a {
    color: #cd0001;
}
.woocommerce .quantity .qty {
    border: 1px solid #ccc;
    color: #777777;
}
.woocommerce #pagecontent table.cart td.actions .input-text, .woocommerce-page #pagecontent table.cart td.actions .input-text {
    width: 105px;
    text-align: center;
    border-radius: 4px;
}
.woocommerce-cart #pagecontent .cart-collaterals .shipping-calculator-button {
    color: #cd0001;
}

.shipping-pickup-store .message
{
color: red;
font-weight: bold;
font-size: 17px;
}




#pagecontent .woocommerce #respond input#submit.alt, #pagecontent .woocommerce a.button.alt, #pagecontent .woocommerce button.button.alt, #pagecontent .woocommerce input.button.alt {
    background-color: #cd0001;
    color: #fff;
    font-size: 16px;
}
#pagecontent .woocommerce #respond input#submit.alt, #pagecontent .woocommerce a.button.alt, #pagecontent .woocommerce button.button.alt, #pagecontent .woocommerce input.button.alt {
    background-color: #cd0001;
    color: #fff;
    font-size: 16px;
}
#pagecontent .woocommerce #respond input#submit, #pagecontent .woocommerce a.button, #pagecontent .woocommerce button.button, #pagecontent .woocommerce input.button {
    background-color: #cd0001;
    color: #fff;
    font-size: 16px;
}
.showcoupon {
    color: #cd0001 !important;
}
#pagecontent .woocommerce form .form-row input.input-text, #pagecontent .woocommerce form .form-row textarea {
    border: 1px solid #ccc;
    padding: 12px 10px;
    border-radius: 4px;
    color: #777;
}
#pagecontent .woocommerce .col2-set .col-1, #pagecontent .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
    max-width: 48%;
}
#pagecontent .woocommerce .col2-set .col-2, #pagecontent .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100%;
    max-width: 48%;
}
#pagecontent .woocommerce .checkout.woocommerce-checkout .form-row-first, #pagecontent .woocommerce-page .checkout.woocommerce-checkout .form-row-first {
    float: none;
    width: 100%;
    display: block;
    clear: both;
}
#pagecontent .woocommerce .checkout.woocommerce-checkout .form-row-last, #pagecontent .woocommerce-page .checkout.woocommerce-checkout .form-row-last {
    float: none;
    width: 100%;
    display: block;
    clear: both;
}
#pagecontent .woocommerce .checkout.woocommerce-checkout .form-row {
    display: block;
    width: 100%;
    padding-bottom: 15px;
}
#pagecontent .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: auto;
    padding: 7px 10px;
}
#pagecontent .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    right: 6px;
}
.woocommerce-terms-and-conditions-checkbox-text .woocommerce-terms-and-conditions-link {
    color: #cd0001 !important;
}
.content.gc_ul {
    padding-bottom: 40px;
}
.masonry-layout .vc_grid {
    -moz-column-count: 3;
    -moz-column-gap: 3%;
    -moz-column-width: 30%;
    -webkit-column-count: 3;
    -webkit-column-gap: 3%;
    -webkit-column-width: 30%;
    column-count: 3;
    column-gap: 3%;
    column-width: 30%;
}
.masonry-layout .vc-gitem-zone-height-mode-auto:before {
    padding-top: 0 !important;
}
.masonry-layout .vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid_filter-item.vc_visible-item {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    top: 0 !important;
    bottom: 0 !important;
    display: block;
    width: auto !important;
}
.masonry-layout .vc_gitem-zone-a .vc_gitem-row-position-top, .masonry-layout .vc_gitem-zone-b .vc_gitem-row-position-top {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
}
.cont_read {
    display: block;
    clear: both;
    text-align: right;
    padding-bottom: 15px;
}
.cont_read a {
    display: inline-block;
    padding: 8px 15px !important;
}
.goog-te-menu-value {
    color: #000000 !important;
}
.contactpage_form #contact_field {
    width: 100%;
}
.contactpage_form #contact_textarea {
    width: 100%;
}
.coupons_details_area h5 {
    margin: 0 0 20px 0;
    font-size: 40px;
    color: #cd0001;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
#table_top table {
    width: 100%;
}
.curr {
    display: flex;
}
.curr input {
    height: 35px;
    margin-left: 10px;
}
.curr h2 {
    font-size: 28px;
}
#pagecontent p a {
    color: #cc0001;
}
.pop_sec {
    padding: 10px;
}
.pop_sec p {
    font-size: 20px;
}
#top_part {
    padding: 10px 0;
}
#top_part .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
#top_part .logo, #top_part .header_apps_link {
    width: 15%;
}
#top_part .top_right {
    width: 70%;
}
#top_part .top_right ul {
    margin: 0;
}
#top_part .top_right ul li:first-child {
    padding-left: 0;
}
.header_apps_link a {
    display: block;
}
.header_apps_link a:first-child {
    margin-bottom: 10px;
}
.header_apps_link img {
    max-width: 100px;
}
#choice-top {
    padding-bottom: 40px;
}
#choice-top .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern {
    background-color: #cc0001;
    text-transform: uppercase;
    font-size: 16px;
    border-color: #cc0001;
    background-image: none;
}
#choice-top .vc_custom_heading {
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    padding-bottom: 15px;
}
#choice-box {
    padding: 5px 5px 30px;
}
#choice-box .vc_custom_heading {
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    font-size: 20px;
}
#choice-box .vc_custom_heading a {
    font-weight: 600;
}
#choice-box .wpb_text_column.wpb_content_element {
    margin: 0;
}
#choice-box .vc_column-inner {
    border: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}
#choice-box .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
    background-color: #cc0001;
    text-transform: uppercase;
    font-size: 16px;
    border-color: #cc0001;
    background-image: none;
}

/*------------ popup ------------------*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
[id*="pum-"] [id*="popmake-"] .pum-close.popmake-close {
    background: url('https://www.yumyumspopcorn.com/wp-content/uploads/2023/09/closebtn.png') no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 0;
    background-size: 16px;
    border-radius: 50px;
}
[id*="pum-"] [id*="popmake-"] .pum-close.popmake-close:hover {
    background-color: #f00;
}
.span-custom {
    display: flex;
}
.bg-image {
    font-family: 'Outfit', sans-serif;
    color: #fff;
}
.bg-image p {
    padding: 0;
    margin: 0;
    color: #fff;
}
.bg-image p a {
    font-weight: bold;
    color: #fff;
}
.bg-image a:hover {
    text-decoration: none;
    color: #fff;
}
.bg-image {
    background-image: url('https://www.yumyumspopcorn.com/wp-content/uploads/2023/09/bg1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #242f11;
}
.custom-h2-top {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    padding: 0px;
    color: #fff;
}
.custom-h1-top {
    font-size: 34px;
    line-height: 30px;
    font-weight: bold;
    padding: 0px;
    color: #edefda;
}
.custom-span-one-top {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    padding: 0px;
    color: #fff;
}
.total-sec .custom-span-two-top a {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    padding: 0px;
    color: #f50000;
    text-decoration: none;
}
.total-sec .custom-span-two-top a:hover {
    color: #f50000;
    text-decoration: underline;
}
.custom-span-3rd-top {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    padding: 0px;
    color: #ece505;
    text-transform: uppercase;
}
.font-13 {
    font-size: 13px;
    line-height: 15px;
}
.font-15 {
    font-size: 15px;
    line-height: 17px;
}
.margin-top-custom {
    margin-top: -30px;
}
.margin-right1-custom {
    margin-right: -130px;
}
.margin-right2-custom {
    margin-right: -70px;
}
[id*="popmake-"].popmake {
    max-width: 96%;
    left: 50%!important;
    transform: translateX(-50%)!important;
}
.full-img, .total-sec img {
    max-width: 100%;
    height: auto;
}
.total-sec a {
    text-decoration: underline;
}
.total-sec a {
    text-decoration: underline;
    color: #666;
}

@media only screen and (max-width: 740px) {
.span-custom {
    align-items: center;
    justify-content: center;
}
.text-center-small {
    text-align: center;
}
.total-sec .custom-span-two-top a {
    padding-left: 5px;
    font-size: 22px;
}
}

@media only screen and (max-width: 600px) {
/*.font-13{font-size: 16px;line-height: 18px;}
  .font-15{font-size: 18px;line-height: 20px;}*/  
.margin-top-custom {
    margin-top: 0px;
}
.margin-right1-custom {
    margin-right: 0px;
}
.margin-right2-custom {
    margin-right: 0px;
}
/*.mobile-30{font-size: 30px;line-height: 34px;}*/
.mobie-image {
    width: 100%;
}
}
.related.products {
	clear: both;
}
.single-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
	width: 100%;
	max-width: 35%;
}

.single-product .summary.entry-summary {
	width: 100% !important;
	max-width: 60%;
}
.woocommerce form .form-row select {
    background-color: transparent;
	border: 1px solid #ccc;
	padding: 10px 15px;
	margin-top: 5px;
	border-radius: 4px;
}