/*
Theme Name: Mynet Store
Theme URI: https://www.ahsanulkabir.com/themes/mynetstore/
Author: Ahsanul Kabir
Author URI: https://www.ahsanulkabir.com/
Description: ....
Tags: ....
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: mynetstore
*/

#content .con {
    float: left;
    width: 75%;
}
#content .sidebar {
	width: 22%;
}
.img-polaroid {
    margin: 0 2% 2% 0;
}
.con-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    column-gap: 20px;
    row-gap: 20px;
}
.box {
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.5);
    background: #fff;
    padding-bottom: 55px;
}
.box img {
    box-sizing: border-box;
    margin: 0;
    display: block;
}
.box h2 {
    margin: 10px 12px 5px;
    font-size: 18px;
    line-height: 130%;
    text-transform: none;
    text-shadow: 0 0 0 #fff;
}
.sidebar h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.box .stockout {
    position: absolute;
    top: 0;
    bottom: 55px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
    text-align: center;
    padding-top: 50px;
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    text-shadow: 0px 0px 5px #fff;
}
.box .price {
    padding: 0 12px 15px;
    font-size: 22px;
    color: #df6700;
}
.box .view {
    background: #074db9;
    background-image: url('img/play.svg') !important;
    background-size: 16px !important;
    background-position: 80px center !important;
    background-repeat: no-repeat !important;
    color: #fff;
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 7px 35px 7px 15px;
    border-radius: 5px;
    width: 110px;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.box .view:hover {
    background: #1169f1;
    color: #fff;
    text-decoration: none;
}
.nav-links {
    padding-top: 30px;
    border-top: 4px double #eee;
    margin-top: 20px;
}
.page-numbers {
    display: block;
    text-align: center;
    background: #074db9;
    color: #fff;
    padding: 0px 15px;
    border-radius: 4px;
    float: left;
    margin-right: 5px;
    line-height: 36px;
    height: 36px;
    min-width: 36px;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
a.page-numbers:hover, 
span.page-numbers.current {
    background: #1169f1;
    text-decoration: none;
}
.page-numbers.prev, 
.page-numbers.prev:hover {
    background-image: url('img/prev.svg');
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.page-numbers.next, 
.page-numbers.next:hover {
    background-image: url('img/next.svg');
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
}

#single .img-polaroid {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
#single .single-content {
    float: right;
    width: 46%;
    box-sizing: border-box;
}
#single .public_price {
    padding-bottom: 10px;
    font-size: 26px;
    color: #df6700;
}
#single .stockout {
    display: inline-block;
    padding: 3px 8px;
    background: #f30000;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
#single .the_content {
    line-height: 130%;
    font-size: 18px;
    margin-bottom: 40px;
}
#single .stuffs_info_title {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 4px double #ddd;
}
#single .secure_max_price {
    display: inline-block;
    background: #509702;
    padding: 0 40px 0 0;
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    position: relative;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
#single .secure_max_price::before {
    content: "";
    position: absolute;
    border-top: 15px solid #509702;
    border-bottom: 15px solid #509702;
    border-left: 15px solid rgba(0,0,0,0);
    border-right: 15px solid #509702;
    top: 0;
    bottom: 0;
    left: -30px;
    right: unset;
}
#single .secure_max_price::after {
    content: "";
    position: absolute;
    border-top: 15px solid #d36100;
    border-bottom: 15px solid #d36100;
    border-left: 15px solid #509702;
    border-right: 15px solid #d36100;
    top: 0;
    bottom: 0;
    left: unset;
    right: 0;
}
#single .secure_min_price {
    display: inline-block;
    background: #d36100;
    padding: 0px 15px 0px 0px;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
#single .secure_min_price::after {
    content: "";
    position: absolute;
    border-top: 15px solid rgba(0,0,0,0);
    border-bottom: 15px solid rgba(0,0,0,0);
    border-left: 15px solid #d36100;
    border-right: 15px solid rgba(0,0,0,0);
    top: 0;
    bottom: 0;
    left: unset;
    right: -30px;
}
#single .secure_content {
    margin-bottom: 40px;
    line-height: 130%;
}
ul#order {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul#order li {
    display: block;
    float: left;
    margin-right: 10px;
}
ul#order li a {
    display: block;
    background: #074db9;
    background-size: 16px !important;
    background-position: 15px center !important;
    background-repeat: no-repeat !important;
    color: #fff;
    padding: 7px 25px 7px 40px;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: left;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
ul#order li a.phone {
    background-image: url('img/phone.svg') !important;
}
ul#order li a.email {
    background-image: url('img/mail.svg') !important;
}
ul#order li a:hover {
    background: #1169f1;
    color: #fff;
    text-decoration: none;
}
#login-box {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 4px double #eee;
}
#login-form {
    box-sizing: border-box;
    box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.5);
    background: #fff;
    padding: 15px;
    border-top: 3px solid #074db9;
}
#login-form .input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 34px;
    line-height: 34px;
    padding: 0 10px 0 35px;
    margin: 5px 0 10px;
    position: relative;
}
#login-form button {
    margin-top: 5px;
}
.input-row {
    position: relative;
}
.input-row label {
    position: absolute;
    background-size: auto 50% !important;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    z-index: 9;
    height: 34px;
    width: 32px;
    content: "";
    opacity: 0.4;
}
#login_email_label {
    background-image: url('img/user.svg') !important;
}
#login_password_label {
    background-image: url('img/key.svg') !important;
}
.my-acc-title {
    margin-top: 40px;
}

@media (max-width: 820px) {
#content .con {
    float: none;
    width: 100%;
}
#content .sidebar {
    width: 100%;
}
#single .img-polaroid {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px;
}
#single .single-content {
    float: none;
    width: 100%;
    box-sizing: border-box;
}
}